SomeWhereOverTheRainBow
Part of the Furniture
It is working great so far.... I haven't pushed the envelope to see when I will have to pay yet. It might take me a while to reach a few thousand. I might be able to achieve it quicker with loop or a xargs pipe.For those following my little pet project... here's a new version of WXMON! My big push here was to eliminate the necessity to use an API key to pull weather... so I sleuthed around and found some good weather API's that are completely free! Please note, they will give you a few thousand attempts per day before they require you to start paying, but I think we can all stay under these limitations. I'm awaiting with baited breath to see if this will now work for @Stephen Harrington!
What's new?
v0.2b - (February 21, 2023)
* ADDED: I incorporated a new option that lets you pick between the current US-based weather service, as well as a Global weather service. I found another API that lets you pull global weather info without the need of an API key, however each has their plusses and minuses. US-based weather is a only 3-day forecast, but has a user-friendly expanded forecast, but it gives much more richer content. The global-based weather is a 7-day forecast, does not have expanded weather, and uses more of the standard data elements. The global weather does give you an option between using Imperial or Metric units of measurement, found in the config menu.
* CHANGED: Made a big change in the aviation weather service, and will no longer need an API key to retrieve the METAR/TAF information. You can still enable/disable the aviation weather, and pick your preferred station/airport. This *should* work globally. Please let me know if you run into any problems, and I will dive into it!
Download link:
Code:curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/WXMON/master/wxmon-0.2b.sh" -o "/jffs/scripts/wxmon.sh" && chmod a+rx "/jffs/scripts/wxmon.sh"
Significant Screenshots:
New config options - please note -- NO API key required
View attachment 48131
Global weather data... optional in Imperial or Metric units. Why? Because we can!
View attachment 48132
I love the terminal graphics though. It is taking terminal to the next level for sure.