Read the statement by Michael Teeuw here.
Current weather doesn't work
-
My setup is almost done but my current weather module doesn’t work, the Weather Forecast module is working without problem. The settings are the same for the two modules, i tried a separate api-key for current weather module but that didn’t help. The header for the module is working but the data is no go.
Any suggestions on how to solve this?
-
can you post your config?
-
Thx for reply
{
module: ‘currentweather’,
position: ‘top_right’,
header: ‘Värt just nu’,
config: {
location: ‘Goeteborg, Sweden’,
locationID: ‘2711537’, //ID from http://www.openweathermap.org
appid: ‘12345’
}
},
{
module: ‘weatherforecast’,
position: ‘top_right’,
header: ‘Värt’,
config: {
location: ‘Goeteborg, Sweden’,
locationID: ‘2711537’, //ID from http://www.openweathermap.org
appid: ‘12345’
}
}, -
I think there is a problem with the js files. Your config is working on my magic mirror
-
is it running without the header part?
-
I replaced “currentweather.js” from github and now it’s working. Thanks for your help!
-
you’re welcome