You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a online Weather Streamer and need a good option to pull in severe weather alerts from the National Weather Service. I have had some success with this plugin however, it's not right where it needs to be.
I am trying to parse the Title and Summary form the return. I then want to scroll the output at the bottom of the screen. The ideal setup would have all of this happen automatically.
Example: Warning is issued and the scroll fades in at the bottom of the screen and continues until it expires and or a new warning is issued for that county. This needs to work with 15 different counties at the same time.
The text was updated successfully, but these errors were encountered:
I am a online Weather Streamer and need a good option to pull in severe weather alerts from the National Weather Service. I have had some success with this plugin however, it's not right where it needs to be.
The NWS provides a CAP ATOM XML for each county in my coverage area. Here is an example: https://api.weather.gov/alerts/active.atom?zone=ALC111
I am trying to parse the Title and Summary form the return. I then want to scroll the output at the bottom of the screen. The ideal setup would have all of this happen automatically.
Example: Warning is issued and the scroll fades in at the bottom of the screen and continues until it expires and or a new warning is issued for that county. This needs to work with 15 different counties at the same time.
The text was updated successfully, but these errors were encountered: