A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Thingspeak with MMM-REST
-
@Roadrunner451 i don’t know… but when u put your url in a browser what does it return?
-
@sdetweil
It returns exactly what I would like to see on my mirror, like 22.3 at this time. -
@Roadrunner451 ah… format :"%d
that means integer number, no decimal places,
you want float
%1f (1 decimal place)
%2f (2 decimal places) -
@sdetweil
Ok that seems right but where am i supposed to put that ?
My config looks like :format: '%d<span class="wi wi-celsius"></span>',
-
@sdetweil
oops sorry, didn’t read completely, great !!!Thanks a lot !
Have a nice evening ! -
@Roadrunner451 said in Thingspeak with MMM-REST:
> format: '%d<span class="wi wi-celsius"></span>',
…
format: '%1f<span class="wi wi-celsius"></span>',