You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/clock.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The following properties can be configured:
40
40
|`showDate`| Turn off or on the Date section. <br><br> **Possible values:**`true` or `false` <br> **Default value:**`true`|
41
41
|`showWeek`| Turn off or on the Week section. <br><br> **Possible values:**`true` or `false` <br> **Default value:**`false`|
42
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`|
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`|
44
44
|`lat`| Latitude for sun/moon calculations. <br><br> **Default value:**`47.630539`|
45
45
|`lon`| Longitude for sun/moon calculations. <br><br> **Default value:**`-122.344147`|
46
46
|`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