Page 1 of 1

Lunar Watchface

Posted: 28 Mar 2025, 00:10
by MSKefayati
Hey Guys!
I'm working on apple watch lunar watchface which is also made for wear os. As a graphic expert I remake all the images need for this watch face but due to sasha's watchface creator I can't finish it. I will be pleased with any help. So these are my problems:
1. I want to add the next alarm clock when the user enables the alarm.

2.I want add numbers(simple 0 to 9 images) as well as number dial( all over the edge of the screen. But since I'm using an image to cover half of the number dial and because both of them located in the "Date" section of the watchface, I can't add both of them in the watchface creator.

PS: I know the Month Names are not aligned and that can be fixed easily.
Spoiler
Image

Image

Re: Lunar Watchface

Posted: 29 Mar 2025, 08:08
by SashaCX75
You can't do what you want in the editor. You have to edit the code to do it.

1. To display the alarm clock time you can make any widget in the editor instead of it and place it in the necessary place. It is better to use for this distance or sunrise, because they have a separator in the data. And then in the ready watch face change its type to data_type.ALARM_CLOCK.

2. I didn't understand what you want to get in the end and why you need to place numbers on the edge of the screen.