Real-time holiday light show app: users pay via Stripe to queue songs; admin + MQTT. Live dashboard!
564
A real-time holiday light show song request and donation platform.
QueueTheMagic lets visitors request songs, donate, and interact with your light show in real time. It integrates directly with Falcon Player (FPP) to control playback, while a default playlist keeps your show running between requests.
Perfect for Christmas light displays, fundraisers, and interactive neighborhood shows.
Built by Brad Sanders
If you run a holiday light show, you’ve probably heard:
QueueTheMagic solves all of that with a simple, self-hosted web app accessible via:
docker-compose.ymlservices:
app:
image: thebradleysanders/queuethemagic:latest
container_name: qtm
ports:
- "80:80"
environment:
- Stripe__SecretKey=sk_live_...
- Stripe__PublishableKey=pk_live_...
- AdminPassword=your-secure-password
- Jwt__Secret=change-this-to-a-long-random-string-min-32-chars
- AllowedOrigins=http://your-server-ip
volumes:
- qtm-data:/app/data
restart: unless-stopped
volumes:
qtm-data:
name: qtm-data
Content type
Image
Digest
sha256:5a8c8b1c9…
Size
127.3 MB
Last updated
6 months ago
docker pull thebradleysanders/queue-the-magic