Kiosk bash script nano /home/pi/kiosk.sh #!/bin/bash xset s noblank xset s off xset -dpms unclutter -idle 0.5 -root & sed -i ‘s/”exited_cleanly”:false/”exited_cleanly”:true/’ /home/pi/.config/chromium/Default/Preferences sed -i ‘s/”exit_type”:”Crashed”/”exit_type”:”Normal”/’ /home/pi/.config/chromium/Default/Preferences /usr/bin/chromium-browser –noerrdialogs –disable-infobars –kiosk https://pimylifeup.com https://www.adafruit.com & while true; do xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab; sleep 10 done Service file sudo nanoContinue Reading

Assembling the Kit – Case – Fan (a must for the 4B) Preparing the microSD card – It’s easy if it’s 32gb or under…more steps if over… – SD Card Formatter – gui format if the card is over 32gb. More info here Installing the operating system – 3 officialContinue Reading