Idea for an info screen on a Raspberry Pi or similar
- Install a LAMP server.
- Create slides in HTML (nodejs and even pandoc has several nice features). Make a slideshow that'll roll to the next slide all by itself.
- Install the chromium browser.
- Start the browser in kiosk mode.
How to run Chromium in kiosk mode
Let the browser run in kioskmode. Point the browser to your slideshow:
# chromium-browser --kiosk http://localhost/mySlides/
No comments:
Post a Comment