Skip to main content

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

  1. Enable the Disney Parks plugin in the Web UI Integrations page
  2. Select your park:
    • Disneyland
    • Disney California Adventure
    • Walt Disney World (Magic Kingdom, EPCOT, Hollywood Studios, Animal Kingdom)

Available Variables

VariableDescriptionExample
{disney_parks_times.wait_times}Formatted wait timesSPACE 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

  1. Create an account at last.fm
  2. Set up scrobbling from your music app
  3. Create an API application at last.fm/api/account/create
  4. Add to .env:
LASTFM_API_KEY=your_api_key_here
LASTFM_USERNAME=your_username
  1. Enable the Last.fm plugin in the Web UI

Available Variables

VariableDescriptionExample
{last_fm.now_playing}Currently playing trackBOHEMIAN RHAPSODY

Star Trek Quotes

Display random quotes from Star Trek: The Next Generation, Voyager, and Deep Space Nine. No API key required.

Setup

  1. Enable the Star Trek Quotes plugin in the Web UI
  2. (Optional) Select preferred series

Available Variables

VariableDescriptionExample
{star_trek_quotes.quote}Random Star Trek quoteMAKE IT SO

Series Color Coding

SeriesColor
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

  1. Enable the Guest WiFi plugin in the Web UI
  2. Configure your WiFi details:
# In .env
GUEST_WIFI_SSID=MyNetwork
GUEST_WIFI_PASSWORD=mypassword123

Color Coding

ElementColor
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