Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 943 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 943 Bytes

Last 14 Days Highs/Lows script for WeatherCat

This is a Python script that will automatically generate an image file from a set of WeatherCat weather station data.

Set it up to run every few minutes or hours and output into a web server and reference it from wherever you want. I insert it in my local weather station page.

latesttemps

Requires python 3 and uses modules matplotlib and datetime.

You'll need to set the paths to your WeatherCat data file (usually /Users/your-username/Library/WeatherCatData/your-locationname/) and where you'd like to save the output file.

I also added an option to use Celsius for metric types.

Feel free to use, modify, and submit additions. I'd love to hear if you decide to use this.

-Jason Snell, [email protected]