randomBrainstormer / MMM-GoogleCalendar

Google Calendar for MagicMirror²
MIT License
69 stars 46 forks source link

more calendar #44

Open mirrormonark opened 1 year ago

mirrormonark commented 1 year ago

hello. how can i add more google calendars? i give an example:

i on calendar google i set my calendar (calendar id), then calendar birthdays (another calendar id), then english holiday calendar (another calendar id), how can i display them? i tried this:

           {
        symbol: "calendar-week",
        calendarID: "XXXXXXX@gmail.com"
    },
    {
        symbol: "birthday-cake",
        calendarID: "XXXXX#contacts@group.v.calendar.google.com",
        color: "#ff0000"
    },
    // add another calendar HERE if needed
    {
        symbol: "Festività Italiana",
        calendarID: "XXXHOLIDAY@group.v.calendar.google.com",
randomBrainstormer commented 7 months ago

Hi @mirrormonark, the example you have above should work. Try checking if the calendarID is correct. To find your Google Calendar ID:

  1. Head over to your Google Calendar by visiting https://calendar.google.com/.
  2. Look for the settings icon (resembling a gear) in the upper right corner and click on it to access Settings.
  3. On the left side, navigate to Settings for my calendars, and select the calendar you wish to display on MMM-GoogleCalendar.
  4. Scroll until you find the Integrate calendar section. Your calendar ID is listed there. This ID usually ends with @group.calendar.google.com There's no need to modify any settings here—just copy the Calendar ID and replace it in the calendarID value in the module configuration.

Let us know if the above steps work, as an alternative, you can try to check for logs and see if there was any issue with the plugin.