@Omaradsl
Both links are working
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
- 31 Oct 2024, 21:17
- Jump to forum
- Jump to topic
- 28 Nov 2024, 12:59
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
taw_bip
You can see the watch face code only after it is packed.
In the editor you can insert ready functions into the watch face code. There is a corresponding widget for this in the System section. But you will not see the results of this code in the editor. The correctness of the code is not ...
You can see the watch face code only after it is packed.
In the editor you can insert ready functions into the watch face code. There is a corresponding widget for this in the System section. But you will not see the results of this code in the editor. The correctness of the code is not ...
- 30 Nov 2024, 08:14
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@Guydu91
Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this
I haven't tested this, but it should open the Flow home page.
Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this
Code: Select all
hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});- 30 Nov 2024, 23:24
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@Guydu91
Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});
I haven't tested this, but it should open the Flow home page.
OK Sasha,
Thanks for your ...
- 22 Dec 2024, 01:21
- Jump to forum
- Jump to topic
Re: Mi Create - for Mi Band 7 Pro/8/9, Mi Watches & Redmi Watches
Firuflai Mi band 9 pro has been implemented but not packaged as a release yet. You can run the version with Mi Band 9 Pro implementation on the GMF branch of Mi Create https://github.com/ooflet/Mi-Create/tree/GMF-format-support-(json). If you want to get Mi Band 9 pro support, you can download the ...
- 25 Dec 2024, 19:15
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Version 13.0
Mirror
Added autosave (enabled in settings).
Added ability to switch background image by tap.
Added ability to switch background colour by tap.
Mirror
Added autosave (enabled in settings).
Added ability to switch background image by tap.
Added ability to switch background colour by tap.
- 07 Jan 2025, 15:50
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@rush2112
There are two different parameters ‘ Numerical values’ and ‘ Value at angle’ for a reason. They display data in different ways. So it is wrong to compare them. There is no easy way to display angled pressure on the GTR3.
There are two different parameters ‘ Numerical values’ and ‘ Value at angle’ for a reason. They display data in different ways. So it is wrong to compare them. There is no easy way to display angled pressure on the GTR3.
- 01 Feb 2025, 08:56
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@SushiSeb It's hard to tell without seeing the watch face. Most likely one or more images are encoded in a format not supported in the editor.
@taw_bip When using the standard widget, sunrise / sunset data does not respond to time format changes. This can only be corrected by using your own code.
@taw_bip When using the standard widget, sunrise / sunset data does not respond to time format changes. This can only be corrected by using your own code.
- 09 Feb 2025, 12:11
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@Fladis
The first line of the error message says that you cannot access the temporary folder. This may be caused by your OS or firewall settings.
The easiest way to fix it is to try deleting the folder ‘D:\Watch_Face_Editor_(ZeppOS)old\Temp’. You can also try copying the editor to another folder.
The first line of the error message says that you cannot access the temporary folder. This may be caused by your OS or firewall settings.
The easiest way to fix it is to try deleting the folder ‘D:\Watch_Face_Editor_(ZeppOS)old\Temp’. You can also try copying the editor to another folder.
- 03 Mar 2025, 20:18
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Version 13.1
Mirror
Added ability to make a shortcut to any application in editable items.
Added support for Active 2.
Fixed display of buttons and shortcuts when creating a GIF file.
Mirror
Added ability to make a shortcut to any application in editable items.
Added support for Active 2.
Fixed display of buttons and shortcuts when creating a GIF file.
- 28 Mar 2025, 16:35
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Emiliomc The hmApp.startApp command tries to open the watch face as an application. Therefore, if they are opened, they will work with errors. I tried it with several watch faces.
Well, the command itself should look different. It goes something like this hmApp.startApp({ appid: 1051195, url ...
Well, the command itself should look different. It goes something like this hmApp.startApp({ appid: 1051195, url ...
- 04 Apr 2025, 16:10
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Read what is written at the top of the page on the red background. The discussion should be in English.
The author sent me a watch face to check. He's using an angled data display. And for this, the data is taken from the sensor But the sensor returns the last manual measurement value, not the ...
The author sent me a watch face to check. He's using an angled data display. And for this, the data is taken from the sensor But the sensor returns the last manual measurement value, not the ...
- 08 Apr 2025, 15:42
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
The watch faces for the Bip 6 are the same as for the GTS 4. There may be a slight difference in the radius of rounded corners. And a different preview skin. There are no other differences in the editor for these models. So until the new version comes out you can just make watch faces for GTS 4.
- 11 Apr 2025, 21:11
- Jump to forum
- Jump to topic
Watchface image generator (web app tool)
I wanted to create my own watch face mostly consisting of text, but I didn't want to spend time exporting or regenerating lots of images over and over. I want the computer to do the hard work!
So I made an image generator web app. I have a Band 7, so it's mostly focused on that but you can generate ...
So I made an image generator web app. I have a Band 7, so it's mostly focused on that but you can generate ...
- 12 Apr 2025, 07:09
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Zecodorna wrote: 12 Apr 2025, 03:42What is the url to add a shortcut to the training history screen?...
Code: Select all
hmApp.startApp({url: 'SportRecordListScreen', native: true });
hmApp.startApp({url: 'SportScreen', native: true });- 12 Apr 2025, 16:17
- Jump to forum
- Jump to topic
Re: Watchface image generator (web app tool)
Got it, thanks that was very useful!
I've added background colour (default: transparent) and zip download.
I've added background colour (default: transparent) and zip download.
- 19 Apr 2025, 19:06
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@C2M You have elements on your AOD that refer to the image ‘temp_0’ which does not exist. Fix it.
- 24 Apr 2025, 18:32
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
@gingerbeardman I replied to you on Discord. I will briefly tell you here as well.
In the code generated by the editor, console is used. Logger is used only in the unchangeable part of the code, which is copied from official watch faces. That's why I don't understand such a requirement.
In the code generated by the editor, console is used. Logger is used only in the unchangeable part of the code, which is copied from official watch faces. That's why I don't understand such a requirement.
- 28 Apr 2025, 18:18
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
killmeplsok
Here is a sample code with 2 widgets to display the temperature
hmUI.createWidget(hmUI.widget.TEXT, {
x: 65,
y: 79,
w: 350,
h: 40,
text_size: 25,
char_space: 0,
line_space: 0,
color: 0xFF8080FF,
text: "BODY_TEMP",
align_h: hmUI.align.CENTER_H,
align_v: hmUI.align.TOP,
text ...
Here is a sample code with 2 widgets to display the temperature
hmUI.createWidget(hmUI.widget.TEXT, {
x: 65,
y: 79,
w: 350,
h: 40,
text_size: 25,
char_space: 0,
line_space: 0,
color: 0xFF8080FF,
text: "BODY_TEMP",
align_h: hmUI.align.CENTER_H,
align_v: hmUI.align.TOP,
text ...
- 29 Apr 2025, 18:37
- Jump to forum
- Jump to topic
Running the AmazFit Watch Face Editor (ZeppOS) on Linux via Wine – Full Guide
First of all, thanks to SashaCX75 again for this great tool. I’m a Linux-only user and wanted to share my experience getting the Watch Face Editor (ZeppOS) https://amazfitwatchfaces.com/forum/viewtopic.php?t=2743 running successfully under Fedora 42 using Wine . This should work similarly on other ...
- 30 Apr 2025, 16:48
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Version 13.2
Mirror
Added support for Bip 6.
Fixed the progress display using the image set for most widgets. It should now be more similar to how it is displayed on the watch.
Reworked the code for displaying heart rate with a circular scale. It now uses the standard widget in place of the ...
Mirror
Added support for Bip 6.
Fixed the progress display using the image set for most widgets. It should now be more similar to how it is displayed on the watch.
Reworked the code for displaying heart rate with a circular scale. It now uses the standard widget in place of the ...
- 04 May 2025, 11:54
- Jump to forum
- Jump to topic
Re: Running the AmazFit Watch Face Editor (ZeppOS) on Linux via Wine – Full Guide
Okay. I'll fix it in the next version.
The problem was caused by extra spaces in the filter. On Windows it works but Linux seems to be more sensitive to the format of the caption in the filter.
The problem was caused by extra spaces in the filter. On Windows it works but Linux seems to be more sensitive to the format of the caption in the filter.
- 10 May 2025, 13:55
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
On the other hand, as a curiosity, I imagine that the function has disappeared, as it existed in previous editors, to assign images individually for the tens of “hours” and units of “hours”. It gave a lot of play to create.
You must be referring to past models of watches. There it was a feature ...
- 11 May 2025, 14:21
- Jump to forum
- Jump to topic
Re: Watchface image generator (web app tool)
Hello! The latest version of the generator is now available on my website.
Here’s what’s new: a completely redesigned and more polished interface, support for text rendering with or without gradients, more precise control over angles (for shadows and gradients), and several other improvements.
The ...
Here’s what’s new: a completely redesigned and more polished interface, support for text rendering with or without gradients, more precise control over angles (for shadows and gradients), and several other improvements.
The ...
- 11 May 2025, 16:58
- Jump to forum
- Jump to topic
Re: Watchface image generator (web app tool)
PS. Sorry for ads on website, unfortunately this is free hosting with ads... Maybe someday I will change this.
Right now if You don't like this ads I highly recommend you use Ublock or other ads blocker.
Thanks for sharing the updated version — it looks great!
If you’d like, we can host the ...