Skip to content
New issue

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

Month view #45

Open
dgoth opened this issue Sep 15, 2023 · 2 comments
Open

Month view #45

dgoth opened this issue Sep 15, 2023 · 2 comments

Comments

@dgoth
Copy link

dgoth commented Sep 15, 2023

Is it possible to create a month view?

@pmedvedev
Copy link

+1 on this as well

@kriegschrei
Copy link

This works in conjunction with MMM-MonthlyCalender.

MMM-GoogleCalendar example configuration.

  • hide the module
  • set the broadcastEvents and broadcastPastEvents as needed, also set maximum events and number of days to query
		{
			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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants