Skip to content

Commit 0106d74

Browse files
authored
Update clock.md (#210)
1 parent cd018db commit 0106d74

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
@@ -40,7 +40,7 @@ The following properties can be configured:
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` |
4242
| `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` |
43-
| `showMoonTimes` | Turn off or on the section showing moonrise and moonset times (digital clock only). <br><br> **Possible values:** `true` or `false` <br> **Default value:** `false` |
43+
| `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` |
4646
| `dateFormat` | Configure the date format as you like. <br><br> **Possible values:** [Docs](https://momentjs.com/docs/#/displaying/format/) <br> **Default value:** `"dddd, LL"` |

0 commit comments

Comments
 (0)