A simple smart mirror implementation utilizing PyQt5.
The implementation supports displaying a plethora of information, amongst others the following is supported:
- Using openweather to retrive a weather forecast
- Bing's virtualearth api to get traffic infromation
- Google calendar api The mirror uses the openweather api for retriving weather information
You have to add all necessary API keys in lines 51, 86 and 107. Then simply run the pythonscript with the included venv!
Have fun!