- Once the operating system is installed, you can enable kiosk mode by creating a file called
~/.config/lxsession/LXDE-pi/autostart
and adding the following lines:
@xset s off
@xset -dpms
@xset s noblank
@chromium-browser --kiosk https://www.example.com
- Replace
https://www.example.com
with the URL of the website you want to display in kiosk mode. - Reboot your Raspberry Pi. It should now automatically launch Chromium in kiosk mode and display the website you specified.
- If you want to customize the appearance of the kiosk, you can do so by editing the Chromium browser preferences. To do this, launch Chromium and go to
Menu > Settings > Show advanced settings
. From here, you can change the default font size, enable/disable JavaScript, and customize the appearance of the browser.