A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
module weather
-
hello,
i don’t understand why i can’t show weather ?{ module: "weather", position: "top_center", header: "Currently in", config: { weatherProvider: 'openweathermap', type: "current", apiBase: 'https://api.openweathermap.org/data/', weatherEndpoint: '/weather', lat: 45.95, lon: 4.5333, locationID: 2987410, aptKey: 'a6ac7aa4c11903918f355eb3bedcd72b', }, }, i write something wrong ?
-
@benoit73 take off the weatherEndpoint and apiBase let the module do that.
if you are using openweather, make sure you have a v3 spi key(requires a credit card)
and setapiVersion:"3.0",
in a couple weeks this will be corrected in the module I hope, for tye July 1 release
-
-
@KristjanESPERANTO good catch!