Skip to content

Parse NOAA's JSON file to produce words and icons for a weather conky theme

Notifications You must be signed in to change notification settings

retypepassword/conky_weather_noaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conky_weather_noaa

Example .conkyrc_net is a .conkyrc for high DPI screens.

Download the JSON file from http://forecast.weather.gov/MapClick.php?lat=[your_latitude]&lon=[your_longitude]&FcstType=json and save as a file the program can find. I have it downloaded and parsed regularly (no more than hourly; not sure how often NOAA updates their forecast) using a cron command using wget:

wget -O /home/me/.conky_weather/fetched "http://forecast.weather.gov/MapClick.php?lat=0.000&lon=-0.000&FcstType=json" && /home/me/.conky_weather/parse

About

Parse NOAA's JSON file to produce words and icons for a weather conky theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published