Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed game still showed start time #478

Open
1 of 2 tasks
ZachPL opened this issue May 25, 2023 · 1 comment
Open
1 of 2 tasks

Delayed game still showed start time #478

ZachPL opened this issue May 25, 2023 · 1 comment

Comments

@ZachPL
Copy link

ZachPL commented May 25, 2023

This issue is a

  • Bug Report
  • Feature Request

Hardware Configuration

  • Raspberry Pi Revision (4B+/3B+/Zero/etc.): pi 4
  • Operating System: raspos Raspberry Pi OS
  • Matrix size: 32x64
  • Display adapter (HAT/Bonnet/etc.): adafruit hat

Software Configuration

{
"preferred": {
"teams": [
"Yankees"
],
"divisions": [
"AL East"
]
},
"news_ticker": {
"team_offday": true,
"always_display": false,
"preferred_teams": true,
"traderumors": true,
"mlb_news": true,
"countdowns": true,
"date": true,
"date_format": "%A, %B %-d",
"display_no_games_live": false
},
"standings": {
"team_offday": false,
"mlb_offday": false,
"always_display": false,
"display_no_games_live": false
},
"rotation": {
"enabled": true,
"scroll_until_finished": true,
"only_preferred": true,
"only_live": true,
"rates": {
"live": 15.0,
"final": 15.0,
"pregame": 15.0
},
"while_preferred_team_live": {
"enabled": false,
"during_inning_breaks": false
}
},
"weather": {
"apikey": "",
"location": "",
"metric_units": false
},
"time_format": "12h",
"end_of_day": "00:00",
"full_team_names": true,
"short_team_names_for_runs_hits": true,
"pregame_weather": true,
"scrolling_speed": 2,
"debug": false,
"demo_date": false,
"preferred_game_update_delay_in_10s_of_seconds": 0
}

  • MLB LED Scoreboard Version: 6.3.5
  • Commands/arguments used to start the scoreboard:
  • sudo python3 main.py --led-gpio-mapping=adafruit-hat-pwm --led-slowdown-gpio=4 --led-cols=64 --led-brightness=70

Expected behavior

Expected scoreboard to say the game was delayed

Actual behavior

Still showed start time of game even though it was 45 minutes past start

Additional Information

Happened during 5/24/23 Yankees orioles game, happened on multiple set ups I have. I searched the code and it looks like delayed game should be handled

@ZachPL
Copy link
Author

ZachPL commented Jun 8, 2023

So it appears my scoreboards are not updating for irregularities, yankees game postponed due to air quality today but as of 8:30 with a gamestart of 7:05 still shows. I just restarted the scoreboard process and it shows Postponed Air Quality, so for whatever reason it isn't looking for updates when the game state changes. I'm guessing it is because I only show one team and the scoreboard doesn't cycle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant