Let the complication run in a circle as a kind of second hand

I think the “Refreshing” watch face supplied by Samsung is very nice but unfortunately you can’t change any of the complications.

Screenshot_20240726_142517_sysui(1)

I would like to recreate the watch face but with other complications like my current watch face that I created myself with the complications
Google Wallet, pulse, Alexa, battery, contacts and weather.

Screenshot_20240726_143442_weather

The dial, the hour hand, the minute hand, the small gray dots that turn green every 10 seconds as shown in Figure 1 shouldn’t be a problem

My problem is to let the pulse complication run in a circle as a kind of flowing second hand.

Maybe someone can explain to me how this is done.

Many thanks
Stefan

1 Like

Ha Ha . I was going to say you could Orbit the Complication . Sadly WFS will not let you put a TAG in the X Y Position Field . Sorry . Of course in the case of HR you could make a Badge yourself as we have a Tag for that . I you wan to continue with that I could post the test .

See this can orbit text or image . I have used {SEC_MSEC] in the test but sadly WFS make it Glitchy on Purpose . So take the _MSEC off and you have a Tricky Move . Sadly we have no way round this .
.

0+ IS THE OFFSET FROM CENTRE
*200 IS THE RADIUS
DIFFERING RADI CREATE ORBIT .

X
(0+(cos(rad((([SEC_MSEC]*6))-90)))*200)
Y
(0+(sin(rad((([SEC_MSEC])*6)-90)))*200)
.
.
ORBIT_HEART_RATE_TEST.ZIP (173.3 KB)

To open this File replace ZIP with wfs . Do not unzip it .

Thank you very much for the quick and very detailed and good help.

Thanks to your help I created the dial today and I think it turned out nicely.

Screenshot_20240729_221536_sysui

The complications are the weather, the battery, the pulse, Google Wallet and in the middle Amazon Alexa.

For the circle that runs like a kind of second hand, I decided to use the date, as unfortunately that can’t be a complication.

Thanks again
Stefan

1 Like

Yes . It can not be used for complication . You could orbit the HR TAG and and a little heart image . Nice little trick that orbit . Well Done Enjoy .