From bb3aa2e704068bb343279a0f1ef87f56e7c20740 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 6 May 2026 03:20:43 -0400 Subject: [PATCH] update readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.