A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Newbie help!
-
Have all my hardware running and my mirror is all set. Having troubles loading any of the weather modules. I have my api ID from openweathermap and even my location id and city but nothing seems to be working. What files have to be modified to get the weather working and how? the read me is very vague.
Thank you! -
The only file that should be modified is the
'config.js'
file. Mine looks like this:{ module: 'currentweather', position: 'top_right', config: { location: 'Boulder,US', appid: 'MY_APPID', updateInterval: 5 * 60 * 1000 } },
-
Thanks that did it! Appreciate the help!