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.