Set Up A Raspberry Pi As An Auto-refreshing Web Dashboard
Saturday, April 3, 2021
Set up a Raspberry Pi to run Chromium in kiosk mode credit: This section is mostly based on https://die-antwort.eu/techblog/2017-12-setup-raspberry-pi-for-kiosk-mode/ with some tweak to work with the auto-refresh section later.
Set up First, start with a fresh install of Raspbian Lite - we don’t want all the bloat because we are only using the Raspberry Pi to display a dashboard
Then, we perform the usual Raspberry Pi setups, including things like updating password or enabling SSH.…