HackerShackOfficial / Smart-Mirror

Raspberry powered mirror which can display news, weather, calendar events
MIT License
908 stars 384 forks source link

Error: 'currently' #42

Closed LuckyLuke009 closed 7 years ago

LuckyLuke009 commented 7 years ago

Hi there,

I hope anyone can help me with this. Everything works, except the wheater. I always get this message when I start it up: Traceback (most recent call last): File "smartmirror.py", line 161, in get_weather temperature2 = "%s%s" %(str(int(weather_obj['currently']['temperature'])), degree_sign) KeyError: 'currently' Error: 'currently'. Cannot get weather.

I also put in the secret code as it should be.

Thanks and greets from Germany

Lukas

liquid1 commented 7 years ago

have you figure out the error or you need help?

voodoolights commented 7 years ago

I have the same problem. could you share how you solved it please? Thank you in advance!

nfao2 commented 4 years ago

I have the same error too!! How did you fix it?