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

Only weather is being displayed no matter if games are live. #419

Open
1 of 2 tasks
Electromag1888 opened this issue Oct 23, 2022 · 6 comments
Open
1 of 2 tasks

Only weather is being displayed no matter if games are live. #419

Electromag1888 opened this issue Oct 23, 2022 · 6 comments
Labels
needs more info Needs more info from the originator

Comments

@Electromag1888
Copy link

This issue is a

  • Bug Report
  • Feature Request

Hardware Configuration

  • Raspberry Pi Revision (4B+/3B+/Zero/etc.): 4b
  • Operating System: 32-bit Bullseye lite, have also tried 64bit Bullseye lite as well.
  • Matrix size:64x32
  • Display adapter (HAT/Bonnet/etc.): Adafruit
    • Additional information: Originally was working fine. Turned off for about a month. Turned back on yesterday.
  • Power source(s): 7amp 5.3V

Software Configuration

  • MLB LED Scoreboard Version:5.1.5
  • Commands/arguments used to start the scoreboard: --led-brightness=35 --led-slowdown-gpio=4 --led-gpio-mapping="adafruit-hat"

Expected behavior

Should display live games

Actual behavior

Weather is displayed

Additional Information

No error codes at all.
@ty-porter
Copy link
Collaborator

@Electromag1888 Is this ongoing now that spring training games have started back up?

@ptolbert
Copy link

ptolbert commented Mar 1, 2023 via email

@ty-porter
Copy link
Collaborator

Do you have a config that I can use to try to reproduce?

@WardBrian WardBrian added the needs more info Needs more info from the originator label Apr 2, 2023
@pjockey
Copy link

pjockey commented Apr 11, 2023

I'm getting the only weather today. Config is below.

{
  "preferred": {
    "teams": [
      "Blue Jays"
    ],
    "divisions": [
      "AL East",
      "AL Wild Card"
    ]
  },
  "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"
  },
  "standings": {
    "team_offday": false,
    "mlb_offday": true,
    "always_display": false,
    "display_no_games_live": true
  },
  "rotation": {
    "enabled": true,
    "scroll_until_finished": true,
    "only_preferred": false,
    "only_live": true,
    "rates": {
      "live": 15.0,
      "final": 15.0,
      "pregame": 15.0
    },
    "while_preferred_team_live": {
      "enabled": true,
      "during_inning_breaks": true
    }
  },
  "weather": {
    "apikey": "xxxxxxxxxxxxxxxxxxxx",
    "location": "Cranbrook, CA",
    "metric_units": true
  },
  "time_format": "24h",
  "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
}

@c2mfj
Copy link
Contributor

c2mfj commented Apr 11, 2023

Have you updated recently? If so, run the installer again.

@pjockey
Copy link

pjockey commented Apr 11, 2023

Have you updated recently? If so, run the installer again.

Yes, I've update to 6.1.3 and just checked and all is up to date.

I just the installer again and will have to restart the board for any changes to take effect. The restarting of the board would fix things either way, so hard to tell if running the installer again actually worked.

Edit: Games are showing after restarting, which I expected, whether or not the installer did anything. I have 9 days until there is an off to test again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info Needs more info from the originator
Projects
None yet
Development

No branches or pull requests

6 participants