Clock
About 87 wordsLess than 1 minute
2026-03-28
Module key: clock.basicCategory: Clock
A real-time clock display. Updates every second while visible.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Format | 12h / 24h | Yes | 24h | Time format |
| Show seconds | Boolean | Yes | true | Whether to display seconds |
| Timezone | String | No | (local) | IANA timezone (e.g., "America/New_York") |
| Label | String | No | -- | Optional label text above the clock |
Actions
| Action | Description |
|---|---|
| Show | Bring the clock on screen |
| Hide | Remove the clock from screen |
Animations
- Enter: Fades in
- Exit: Fades out