A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Current weather doesn't work
-
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