Skip to content

EG-A-S/CodeZoo-RPi-InfoScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CodeZoo Info Screen

Clone this project for quick setup of an infoscreen based on Raspberry Pi

Requirements

  1. Raspberry Pi OS (w. Desktop environment)
  2. Username is codezoo (ID: 1000) - if not, files/codezoo-chromium-autostart.service needs to be updated accordingly
  3. Available internet

Steps

First, change your directory to the root of this project!

1. Update and install Chromium

sudo apt update
sudo apt install chromium-browser

2. Add the start script

2.1 Edit the files/start-chromium.sh

Replace the https://example.com with the URL that you want.

2.2 Copy the file

cp ./files/start-chromium.sh ~/start-chromium.sh

2.3 Make the script executable

chmod +x ~/start-chromium.sh

3. Add the service

sudo cp ./files/codezoo-chromium-autostart.service /etc/systemd/system/codezoo-chromium-autostart.service
sudo systemctl enable codezoo-chromium-autostart.service

4. Good to go!

sudo reboot

About

Clone this project for quick setup of an infoscreen based on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages