How to use:
- git clone https://github.com/quarterturn/CHIPWeatherDisplay.git into /opt (or wherever)
- edit PiTFTWeather.py and change weatherDotComLocationCode to your own location
- edit /etc/rc.local and add '/usr/bin/python /opt/PiTFTWeather/PiTFTWeather.py start' before 'exit 0'
- start the program: '/usr/bin/python /opt/PiTFTWeather/PiTFTWeather.py start'
- throw something like this '0 5 * * * /usr/bin/python /opt/PiTFTWeather/PiTFTWeather.py restart' in your root crontab to restart it each night, since I haven't figured out all the ways in which it will throw an exception yet.