Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@nobita It should be doing it via your language config…what is your language?
-
@cowboysdude Thai Language
-
@nobita said in MMM-NOAA - Another Weather Module:
Thai Language
Please post your entire config.js minus any apikeys…just xxxxxxxxxxx in place instead of key numbers…
Thanks
-
-
Dude, WTF? What is that module above NOAA??? Looks amazing!
-
Hello every one I like this module and it works great, but I would like to know how to change the temp from F to C thank you keep up the good work.
-
I could be mistaken but I think this module reads your
config.units: "imperial"
orconfig.units: "metric"
and displays accordingly. -
Where in the module will I find that config.units: “imperial” or config.units: “metric”
-
Not in the module. At the very beginning of your config.js file.
var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses language: "en", timeFormat: 12, units: "imperial",
-
Thank you I will change units to imperial and see.