-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Describe the bug
- setting "loop"; false, does not stop looping.
- "show_odds_only" changing between true and false does not seem to change anything on the LED matrix.
- 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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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
No labels