almostengr / light-show-extender

Application that allows visitors to the light show website to request songs. In addition, displaying temperature, current song, and other information about the show on the website.
https://thealmostengineer.com/projects/light-show-extender
MIT License
0 stars 1 forks source link

Cancel show if rain is reported #7

Closed almostengr closed 3 years ago

almostengr commented 3 years ago

The automation will check to see what the weather condition is for a given location. If there is rain, storms, or similar, then the monitor can send a command via FPP API to end the show and start a specified playlist for rain delay. Would also tweet out that the show has be cancelled due to the weather.

almostengr commented 3 years ago

Also add functionality for weather alerts. Users will be allowed to specify the weather alerts that they want the show to shut down for as well as a playlist that should start playing when an alert was received.

almostengr commented 3 years ago

This feature is beyond the scope of this application as it does not involve Twitter. Will not include it in this application.