Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

vyazadji/MMM-FullCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-FullCalendar

MagicMirror module for showing FullCalendar https://fullcalendar.io/ with your events. This is an extension to the MagicMirror project.

Screen Shot

Installation

Run these commands at the root of your magic mirror install.

cd modules
git clone https://github.com/vyazadji/MMM-FullCalendar
cd MMM-FullCalendar
npm install

Using the module

To use this module, add the following configuration block to the modules array in the config/config.js file:

		{
			//disabled: true,
			module: "MMM-FullCalendar",
			position: "top_right",
			config: {
				header: {
					left: "",
					center: "title",
					right: ""
				},
				height: 1000,
				locale: "ru",
				googleCalendarApiKey: <YOUR_GOOGLE_CALENDAR_API_KEY>,
				events: {
					googleCalendarId:<YOUR_GOOGLE_CALENDAR_ID>,
					className: "birthday-event" // an option!
				}
			}
		},

Where config contains configuration for FullCalendar https://fullcalendar.io/docs

About

FullCalendar for the MagicMirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors