Read the statement by Michael Teeuw here.
Trouble with MagicMirror
- 
 @Mykle1 module: ‘currentweather’, 
 position: ‘top_left’,
 config: {
 location: ‘Forlì’,
 locationID: ‘3176746’, //ID from http://www.openweathermap.org
 appid: ’37f’
 }
 },
 Why doesn-t work?
- 
 @xVirus94 said in Trouble with MagicMirror: @xVirus94 said in Trouble with MagicMirror: @Mykle1 { 
 module: ‘currentweather’,
 position: ‘top_left’,
 config: {
 location: ‘Forlì’,
 locationID: ‘3176746’, //ID from http://www.openweathermap.org
 appid: ‘xxxxxxxxxxxxxxxxxxxxxxxxx’
 }
 },
 Why doesn-t work?Let’s take a look here… Remember do not post your api key for any app ;) At any rate this returns : “invalid API key”… so you don’t have a correct API key, where did you get it from? Plus you had Syntax errors… this is the correct way other than API Key… { module: 'currentweather', position: 'top_left', config: { location: 'Forlì', locationID: '3176746', //ID from http://www.openweathermap.org appid: 'ca7b4eb9089beeb6a71918a37f20b9' } },
- 
 @cowboysdude said in Trouble with MagicMirror: Remember do not post your api key for any app Oops! :left_facing_fist_tone2: 
- 
 @Mykle1 this isn’t a real Api key… 
- 
 @xVirus94 There you go copy the format I pasted above use your real api key and it should be working :) 
- 
 @cowboysdude It’s working!!! Thanks a lot! Owesome! 
- 
 @xVirus94 AWESOME… it’s awesome when something is working :) 
- 
 @cowboysdude That’ s right! :D 


