basharkey / wayweather

Simple script to display hourly weather from weather.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wayweather

Simple script to display hourly weather from weather.gc.ca

| 12:00 23° 10% SW 10 km/h | 13:00 23° 10% SW 10 km/h | 14:00 24° 10% SW 10 km/h |

Setup

Update Config with Latitude/Longitude

Obtain your latitude and longitude from your weather.gc.ca URL (e.g. For Toronto latitude = 43.655 and longitude = -79.383)

https://weather.gc.ca/en/location/index.html?coords=43.655,-79.383

Update wayweather.yml with location ID

output_length: 3
latitude: 43.655
longitude: -79.383

Run Install Script

chmod +x install.sh
./install.sh

About

Simple script to display hourly weather from weather.com

License:GNU General Public License v3.0


Languages

Language:Python 89.4%Language:Shell 10.6%