Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HeatfanJohn/CHIPWeatherDisplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIPWeatherDisplay

How to use:

  1. git clone https://github.com/HeatfanJohn/CHIPWeatherDisplay.git into /home/chip (or /opt)
  2. Install requirements by performing:
  3. sudo apt-get install python-pygame
  4. wget https://launchpad.net/python-weather-api/trunk/0.3.8/+download/python-pywapi_0.3.8-0ubuntu0ppa1_all.deb
  5. sudo dpkg -i python-pywapi_0.3.8-0ubuntu0ppa1_all.deb
  6. Default zip code is "33330", use -z <zip code> option to specify zip code for Weather report
  7. sudo cp /home/chip/CHIPWeatherDisplay/CHIPTFTWeatherApp.service /etc/systemd/system/
  8. sudo systemctl enable CHIPTFTWeatherApp
  9. sudo systemctl start CHIPTFTWeatherApp

About

A quick hack of the PiTFTWeather weather display to make it suitable for 640x480 resolution and add error trapping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.2%
  • Shell 0.8%