Entertainment Plugins
FiestaBoard includes several fun entertainment plugins.
Disney Parks Queue Times
Display real-time wait times for Disney theme park rides. No API key required.
Setup
- Enable the Disney Parks plugin in the Web UI Integrations page
- Select your park:
- Disneyland
- Disney California Adventure
- Walt Disney World (Magic Kingdom, EPCOT, Hollywood Studios, Animal Kingdom)
Available Variables
| Variable | Description | Example |
|---|---|---|
{disney_parks_times.wait_times} | Formatted wait times | SPACE MTN 45 MIN |
Last.fm Now Playing
Display what's currently playing on your music services (Spotify, Apple Music, etc.) via Last.fm scrobbling.
Setup
- Create an account at last.fm
- Set up scrobbling from your music app
- Create an API application at last.fm/api/account/create
- Add to
.env:
LASTFM_API_KEY=your_api_key_here
LASTFM_USERNAME=your_username
- Enable the Last.fm plugin in the Web UI
Available Variables
| Variable | Description | Example |
|---|---|---|
{last_fm.now_playing} | Currently playing track | BOHEMIAN RHAPSODY |
Star Trek Quotes
Display random quotes from Star Trek: The Next Generation, Voyager, and Deep Space Nine. No API key required.
Setup
- Enable the Star Trek Quotes plugin in the Web UI
- (Optional) Select preferred series
Available Variables
| Variable | Description | Example |
|---|---|---|
{star_trek_quotes.quote} | Random Star Trek quote | MAKE IT SO |
Series Color Coding
| Series | Color |
|---|---|
| The Next Generation | 🟨 Yellow |
| Deep Space Nine | 🟥 Red |
| Voyager | 🟦 Blue |
Guest WiFi
Display your guest WiFi network name and password. No API key required.
Setup
- Enable the Guest WiFi plugin in the Web UI
- Configure your WiFi details:
# In .env
GUEST_WIFI_SSID=MyNetwork
GUEST_WIFI_PASSWORD=mypassword123
Color Coding
| Element | Color |
|---|---|
| Header | 🟩 Green |
| SSID | 🟦 Blue |
| Password | 🟪 Violet |
Other Entertainment Plugins
Surf Conditions
Display wave height and swell conditions. No API key required.
Sun Art
A full-screen artistic sun pattern that changes based on the sun's position throughout the day. No API key required.
Visual Clock
A full-screen pixel-art style clock display. No API key required.
Nearby Aircraft
Display real-time aircraft data from the OpenSky Network. Works without an API key, but an optional OpenSky account provides higher rate limits.
Next Steps
- Plugins Overview — See all available plugins
- Plugin Configuration — General plugin management