A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather module doesn't load
-
@sdetweil Well, I did end up finding a different sign-up page to get an API. After putting that in, and letting it sit for a bit, the weather info did start to show up. However, it’s in Celsius and I prefer Fahrenheit. I checked the specs and it looks like I should be able to put units: “imperial” to get it to switch. I tried it in both the config.js and the weather.js, but it didn’t seem to work. It’s still showing me the info in Celsius.
Did I miss something with how to swap from one to the other?
-
@Kelemvor which provider?
units, right?
-
@sdetweil Just the default provider.
config: { units: "imperial", weatherProvider: "openweathermap", type: "current",
-
@sdetweil
Ah, it didn’t like units, but when I specified the Tempunits and Windunits, then it updated. -
@Kelemvor good find!!