update readme
This commit is contained in:
@@ -28,6 +28,7 @@ After=multi-user.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/python3 scoreboard.py
|
ExecStart=/usr/bin/python3 scoreboard.py
|
||||||
|
KillSignal=SIGINT
|
||||||
WorkingDirectory=/home/pi/Documents/scoreboard
|
WorkingDirectory=/home/pi/Documents/scoreboard
|
||||||
Restart=always
|
Restart=always
|
||||||
User=pi
|
User=pi
|
||||||
@@ -36,6 +37,14 @@ User=pi
|
|||||||
WantedBy=multi-user.target
|
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
|
## 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.
|
If you have Govee lighting you want to setup for celebrations, create a `.env` file and complete the arguments in the template file.
|
||||||
|
|||||||
Reference in New Issue
Block a user