A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-PC-Stats
-
@justjim1220 said in MMM-PC-Stats:
Another question…
How can be changed to show F°?
Not really a big deal, mostly just curious… :upside-down_face:
Just run
sensors -f
, at least this is working in debian, so I guess it should work in raspbian tooOr, if you just want to convert Celcius to Fahrenheit, add some code to Mykles module like this
temp = ((temp/5)*9)+32
;)
But then again, you could add a config option to toggle between Fahrenheit and Celsius and submit a pull request