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.
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.
Search found 438 matches
- 12 Jun 2025, 10:40
- Jump to forum
- Jump to topic
Re: Create a watchface with multiple tabs where it shows different data on each page
This is easily possible and simple to implement. But it won't work with the EDITOR alone, a little knowledge of javascript is necessary.
- 24 Jun 2026, 20:56
- Jump to forum
- Jump to topic
Re: Question for designers of watch faces[Balance2]
Humidity and UVI fluctuate constantly, whilst for most people, SpO2 does not go beyond 97–99%. Furthermore, not everyone even has SpO2 measurement enabled. So why add a metric to the watch face that won’t be displayed for everyone?
There are workout screens for training, and the metrics displayed ...
There are workout screens for training, and the metrics displayed ...
- 18 Jul 2024, 05:51
- Jump to forum
- Jump to topic
Re: Gradient problem with png images
Send me the original image files (before converting them to dials). I will see if there is anything I can do about it.
- 19 Jul 2024, 08:36
- Jump to forum
- Jump to topic
Re: Gradient problem with png images
https://i.postimg.cc/DZ1j9xcT/1721376580804.png
https://i.postimg.cc/KcrpQsz7/IMG-20240719-112533.jpg
Here is a photo of the watch and a screenshot taken on the watch (not in the editor). The photo shows more artefacts than the screenshot. This indicates that the screen cannot display smooth ...
https://i.postimg.cc/KcrpQsz7/IMG-20240719-112533.jpg
Here is a photo of the watch and a screenshot taken on the watch (not in the editor). The photo shows more artefacts than the screenshot. This indicates that the screen cannot display smooth ...
- 29 Nov 2024, 11:29
- Jump to forum
- Jump to topic
Re: Displaying two-digit numbers as a unique image - is that possible?
This is possible only if you write the watch face code yourself, and not make it from ready-made elements in the editor. You can't do it in the editor.
- 04 Feb 2025, 08:00
- Jump to forum
- Jump to topic
Re: About Active2 's watchface
@asoo, we have added a Active 2 section on the website. You can now upload your watch faces to the catalog for testing and sharing with others.
- 14 Feb 2025, 07:47
- Jump to forum
- Jump to topic
Re: Help with color change on tap script
Try this
pointer is not an img in the code, it must be treated differently
let colornumber_main = 1
let totalcolors_main = 5
let namecolor_main = ''
let pointerstring = 'pointer_1.png'
function click_ColorStyle() {
if(colornumber_main>=totalcolors_main) {
colornumber_main=1;
}
else ...
pointer is not an img in the code, it must be treated differently
let colornumber_main = 1
let totalcolors_main = 5
let namecolor_main = ''
let pointerstring = 'pointer_1.png'
function click_ColorStyle() {
if(colornumber_main>=totalcolors_main) {
colornumber_main=1;
}
else ...
- 15 Feb 2025, 18:02
- Jump to forum
- Jump to topic
Re: Help with color change on tap script
Try this
pointer is not an img in the code, it must be treated differently
Changing properties with hmUI.prop.MORE is correct in this case. But I don't understand why to add an additional variable ‘pointerstring’? I would change the function like this
let colornumber_main = 1
let totalcolors ...
- 13 Mar 2025, 12:33
- Jump to forum
- Jump to topic
Re: Unknown weather issue
I think it's more correct to write to Amazfit support to have them fix this issue.
This may be a temporary solution for now. But you have to decide what is better for you: sometimes showing unknown weather instead of rain or sometimes showing rain instead of unknown weather. Personally, I've only ...
This may be a temporary solution for now. But you have to decide what is better for you: sometimes showing unknown weather instead of rain or sometimes showing rain instead of unknown weather. Personally, I've only ...
- 15 Mar 2025, 19:40
- Jump to forum
- Jump to topic
Re: Change minute and hour color
If there are no seconds on the watch face, the image may change with a delay. For example, when the minutes and minutes change when the screen is switched on and off.
To set coordinates you use a variable related to the screen size. If you have not defined this variable earlier in the code, it may ...
To set coordinates you use a variable related to the screen size. If you have not defined this variable earlier in the code, it may ...
- 20 May 2025, 18:09
- Jump to forum
- Jump to topic
Re: I will stop accepting requests and help to port watchface in all cases
Thank you so much for everything you’ve contributed to the community. Your efforts to bring high-quality watch faces to ZeppOS users have not gone unnoticed, and we deeply appreciate the time, skill, and care you’ve put into your work.
But it wasn’t just about porting — you also helped countless ...
But it wasn’t just about porting — you also helped countless ...
- 09 Aug 2025, 07:49
- Jump to forum
- Jump to topic
Re: [Active 2r] Request to modify - Casio modern
Hi sir thats why I put credit thru this post, I tried to message the original creator however he's not accepting DMs
If you’ve only just sent the message, it’s best to wait a bit — for example, the user tuman18 was last active on the site on 04.08.2025, so it may take some time before they see ...
- 25 Sep 2025, 18:48
- Jump to forum
- Jump to topic
