[Micro tip] Sunset & Sunrise on bezel

If you want to add sunrise and sunset, it is possible to add a progress bar to the bezel with the following settings.

Fill ratio: ((((#WSH#*60)+#WSm#)-((#WRH#*60)+#WRm#))*.0006944444)
Rotation: (180+((#WRH#*60)+#WRm#)*.25)

Noon at 12 o’clock, midnight at 6 o’clock. Display against 24 hour scale is used.

Hopefully it will be useful to someone.

7 Likes

Cool. @petruuccios had found that the longer SR SS Tags are more Robust on More Watch Models. However sometimes it is the Structure of Formula is the most important thing.
I like the Micro Tip Idea. Nice one. I feel a series coming allong.

2 Likes

Nice idea with the micro tip.
I rather put the formulas in raw form, so when possible I easier remember what numbers are there why.
Fill: ((#WSH#+#WSm#/60-#WRH#-#WRm#/60)/24)
Rotation: (180+360*(#WRH#+(#WRm#/60))/24)

4 Likes