HackerShackOfficial / Smart-Mirror

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

Smart Mirror tutorial in Window environment #117

Open Devan0369 opened 4 years ago

Devan0369 commented 4 years ago

can someone kindly advise me on how best to fix this- I had done all as advise however there were indifference with your code in smartmirror.py

your video tutorial is not update to your present code, as the updating of information of IP, is no longer existing also the dark sky token is not working with this code.

Kindly advise me urgent at alifeair.source@gmail.com - I do appreciate your prompt advise as I like to building for a birthday gift to a friend.

ALso your tutorial on AI smart mirror has similar issues as the update is not done to your wit_training_data.zip - when I was uploading or opening the file in WIT.AI to create an app as your advise it show am failed parser app.json error. Kindly advise on this as well. Please email me as I like to engage you to help custom build the software for my AI-smart mirror as I too much a newbie.

Devan0369 commented 4 years ago

this is the error I get : Devan Nair@Devan_PC MINGW64 ~/Documents/Projects/Smart Mirror/Smart-Mirror (master) $ python smartmirror.py File "smartmirror.py", line 202 print "Error: %s. Cannot get weather." % e ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Error: %s. Cannot get weather." % e)?