The simple standalone HTML file allow to turn:
- a Trello list into a reveal.js slideshow/dashboard screen,
- a Trello card from the above list into a single slide/a message on a dashboard screen.
- card title becomes the slide title,
- card description (HTML allowed) becomes the slide content.
For instance, this can be useful to:
- display a Trello list content in fullscreen,
- make a presentation,
- feed a dashboard display.
- Get your Trello application key here. Use it instead of
__TRELLO_APPLICATION_KEY__
inindex.html
- Get your Trello list ID. Use it instead of
__TRELLO_LIST_ID__
inindex.html
The idea is to plug a Raspberry Pi to a TV screen. And then launch Chromium in kiosk mode. For more information see this post.
- Make use of card due date to start or stop displaying a message,
- Make use of cart attachments to display image slideshow,
- Make use of label to change background color,
- ...