Day of the week dial

I have checked all over the forum, but can not find a way to create a dial to show days of the week.

want a std analog dial but have one hand to point to the current day of the week(Mon/tues/wed/etc…)

1 Like

Welcome @goodmanjl531 . You need to show the dial . So we can see where you start your week . Do you want the hand to step to the next Day . Making it smooth is difficult .
This will give you a Monday start ( Vertical ) stepped day by day .

((([DAY_WEEK])*51.43)-102.86)

51.43 degrees is the travel per day . 102.86 is the two days offset . So it would be 51.43 for a sunday start .

1 Like

I kind of assumed you had a Dial . You must have a Hand .
.

You can create a day-of-the-week dial in Watch Face Studio by using a rotating hand linked to the current day. Here’s how

  1. Add a Hand Layer – Create or import a hand graphic to point at the days.
  2. Set Rotation – In the properties panel, link the rotation to [DAY] * 51.43 (since 360° / 7 days = 51.43° per day).
  3. Arrange Your Dial – Place the day labels (Mon-Sun) in a circular layout.
  4. Test & Adjust – Preview to ensure the hand moves correctly each day.
1 Like

Exactly . Well Done .