Hi all
At the moment I only use the humidity code (WCHP) in my watch faces.
I would kindly like to ask if there is any way to make it appear as a dial?
I have done so with temperature, wind speed etc, but not the humidity info.
Is there any chance for making it appear as a dial (See enclosed pic, small lower scale)?
Many thanks in advance
You would have to use the tag: #WCHN#, itβs value is between 0 and 100.
So what ever you gauge is going to look like, you have to make out the total angle the humidity hand is to travel for its range. For example, in the gauge below 0 is at -70Β° and 100 is at 70Β°, total of 140Β° for 0-100, so the factor is 1.4
So the rotation for the hand is: ((#WCHN#*1.4)-70)
7 Likes
Of course there is. Check this inspectable examples
4 Likes
Thank you very much for your kind answer, Iβll do some testing
2 Likes
Hi, Thanks for your examples. Iβll check them out and hopefully learn a little bit
3 Likes