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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login