[Sloved] How To Tag Sunset and Sunrise Rotation value for hour & minute hand

Hi everybody!

I’m trying to make some Chronograph of Sunrise and Sunset Rotation value for hour & minute hand
So I’m trying to figure out how to TAG expressions at Rotation

Thanks in advance, :smile:
Ben

If you want a rotational value for sunrise using 24 hours for a full circle, use
((#WSUNRISE24#*15)+(#WSUNRISEM#/4))

That gives you 15 degrees for each hour, 0.25 degrees for each minute.

For sunset just swap the tags so:
((#WSUNSETH24#*15)+(#WSUNSETM#/4))

2 Likes

@Pugwash
Thank you for help :slight_smile:

This did not work for me. :worried:

My idea is to do two circles (360º rotation) for sunset and sunrise

@AlemaoBRA
can u give me link to inspect the expression?