the watchface was work very nice
Search found 8 matches
- 13 Nov 2025, 03:02
- Forum: Watchfaces discussion
- Topic: How to change watch display with js (Active 2)
- Replies: 2
- Views: 849
Re: How to change watch display with js (Active 2)
thankyou asoo, now i understand the logic
the watchface was work very nice
the watchface was work very nice
- 13 Nov 2025, 00:46
- Forum: Watchfaces discussion
- Topic: How to change watch display with js (Active 2)
- Replies: 2
- Views: 849
How to change watch display with js (Active 2)
After i make this watchface there known issue is when on altimeter and barometer the world time is not showing, but if on compass section the world time is showing. Is there any error in my script?
Here i attached my projects.
Here i attached my projects.
- 09 Nov 2025, 09:50
- Forum: Watchfaces discussion
- Topic: How to change watch hand from javascript ?
- Replies: 6
- Views: 975
Re: How to change watch hand from javascript ?
Okay, thankyou very much asoo
- 09 Nov 2025, 06:01
- Forum: Watchfaces discussion
- Topic: How to change watch hand from javascript ?
- Replies: 6
- Views: 975
Re: How to change watch hand from javascript ?
Thanks, its work using the Analog time pro.
And what widget are supporrted in ZeppOS?
Can you provide examples of widget in ZeppOS in script form?
I apologize in advance, because i am beginner in this watchface editor
And what widget are supporrted in ZeppOS?
Can you provide examples of widget in ZeppOS in script form?
I apologize in advance, because i am beginner in this watchface editor
- 08 Nov 2025, 17:03
- Forum: Watchfaces discussion
- Topic: How to change watch hand from javascript ?
- Replies: 6
- Views: 975
Re: How to change watch hand from javascript ?
Is it possible to not attach a project, like having to attach a zip file of my watchface?
Thanks for the suggestions, i'll try your suggestions.
Thanks for the suggestions, i'll try your suggestions.
- 08 Nov 2025, 16:07
- Forum: Watchfaces discussion
- Topic: How to change watch hand from javascript ?
- Replies: 6
- Views: 975
How to change watch hand from javascript ?
Hi, i'll change my watch hand from javascript, i have try a someone script, but it not works on me.
Is there any a solution to solve this?
There my code :
//change watch hand
let handnumber_1 = 1;
let total_hand = 7;
function click_hand() {
handnumber_1++;
// kalau sudah melebihi jumlah ...
Is there any a solution to solve this?
There my code :
//change watch hand
let handnumber_1 = 1;
let total_hand = 7;
function click_hand() {
handnumber_1++;
// kalau sudah melebihi jumlah ...
- 08 Nov 2025, 16:04
- Forum: Watchfaces tools (discussion)
- Topic: How to change watch hand from javascript ?
- Replies: 2
- Views: 771
Re: How to change watch hand from javascript ?
Okay i will post in the following forum
- 08 Nov 2025, 14:58
- Forum: Watchfaces tools (discussion)
- Topic: How to change watch hand from javascript ?
- Replies: 2
- Views: 771
How to change watch hand from javascript ?
Hi, i'll change my watch hand from javascript, i have try a someone script, but it not works on me.
Is there any a solution to solve this?
Is there any a solution to solve this?