Viktor Jaep
Part of the Furniture
After needing to make some fixes to the way that aviationweather.gov changed its API calls, I decided it's finally time to bring this out of perpetual beta. This is what I consider a "what is possible" kind-of script... Categorized under "Smart Home", purely for fun, pulling weather data from various sources, extracting data from XML and displaying it in a semi-orderly fashion within an SSH window on your router! ENJOY!
What's new!?
v0.5 - (January 15, 2024)
* MAJOR: Official release! It's been a long time coming. Please know this is just a "what is possible" kind of script. It serves no purpose other than seeing what can be done with API weather feeds, extracting data from XML and displaying it in an orderly fashion on the screen. Purely for enjoyment, if you'd rather get your local weather in an SSH window on your router vs. one of the many old, tired web-based weather services/apps out there.
* FIXED: aviationweather.gov recently decided to change their API methods, and had to make some fixes in order to get the Aviation weather working again. Decided it was time to freshen things up, get this out of beta, and on the streets!
* FIXED: After update, script will automatically run with the new version instead of having to exit out and run the script again.
* MINOR: General enhancements to overall look & feel, bringing it under the same standards as BACKUPMON at this point.
Download Link:
Significant Screenshots:
What's new!?
v0.5 - (January 15, 2024)
* MAJOR: Official release! It's been a long time coming. Please know this is just a "what is possible" kind of script. It serves no purpose other than seeing what can be done with API weather feeds, extracting data from XML and displaying it in an orderly fashion on the screen. Purely for enjoyment, if you'd rather get your local weather in an SSH window on your router vs. one of the many old, tired web-based weather services/apps out there.
* FIXED: aviationweather.gov recently decided to change their API methods, and had to make some fixes in order to get the Aviation weather working again. Decided it was time to freshen things up, get this out of beta, and on the streets!
* FIXED: After update, script will automatically run with the new version instead of having to exit out and run the script again.
* MINOR: General enhancements to overall look & feel, bringing it under the same standards as BACKUPMON at this point.
Download Link:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/WXMON/master/wxmon-0.5.sh" -o "/jffs/scripts/wxmon.sh" && chmod 755 "/jffs/scripts/wxmon.sh"
Significant Screenshots: