Random
Display randomly selected values on the board, refreshed on a schedule you control. No API key required.
Overview
The Random plugin generates fresh values on a configurable interval:
- Pick a random item from your own list of 2–10 choices
- Built-in coin flip (Heads or Tails)
- Random board color as a rendered tile or as a color name
- Values re-roll at your configured refresh interval (default: every 60 seconds)
Setup
- Open http://localhost:4420
- Go to the Integrations page
- Toggle Random on
- Click Configure to set your choices list and refresh interval
- Click Save Changes
tip
Random requires no external service or API key. All values are generated locally.
Available Variables
| Variable | Description | Example |
|---|---|---|
{{random.choice}} | Random pick from your configured choices list | Pizza |
{{random.coin_flip}} | Coin flip result | Heads |
{{random.color}} | Random board color as a rendered color tile | (colored square) |
{{random.color_name}} | Random board color name as text | green |
Colors are limited to red, orange, yellow, green, blue, and violet. White and black are excluded because they render inverted on white-model boards.
Example Templates
Coin flip:
COIN FLIP
{{random.coin_flip}}
Pick from a custom list:
TONIGHT'S DINNER
{{random.choice}}
Random color tile with name:
{{random.color}} {{random.color_name}}
Combined:
FLIP: {{random.coin_flip}}
PICK: {{random.choice}}
COLOR: {{random.color}}
Next Steps
- Date & Time Plugin -- Display the current date and time
- Plugins Overview -- See all available plugins