Skip to content

Clock widget

What it is

Displays the current time (and optionally the date) in a chosen timezone, updating every second.

Config fields

FieldWhat it controlsExample
TimezoneThe timezone whose local time is shown. Choose from the dropdown or pick “Local Time” to match the viewer’s device.Europe/London
Format12-hour (1:00 PM) or 24-hour (13:00) display.24h
Show secondsToggles the seconds portion of the time.enabled
Show dateAdds a date line below the time (e.g. Tuesday, 13 May 2025).enabled
LabelOptional text shown above the time — useful when you have multiple clocks on one dashboard.Tokyo Office
Time font sizeSize of the time digits in pixels (applies unless the active theme overrides it).48
Label font sizeSize of the label text in pixels.12
Date font sizeSize of the date line text in pixels.12
Time colorHex colour for the time digits.#ffffff
Label colorHex colour for the label text.#888888
Date colorHex colour for the date line.#888888

Font size and colour fields accept the theme default when left blank — theme values take precedence over the widget-level hardcoded defaults.

Common pitfalls

  • “Local Time” depends on the viewer’s browser, not the server. Two people in different locations will see different times for the same “Local Time” clock. Use an explicit timezone (e.g. America/New_York) if you need consistency across devices.
  • Seconds increase CPU repaints. On lower-end display hardware (Raspberry Pi, older Fire TV) disabling “Show seconds” reduces redraw frequency from 1 s to 1 min.

Troubleshooting

SymptomTry
Time is off by hoursChange Timezone from “Local Time” to an explicit zone.
Label not showingMake sure the Label field isn’t empty.
Font size not changingYour active theme may be overriding the widget-level value; edit the theme or leave the field blank to use the theme default.