diff --git a/modules/clock.md b/modules/clock.md index 0950a576..fbe0840e 100644 --- a/modules/clock.md +++ b/modules/clock.md @@ -38,7 +38,7 @@ The following properties can be configured: | `clockBold` | Remove the colon and bold the minutes to make a more modern look.

**Possible values:** `true` or `false`
**Default value:** `false` | | `showTime` | Turn off or on the Time section.

**Possible values:** `true` or `false`
**Default value:** `true` | | `showDate` | Turn off or on the Date section.

**Possible values:** `true` or `false`
**Default value:** `true` | -| `showWeek` | Turn off or on the Week section.

**Possible values:** `true` or `false`
**Default value:** `false` | +| `showWeek` | Turn off or on the Week section.

**Possible values:** `true`, `false` or `short`
**Default value:** `false` | | `showSunTimes` | Turn off or on the section showing sunrise and sunset times (digital clock only).

**Possible values:** `true`, `false` or `disableNextEvent`
**Default value:** `false` | | `showMoonTimes` | Turn off or on the section showing moonrise and moonset times (digital clock only). Optionally display an image of lunar phase and lit percentage of the moon

**Possible values:** `times`, `percent`, `phase`, `both` or `false` (disable)
**Default value:** `false` | | `lat` | Latitude for sun/moon calculations.

**Default value:** `47.630539` |