A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar only showing 10.
-
I have the line maximumEntries: 48, in my config.js file for the calendar:
{ module: "calendar", position: "top_right", maximumEntries: "48", header: "Calendars", config: {
There way more that 10 entries to be shown. I am not sure what I am missing to get all the entries to show up. Is there something over than maximumEntries: that I need to set to get a full column of calendar entries?
P.S. I have tried both : ‘48’, and : 48, they both have the same lack of effect.
-
@gregorywest said in Calendar only showing 10.:
maximumEntries: "48",
must be in the config section -
@karsten13 not in quotes. it needs a number, in quotes it’s a string
-
@gregorywest where are u setting the max entries
show the cal config please