Skip to main content
Version: 2.6

Plugins Overview

FiestaBoard uses a plugin architecture to bring live data to your Vestaboard. Each data source is a self-contained plugin you can enable or disable independently. There are currently 23 built-in plugins, and many work without any API key.

Enabling Plugins

All plugin management is done through the Web UI:

  1. Open http://localhost:4420
  2. Go to the Integrations page
  3. Toggle plugins on or off
  4. For plugins that need API keys, the Integrations page shows you where to get them and has fields to enter them
Full Integrations page with plugin list and settings

No API Key Required

These plugins work immediately after enabling - no registration or API keys needed:

PluginWhat It Shows
Bay WheelsBike availability at Bay Area stations
CountdownTime remaining until a target event
Dad JokesRandom dad jokes from icanhazdadjoke
Date & TimeCurrent date and time in multiple formats (12h/24h, US/international) with timezone support
Disney Parks Queue TimesLive wait times for rides at Disney parks worldwide
Guest WiFiYour WiFi network name and password for guests
Santa TrackerTrack Santa's journey around the world on Christmas Eve
Star Trek QuotesRandom quotes from TNG, Voyager, and DS9
StardateCurrent TNG-era stardate
Sun ArtFull-screen art pattern that changes with the sun's position throughout the day
Surf ConditionsWave height, swell period, and quality ratings
Visual ClockLarge pixel-art style clock that fills the whole board
White NoiseAmbient rain/white noise effect with cascading tiles

Free API Key Required

These plugins need a free API key from an external service:

PluginWhat It ShowsWhere to Get the Key
WeatherTemperature, UV index, precipitation, high/low, sunsetweatherapi.com (1M calls/month free) or openweathermap.org
Muni TransitReal-time SF Muni arrival predictions511.org (free)
WSDOT FerriesWA State ferry schedules, vessel names, car spots, and alertswsdot.wa.gov/traffic/api (free)
Last.fm Now PlayingCurrently playing music via Last.fm scrobblinglast.fm/api (free)

Free Tier API Key Required

These plugins need an API key from a service with a generous free tier:

PluginWhat It ShowsWhere to Get the KeyFree Tier
TrafficTravel time to destinations with live trafficGoogle Cloud Console (Routes API)$200/month credit
Home AssistantSmart home status (doors, garage, locks, etc.)Your Home Assistant instanceSelf-hosted
Air Quality & FogAQI and fog conditionsPurpleAir or OpenWeatherMapVaries

Optional API Key

These plugins work without an API key but offer additional features with one:

PluginWithout API KeyWith API Key
StocksMonitor stock prices with color-coded indicatorsBetter symbol search/autocomplete (finnhub.io)
Sports ScoresNFL, Soccer, NHL, NBA match scoresExtended data (thesportsdb.com)
Nearby AircraftReal-time aircraft info from OpenSky NetworkHigher rate limits (opensky-network.org)

Using Plugin Data in Pages

Once a plugin is enabled, its data becomes available as template variables in the page editor:

  1. Create or edit a page in the Pages section
  2. Click the Variables button in the editor toolbar
  3. Browse variables grouped by plugin
  4. Click a variable to insert it at the cursor position

Variables look like {weather.temperature} or {date_time.datetime} and are automatically replaced with live data when the page is displayed.

For more details, see Plugin Configuration.

Creating Your Own Plugins

Want to add a data source that isn't built in? Check out the Plugin Development Guide to learn how to create custom plugins.