Skip to content

Commit

Permalink
Updating calendar documentation (#196)
Browse files Browse the repository at this point in the history
* Updating calendar documentation

Updating regarding PR MagicMirrorOrg/MagicMirror#3166

* Update calendar.md

fix typo

* Update calendar.md

fix description
  • Loading branch information
Paranoid93 authored Oct 16, 2023
1 parent 56b4810 commit c28a861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The following properties can be configured:
| `limitDaysNeverSkip` | If this property is set to true, every event for every day will be shown regardless of if the day on has a single full day event or not.<br><br> **Default value:** `false` |
| `flipDateHeaderTitle` | This property deterines if the title for the date header in the `dateheaders` time format will align to the left or right. <br><br> **Possible values:** `true` (right) or `false` (left) <br> **Default value:** `false` (left) |
| `hideTime` | If this property is set to true the time portion on relative times will be hidden.<br><br> **Default value:** `false` |
| `hideDuplicates` | If this property is set to true, entries with the same title, starting and ending time will be hidden.<br><br> **Default value:** `true` |
| `showTimeToday` | If this property is set to true, the event time will be displayed for same-day events even when relative display is being used.<br><br> **Default value:** `false` |
| `colored`<br>_(deprecated)_ | If this property is set to true, an individual color can be set for each calendar. <br><br> **Default value:** `false` |
| `coloredSymbolOnly`<br>_(deprecated)_ | If this property is set to true, an individual symbol color can be set for each calendar, not the whole line. This is only applicable when `colored` is also enabled.<br><br> **Default value:** `false` |
Expand Down

0 comments on commit c28a861

Please sign in to comment.