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
Just as an idea of how we could do this in a very simple way... Have a database table with columns "date" and "message". Webstudio then shows the most recent message within a certain time frame (e.g. during this hour or during the last 10 minutes) - just a relatively basic database query. Any thoughts on this or have we got another method in mind?
Even easier. We already have a breaking news feed in MyRadio (for Timelord), and the code to fetch a news feed in WebStudio (it's used for the "Presenter News" popup when you start it). Just change the ID and check every 5-10 seconds.
Show the breaking news feed, like timelord can do, so we can send urgent messages
The text was updated successfully, but these errors were encountered: