mlb-led-scoreboard icon indicating copy to clipboard operation
mlb-led-scoreboard copied to clipboard

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

Open Electromag1888 opened this issue 2 years ago • 6 comments

This issue is a

  • [x] 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.

Electromag1888 avatar Oct 23 '22 04:10 Electromag1888

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

ty-porter avatar Mar 01 '23 21:03 ty-porter

I have the same issue. Still weather until I manually restarted the pi.

On Wed, Mar 1, 2023 at 3:42 PM Tyler Porter @.***> wrote:

@Electromag1888 https://github.com/Electromag1888 Is this ongoing now that spring training games have started back up?

— Reply to this email directly, view it on GitHub https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/issues/419#issuecomment-1450886251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAT5ASUH6C3TBBEHAJISEELWZ67EJANCNFSM6AAAAAARMEFANI . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

-- Patrick Tolbert

ptolbert avatar Mar 01 '23 23:03 ptolbert

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

ty-porter avatar Mar 01 '23 23:03 ty-porter

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
}

pjockey avatar Apr 11 '23 21:04 pjockey

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

c2mfj avatar Apr 11 '23 21:04 c2mfj

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.

pjockey avatar Apr 11 '23 22:04 pjockey