Skip to content

Commit 8bfc509

Browse files
authored
Add documentation for disableNextEvent (#307)
* Update clock.md
1 parent 7a79763 commit 8bfc509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/clock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following properties can be configured:
3939
| `showTime` | Turn off or on the Time section. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `true` |
4040
| `showDate` | Turn off or on the Date section. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `true` |
4141
| `showWeek` | Turn off or on the Week section. <br><br> **Possible values:** `true` or `false` <br> **Default value:** `false` |
42-
| `showSunTimes` | Turn off or on the section showing sunrise and sunset times (digital clock only). <br><br> **Possible values:** `true` or `false` <br> **Default value:** `false` |
42+
| `showSunTimes` | Turn off or on the section showing sunrise and sunset times (digital clock only). <br><br> **Possible values:** `true`, `false` or `disableNextEvent` <br> **Default value:** `false` |
4343
| `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<br><br> **Possible values:** `times`, `percent`, `phase`, `both` or `false` (disable) <br> **Default value:** `false` |
4444
| `lat` | Latitude for sun/moon calculations. <br><br> **Default value:** `47.630539` |
4545
| `lon` | Longitude for sun/moon calculations. <br><br> **Default value:** `-122.344147` |

0 commit comments

Comments
 (0)