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-OneCallWeather - Wind in Meter pr second??
-
Hi
Is it in anyway possible to get Meter pr second istead of miles pr hour for the wind speed?
I lave everything else with this module. But it’s so annoying not to have wind in my “normal”{ module: "MMM-OneCallWeather", position: "top_right", header: "xxxxxx, // OPDATERET HEADER config: { latitude: "xxxxxx", // OPDATERET LATITUDE longitude: "xxxxx", // OPDATERET LONGITUDE apikey: "xxxxxxx", iconset: "4a", iconsetFormat: "png", units: "metric", // Styrer at vindhastighed er i m/s fade: false, } },
-
@MadsF for the future when posting config or log info, please use the code block
paste the info into the message editor
blank line above and belowselect the text just pasted
hit the </> button to insert the code block markdowni have corrected your pist above
-
It’s not documented in Github README, but you find the needed config in the implementation here
So…try the following and add the
windUnits
property.{ module: "MMM-OneCallWeather", position: "top_right", header: "xxxxxx, // OPDATERET HEADER config: { latitude: "xxxxxx", // OPDATERET LATITUDE longitude: "xxxxx", // OPDATERET LONGITUDE apikey: "xxxxxxx", iconset: "4a", iconsetFormat: "png", units: "metric", // Styrer at vindhastighed er i m/s fade: false, windUnits: "ms" //ADD THIS PROPERTY } }