LivingKiosk · Display 16/20
Scoreboard
Your teams: live score, clock/inning/period, today’s slate, next-game countdown, last result. Pick teams across MLB, NBA, NFL and NHL below — no key required to try it, the board runs a realistic demo slate the moment you load it with nothing configured.
What it does
A live game is the event
Calm by default like every LivingKiosk display, but a score changing gets a brief, quiet highlight — no sound, no red, nothing else on the screen moves.
One request per team, shared
Every kiosk watching the same team reads one server-side cache. Live games refresh every 45 seconds; an idle day refreshes every six minutes; quiet hours stop polling almost entirely.
Honest about its sources
Built on TheSportsDB (all four leagues, no key needed to try) with MLB StatsAPI and balldontlie as league-specific upgrades. ESPN’s unofficial endpoints are deliberately not used — see the README.
Build your URL
Every parameter
| Parameter | Values | Default | Notes |
|---|---|---|---|
teams | league:slug, comma-separated | none (demo) | e.g. mlb:giants,nba:warriors,nfl:49ers,nhl:sharks. Unknown league or slug is dropped, not rejected. |
tz | IANA time zone | America/Los_Angeles | Controls every on-screen time and the quiet window. Invalid values fall back. |
quiet | HH:MM-HH:MM | none | Local to tz. Wraps midnight fine (23:00-07:00). Stops polling and dims the screen. |
dim | 0–0.8 | 0 | Fleet-wide LivingKiosk convention. A flat black overlay, for a desktop background or a dark room. |
bg | dark · light · #hex | dark | Fleet-wide convention. A custom hex picks its own text colour automatically. |
demo | auto · on · off | auto | auto shows the demo slate only when teams resolves to nothing. on forces it even with real teams configured. |
demoState | auto · pre · live · final | auto | Demo mode only. Pins the simulated game’s phase — useful for a reproducible screenshot. |
view | auto · live · slate | auto | live shows only a live game or idle (never a countdown). slate skips live/countdown and always shows the idle panel plus today’s list. |