Sean Ostermann
Sean Ostermann
If you just set clock as the board for each state in the config file, it should just show the clock.
It's doable with a catch. The bonnet and the HAT use a heck of a lot of GPIO pins. However, that being said you should be able to add a...
I'll look into making sure the first run file only gets deleted on successful creation of the config.json
Also need ability to pause and start schedulers for weather and dimmer. See the screensaver.py in the src/sbio directory.
Do you have weather as a board to display in the off_day, scheduled, intermission or post_game states in your config? How did you create the config file? Using the nhl_setup...
The only issue with adding in an external script is the possibility of the script causing the board to hang. The functionality for running an external script already exists in...
> Definitely understand that as an issue. I would think having it multithreaded in some way with the script run separately and the board not waiting for it would address...
Try using the official raspberry pi imager. It's been fully tested and works with that for sure.
Sure, you can issue a PR to add this if you want. Be a good addition to the way it works
I've added this to my latest PR I've issued. If the screensaver starts and there's a live game, the start time will keep getting shifted by 5 minutes until the...