diff --git a/readme.md b/readme.md index 8b3d2fe..89ee03b 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,7 @@ After=multi-user.target [Service] ExecStart=/usr/bin/python3 scoreboard.py +KillSignal=SIGINT WorkingDirectory=/home/pi/Documents/scoreboard Restart=always User=pi @@ -36,6 +37,14 @@ User=pi WantedBy=multi-user.target ``` +Make usre to update paths accordingly. + +## Adding more leagues/teams + +Simply add the league & sport to the `get_all_scores()` function in scoreboard.py. These should be relatively self-explanitory knowing the league name/sport name. + +Make sure you get logos as well, doing the same in download_logos.py and running the script again. + ## Govee Lighting If you have Govee lighting you want to setup for celebrations, create a `.env` file and complete the arguments in the template file.