nickyhajal / world-domination-summit

Code for the World Domination Summit
http://worlddominationsummit.com
3 stars 5 forks source link

LCD Screen Messaging #65

Closed nickyhajal closed 10 years ago

nickyhajal commented 10 years ago

It would be valuable to be able to temporarily display a message on the LCD screens. It would look something like this:

  1. An /admin/screens admin panel that allows you to set a Title + Message (probably stored in redis)
  2. The home-page polling an endpoint for messages when in screen mode and displaying the message (it continues polling and closes the message when it returns false)