MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
590 stars 105 forks source link

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

Open Electromag1888 opened 1 year ago

Electromag1888 commented 1 year ago

This issue is a

Hardware Configuration

Software Configuration

Expected behavior

Should display live games ## Actual behavior Weather is displayed ## Additional Information No error codes at all.
ty-porter commented 1 year ago

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

ptolbert commented 1 year ago

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

ty-porter commented 1 year ago

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

pjockey commented 1 year ago

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 commented 1 year ago

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

pjockey commented 1 year ago

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.