Tyler Porter

Results 19 comments of Tyler Porter

There is a Slack channel that might be helpful: https://mlb-led-scoreboard.herokuapp.com/ There's also a display for network issues on some API calls that this might be related to (unclear which one...

Agreed, `Game` objects are data containers. Turning config on or off should swap display options, not what the underlying data includes (unless there's a good reason for that)

Correct me if I'm wrong... The reason it's a config setting is because we want it to scroll with the existing pitcher text? So our options are: * Use the...

> I wouldn’t want it on the pitcher text I think, I would want it like the speeds (probably under them, on my layout), but it could be an “off”...

This can be repro'd by always setting `runs` to > 9 in `data/scoreboard/team.py` while a game is ongoing ```python class Team: def __init__(self, abbrev, runs, name, hits, errors): self.abbrev =...

This doesn't have anything to do with the scoreboard itself You're bumping into issues with `systemd` to set up the service. I would recommend triple checking that the service is...

`pygame` is only installed for software emulation purposes through https://github.com/ty-porter/RGBMatrixEmulator. You could try removing `RGBMatrixEmulator>=0.8.4` from `requirements.txt` to get it to install as a bandaid. When you tried to install...

The command to start the scoreboard has changed in v8 compared to v7 and under. https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/blob/master/README.md#usage ```sh sudo ./main.py ```

> Don't think that this command will work tho: > > sudo python3 /home/pi/mlb-led-scoreboard/./main.py --led-rows=32 --led-cols=64 --led-chain=4 --led-gpio-mapping=adafruit-hat-pwm --led-pixel-mapper=U-mapper --led-brightness=30 It will not, you need to use the command I...

Closing as this seems like it's a known issue (#510) and been addressed manually.