Old idea, a new build

Hi guys this is a remake of a watch i made a long time ago.
I have improved a bit something.
Feedback is always welcome.

6 Likes

Nice one !
Just an idea but maybe you could synchronise the blinking heart with the heart rate.
–> (50+50 * sin(6.28 * #Dsm#*#ZHR#/60))

4 Likes

Thanks for the hint, I will definitely use it.

1 Like

Happy to help @rarest !!!
I forgot to mention, you could also add a condition for the watches with no sensor (like me :slight_smile:) by replacing the tag #ZHR# with 60, for instance:
Opacity: $#ZHR#==0?(50+50 * sin(6.28 * #Dsm#* 1)):(50+50 * sin(6.28 * #Dsm#*#ZHR#/60))$

1 Like

Thanks for another valuable suggestion. :grinning:
I just applied your idea.

1 Like