Description
Changelog
Reviews
This plugin utilizes the National Weather Service API to provide forecasts, graphicasts, current conditions, and many informational images such as the drought monitor, forecast charts, and full warning map.
Documentation is available here.
Features:
- Forecast fetching:
- Hourly forecast and daily forecast
- Radio broadcast texts
- Current observations
- Alerts
- Fetch weather images:
- Graphicasts / weather stories
- Drought monitor
- 3 Days of national forecast charts
- Full warning map as seen on the front of Weather.gov
Usage:
This plugin relies on the observer pattern of functions and signals to fetch information.
- To set up the location parameters, run Nws.setup(lat: float, lon: float) to use a specific location or Nws.setup_ip() to grab the location of the device using its IP address. Wait for the location_setup_complete signal and continue from there.
- Once location is set up, you can fetch information and await their accompanying signals.
- Some fetch methods return their own objects, which are pre-parsed outputs for easier access.
Changelog for version v1.1.1
No changelog provided for this version.