Skip to content

Odds Ticker features not working #130

@pwolly3d

Description

@pwolly3d

Describe the bug

  1. setting "loop"; false, does not stop looping.
  2. "show_odds_only" changing between true and false does not seem to change anything on the LED matrix.
  3. Live games in the odds ticker never update. If you stop and start the display, the live game will update. I have changed "update_interval" to different intervals but doesn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

"odds_ticker": {
    "enabled": true,
    "show_favorite_teams_only": true,
    "games_per_favorite_team": 1,
    "max_games_per_league": 5,
    "show_odds_only": true,
    "sort_order": "soonest",
    "enabled_leagues": ["nfl","nba","nhl"],
    "update_interval": 45,
    "scroll_speed": 1,
    "scroll_delay": 0.03,
    "loop": false,
    "future_fetch_days": 50,
    "show_channel_logos": true,
    "dynamic_duration": true,
    "min_duration": 30,
    "max_duration": 300,
    "duration_buffer": 0.1
},

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions