Skip to content

Commit b622fd2

Browse files
authored
Document workaround for kolbyjack#48
1 parent c916c50 commit b622fd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ modules: [
3535
```
3636

3737
You will likely also want to set `"broadcastPastEvents": true` in your [calendar module configuration](https://docs.magicmirror.builders/modules/calendar.html#configuration-options) so past events are still displayed.
38+
Also, for version 2.30.0 (January 1st 2025 release) of MagicMirror there is a bug that probably requires an additional setting in the **calendar** module configuration: `maximumEntries: 10000` (not in the MMM-MonthlyCalendar configuration). See [issue #48][i48].
3839

3940
## Configuration options
4041

@@ -54,3 +55,5 @@ The following properties can be configured:
5455

5556
### Notes on `hideDuplicateEvents`
5657
The `hideDuplicateEvents` option is enabled by default (`true`). This ensures that events with identical details (title, start time, and end time) are displayed only once. If you want to display all occurrences of such events, set this option to `false` in your configuration.
58+
59+
[i48]: https://github.com/kolbyjack/MMM-MonthlyCalendar/issues/48

0 commit comments

Comments
 (0)