Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
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.
-
imperial = F
metric = C -
Thanks got that I am getting the wrong temp tell me 65 when it should be 27
-
NOAA3?
It works for me. I just tried it. Went right to C when I changed to metric. Have you changed anything in any of the module files?
-
No the default weather module works fine I am using yahoo as provider.
-
Well, if you haven’t changed any of the NOAA3 files then you’ll have to wait for the author to take a look at it for you.
-
@jeffreyking said in MMM-NOAA - Another Weather Module:
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.
The temp will change depending on your setting in your config.js
Example = Imperial shows F
Metric shows C:)