Relative Humidity stuck at 1% is it buggy or it's me?

Posts: 72
***SOLVED*** YOU HAVE TO USE THE FORMAT {0:P} to show humidity correctly

Hi,

I'm just asking if this is a bug due to the new day / night transition system that affect the temperature data...
right now any live session i load show 1% RH with {humidity} data bindings.

I tried a lot of different combination with the macro and nothing give me the right number...

when i put {0} macro it shows : 0.5427155% what is somehow barely correct as the session is 54% actually but the number is not showing correctly

Can you tell me if it's a bug of my settings that are incorrect?

Thanks!










Edited (6 times)
The data here is WAD.
You can take a look at the C# numeric format strings. There is a subsection for percentages, which should solve your issue.
More info here.
Edited (2 times)
Posts: 72
Simon Grossmann wrote:
The data here is WAD.
You can take a look at the C# numeric format strings. There is a subsection for percentages, which should solve your issue.
More info here.

Ok, i read , i tried and now what i got is .50 while the actual live session RH is 51%


it's probably my understanding of the format that is not good but here's what it look like




Posts: 72
I read the two links that you provided... but honestly, i understand the basic idea of what is written but i have no clue about what to do with that... :-\
Try "{0:P}".
If that does not work, try "{P}"
Edited (1 time)
Posts: 72
Simon Grossmann wrote:
Try "{0:P}".
If that does not work, try "{P}"

Yeah! it worked! the good format is {0:P}
trying to just put {P} show format error.

So thank you very much, i now hope we can do something about my theme that is crashed, i am unable to reopen it.