-
- Administrator
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
Smooth second hand
Forum rules
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
-
Anoniem
- WF maker
- Posts: 41
- Joined: 03 May 2022, 17:55
- Location: Enkhuizen
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
Smooth second hand
Can anyone make a smooth second hand?
I'm the owner of the watchface and want to see how its done.
https://amazfitwatchfaces.com/gtr/view/26341
is there a step by step explanation?
I'm the owner of the watchface and want to see how its done.
https://amazfitwatchfaces.com/gtr/view/26341
is there a step by step explanation?
Hi you have to edit the index.js after compile in the editor.
You have to place a function inside and call that function from the location where the second hand is located.
I can if you want download your watchface en edit with smooth second hand send you the index.js so you can see the difference between the standard version. I can also input some Info so you can redo that on other watchfaces.
You have to place a function inside and call that function from the location where the second hand is located.
I can if you want download your watchface en edit with smooth second hand send you the index.js so you can see the difference between the standard version. I can also input some Info so you can redo that on other watchfaces.
Hi here is your version with smooth second hand.
edit the zipfile if you want and look in the folder 'watchface'
The file index.js look at it. I have made remarks what I have changed.
edit the zipfile if you want and look in the folder 'watchface'
The file index.js look at it. I have made remarks what I have changed.
- Attachments
-
full-moon-commander.zip- smooth second hand full moon
- (241.51 KiB) Downloaded 329 times
You have to manually edit the index.js after packing in the watchface editor.
I downloaded your watchface and unpacked index.js from the zipfile, edited it and put it back in the zipfile so no you can't convert it back to json by unpacking.
I downloaded your watchface and unpacked index.js from the zipfile, edited it and put it back in the zipfile so no you can't convert it back to json by unpacking.
-
Anoniem
- WF maker
- Posts: 41
- Joined: 03 May 2022, 17:55
- Location: Enkhuizen
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
I make the watchface with this tool Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3) from SashaCX75, when i unpack it it has no index.js.
When i pack the watchface and unzip it with 7zip there is also no index.js file.
When i pack the watchface and unzip it with 7zip there is also no index.js file.
In my first answer I gave the folder to look at. When you unzip the zipfile look in the folder watchface
edit the zipfile if you want and look in the folder 'watchface'
The file index.js look at it. I have made remarks what I have changed.
If you pack it in the editor of SashaCX75 there is 100% a index.js in the zipfile.
edit the zipfile if you want and look in the folder 'watchface'
The file index.js look at it. I have made remarks what I have changed.
If you pack it in the editor of SashaCX75 there is 100% a index.js in the zipfile.
-
Anoniem
- WF maker
- Posts: 41
- Joined: 03 May 2022, 17:55
- Location: Enkhuizen
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
I found the index.js file and edited it, but it wont work
https://amazfitwatchfaces.com/gtr/view/26456
fmoon-commander_color8
https://amazfitwatchfaces.com/gtr/view/26456
fmoon-commander_color8
I checked your fmoon-commander_color8 watchface. But you made 2 mistakes.
First you have type error with the second hand. you typed sec-an2.png.png. double png..
second mistake you zipped the folder 'FMoon-commander Color8' but the zipfile must containt only directly the assets,watchface folders and 2 files app.js and app.json and not a main directory.
First you have type error with the second hand. you typed sec-an2.png.png. double png..
second mistake you zipped the folder 'FMoon-commander Color8' but the zipfile must containt only directly the assets,watchface folders and 2 files app.js and app.json and not a main directory.
Great that it works now.
As far as I know it won't work in AOD. Like Animations also won't work. Because they use to much power.
As far as I know it won't work in AOD. Like Animations also won't work. Because they use to much power.
- asoo
- Posts: 2104
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 404 times
- Been thanked: 2019 times
If you would like to do Full AOD with showing smooth seconds
There are many ways to do this. But for me i will use this method.
I will use the function "ALL" instead of "ONLY_NORMAL" , and remove all parts of AOD
The watch face will be displayed all the same. whether in normal state or AOD
I've attached an example for better understanding.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
Thanks asoo this is something I didn't know was available to use ALL instead of ONLY_NORMAL. Very handy to know this.
-
Jel
- Posts: 8
- Joined: 21 Oct 2022, 15:55
- Location: Germany
- Has thanked: 3 times
- Been thanked: 1 time
- Contact:
Hello together.
At first, many thanks for this great forum and for all the hard work on published tools & examples.
I recently moved from a GTR2 to a GTR4. Based on this community and the great editor program, I've modified a standard Zepp watchface a bit, for usage on the GTR2, some time ago. Because I still like it, I've adopted it successfully to GTR4, now.
In addition I wanted to add a smooth second hand. I read carfully in this forum, looked through examples and made the js code changes accordingly. Unfortunately, it's not working. Second hand is shown at 12am, but not moving.
Any help is appreciated.
At first, many thanks for this great forum and for all the hard work on published tools & examples.
I recently moved from a GTR2 to a GTR4. Based on this community and the great editor program, I've modified a standard Zepp watchface a bit, for usage on the GTR2, some time ago. Because I still like it, I've adopted it successfully to GTR4, now.
In addition I wanted to add a smooth second hand. I read carfully in this forum, looked through examples and made the js code changes accordingly. Unfortunately, it's not working. Second hand is shown at 12am, but not moving.
Any help is appreciated.
-
Jel
- Posts: 8
- Joined: 21 Oct 2022, 15:55
- Location: Germany
- Has thanked: 3 times
- Been thanked: 1 time
- Contact:
Found a solution. THX to @SashaCX75. He posted a link ( https://amazfitwatchfaces.com/gtr/view/28593 THX to @StarScreaM for this work ) in another threat ( viewtopic.php?t=2743&hilit=smooth&start=250 ), for a GTR4 working smooth second hand watchface.
Thank you very much for the soft second hand ALL function. Works well on GTR4.
-
Superwitschi
- Posts: 16
- Joined: 30 Jun 2020, 03:11
- Location: Germany
- Has thanked: 8 times
- Been thanked: 1 time
- Contact:
Could somone please add smooth second to my watchface. I can`t get it to work. And add it also to index so i can see what is changed in it.
- Attachments
-
- index.js
- (24.91 KiB) Downloaded 87 times
-
tagheuer-amg-2_de.zip- (282.45 KiB) Downloaded 133 times
-
Superwitschi
- Posts: 16
- Joined: 30 Jun 2020, 03:11
- Location: Germany
- Has thanked: 8 times
- Been thanked: 1 time
- Contact:
Could you please add smooth second to my GTR 4 watchface also?wax wrote: 29 Aug 2022, 18:04Hi you have to edit the index.js after compile in the editor.
You have to place a function inside and call that function from the location where the second hand is located.
I can if you want download your watchface en edit with smooth second hand send you the index.js so you can see the difference between the standard version. I can also input some Info so you can redo that on other watchfaces.
-
Superwitschi
- Posts: 16
- Joined: 30 Jun 2020, 03:11
- Location: Germany
- Has thanked: 8 times
- Been thanked: 1 time
- Contact:
-
AkashPanja
- Posts: 1
- Joined: 25 Oct 2022, 08:36
- Location: Delhi
- Contact:
Who is online
Users browsing this forum: No registered users and 1 guest