Search found 10 matches
- 06 Aug 2026, 07:31
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Do you confirm that is possible then to change colour of other things through Javascript? I'm not the best programmer but maybe AI can help me, basically I would like one button that changes background and also color of other items, I will try to have a look :)
Have e look at this code, it ...
- 31 Jul 2026, 13:56
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
@sadc
In AOD mode, there are no elements on the main screen. Consequently, the code attempts to modify a non-existent element, which causes an error. You need to add a check for the screen type.
This code doesn’t make sense. It will change the same elements three times.
Thanks Sasha, the code ...
- 30 Jul 2026, 17:52
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
I've found... This code in "user_script_end.js" makes the AOD screen "unhappy"
for (let i = 0; i < 4; i++) {
normal_forecast_low_text_font[i].setProperty(hmUI.prop.VISIBLE, false);
normal_forecast_high_text_font[i].setProperty(hmUI.prop.VISIBLE, true);
normal_forecast_average_text_font[i ...
for (let i = 0; i < 4; i++) {
normal_forecast_low_text_font[i].setProperty(hmUI.prop.VISIBLE, false);
normal_forecast_high_text_font[i].setProperty(hmUI.prop.VISIBLE, true);
normal_forecast_average_text_font[i ...
- 30 Jul 2026, 12:53
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Missing elements in AOD
Hi there, I have a problem with my project: some elements that should be visible in AOD (at least, they are visible in wathc face editor), are missing when the project runs on my Balance 2
I'm struggling to find the solution, for sure I'm doing something stupid on my side ...
Hi there, I have a problem with my project: some elements that should be visible in AOD (at least, they are visible in wathc face editor), are missing when the project runs on my Balance 2
I'm struggling to find the solution, for sure I'm doing something stupid on my side ...
- 18 Jul 2026, 16:24
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Already donetaw_bip wrote: 18 Jul 2026, 14:03Or how about this:
"You can thank me for my work by paying for a beer at https://www.buymeacoffee.com/sashacx75
or by transferring money to PayPal: [email protected]"
- 18 Jul 2026, 08:35
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Guys l've just left a 5 star rating in the Microsoft Store page, let's give some credit to the great work of Sasha!
Here it is the link, then you have to open the store to give your rating
https://apps.microsoft.com/detail/xp89mr7pjvt9q9
Here it is the link, then you have to open the store to give your rating
https://apps.microsoft.com/detail/xp89mr7pjvt9q9
- 18 Jun 2026, 18:21
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Hi Sasha, great work with Version 18, thanks again!!!
May I suggest a little "option" for one of your next releases?
In Weather forecast - general settings can you add a "skip day 0" option, so to start from "tomorrow" forecast in first place and not showing "today" weather?
I usually edit my index ...
May I suggest a little "option" for one of your next releases?
In Weather forecast - general settings can you add a "skip day 0" option, so to start from "tomorrow" forecast in first place and not showing "today" weather?
I usually edit my index ...
- 30 Mar 2026, 13:46
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Hi guys!
If I had to switch from Windows PC to a Macbook Air, is there a (simple) way to run the Watch face editor on it? Is anybody doing it in this forum?
Thanks in advance!
If I had to switch from Windows PC to a Macbook Air, is there a (simple) way to run the Watch face editor on it? Is anybody doing it in this forum?
Thanks in advance!
Spoiler
From Windows to Mac 
- 18 Mar 2026, 12:41
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
Re: Watch face editor for Amazfit watch on ZeppOS
Hi Sasha,
I've found a little error in the Italian translation.
When selecting the days of week via font, the program puts the following string in the name of week field:
Lu,Ma,Me,Gi;Ve,Sa,Do
There is a ";" instead of "," between "Gi" and "Ve"
https://i.postimg.cc/KYkKYJGN/Day-of-week-font.png
I've found a little error in the Italian translation.
When selecting the days of week via font, the program puts the following string in the name of week field:
Lu,Ma,Me,Gi;Ve,Sa,Do
There is a ";" instead of "," between "Gi" and "Ve"
https://i.postimg.cc/KYkKYJGN/Day-of-week-font.png
- 17 Mar 2026, 10:42
- Forum: Watchfaces tools
- Topic: Watch face editor for Amazfit watch on ZeppOS
- Replies: 1213
- Views: 2725524
