Hi everyone,
I’ve built a production-ready, fully autonomous FIFA 2026 Scorebug Template for CasparCG. I wanted to share this for anyone looking for a “set-and-forget” graphics solution that handles data fetching and animations internally.
Key Features:
-
Zero-Touch Automation: Automatically polls the ESPN API every 30 seconds for live match data (Score, Clock, Match Status, and Team Logos).
-
Broadcast-Grade Sequencing: Features a “telescope” animation—the Time Panel fades in, followed by the scoreboard sliding out from behind it.
-
Autonomous Events: Includes a dynamic “Goal” drawer that automatically detects a score change and slides in with the goal scorer’s name and minute, if available from the API.
-
Robust Connectivity: Built-in multi-proxy fallback chain to ensure data fetching works even when direct connections are blocked.
-
Hardware Accelerated: Uses CSS
will-changeproperties and cubic-bezier easing for smooth, jitter-free performance in CasparCG. -
Broadcast Specs: Sequential retraction logic (telescope retracts first, then anchor fades out) for a professional look when the graphic is cleared.
It’s designed to be lightweight and purely HTML/JS, making it easy to drop into any project without needing a dedicated operator for live updates.
Let me know what you think or if you find ways to optimize the fetching further!
FIFA 2026 Template.html (10.9 KB)