@Drunkenkun also, this module provides only THESE parms
mode: "currentMonth",
firstDayOfWeek: "sunday",
showWeekNumber: false,
displaySymbol: false,
wrapTitles: false,
hideCalendars: [],
luminanceThreshold: 110,
multiDayEndingTimeSeparator: " until ",
hideDuplicateEvents: true
and it processes the events from the default calendar module
module:"calendar"
that is where all the number of events, calendar list, urls, etc… config goes.
see the module doc with link to default
You will likely also want to set "broadcastPastEvents": true in your calendar module configuration so past events are still displayed.