This is a fork from turing-smart-screen-python created by mathoudebine.
Please make sure you're able to run these programs first before trying the new programs created for this fork. Pay close attention to the "how to start" guide: https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-%3A-how-to-start
This fork contains added programs weather-app.py and camera-viewer.py. Some additional packages that may be required should be installed using pip:
pip install requests json geocoder
weather-app.py gives the date, time, and weather in your current location with real time updates. Note: You need to register for a free OpenWeatherMap API key and set the variable "api_key" with your key in weather-app.py. https://openweathermap.org/appid
camera-viewer.py was a test to see if the screen can display video. It works, but at a very low FPS.
If you have trouble running the program as described in the wiki, please check open/closed issues & the wiki Troubleshooting page