We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to create a month view?
The text was updated successfully, but these errors were encountered:
+1 on this as well
Sorry, something went wrong.
This works in conjunction with MMM-MonthlyCalender.
MMM-GoogleCalendar example configuration.
{ module: 'MMM-GoogleCalendar', header: "My Calendar", position: "top_right", hiddenOnStartup: true, maximumEntries: 100, config: { broadcastEvents: true, broadcastPastEvents: true, maximumNumberOfDays: 32, maximumEntries: 150, calendars: [ { symbol: "calendar-week", calendarID: "[email protected]", } // add another calendar HERE if needed ], } },
MMM-MonthlyCalendar will display the events from this module in a monthly view.
No branches or pull requests
Is it possible to create a month view?
The text was updated successfully, but these errors were encountered: