Humidity progress

Hi all :slight_smile:
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 :slight_smile:

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

Gauge

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 :slight_smile:

2 Likes

Hi, Thanks for your examples. I’ll check them out and hopefully learn a little bit :slight_smile:

3 Likes