Read the statement by Michael Teeuw here.
MMM-CalendarExt Multiple Calendars
-
Re: MMM-CalendarExtI am new to CalendarExt and need a little guidance concerning multiple calendars… I need to have 3 additional calendars add to the view but not sure how to do that and also not able to find how to change the time from 24 to 12… any help please?
-
@pastormingle I’d first switch to CalendarExt2. It’s the newer of the two, and more extensive. However, some of this below may work with the original.
This is an example of how the config should be for multiple calendars. Expand as needed.
module: "MMM-CalendarExt2", // https://github.com/MMM-CalendarExt2/MMM-CalendarExt2 config: { calendars : [ { url: "URL1", name: "Calendar 1", // Optional, Recommended // Other Options }, { url: "URL2", name: "Calendar 2", // Other Options // etc ], views: [ { mode: // Pick Mode position: // Pick Position name: // Name Calendar Group calendars: ["Calendar 1". "Calendar 2"], // other options }, // OR, if you'd like the calendars independant from each other: { mode: // Pick Mode position: // Pick Position name: // Name Calendar Group calendars: ["Calendar 1"], // Other Options }, { mode: // Pick Mode position: // Pick Position name: // Name Calendar Group calendars: ["Calendar 2"], // Other Options }, ], scenes: [ { name: "DEFAULT", }, ], }, },
-
@bkeyport thanks so much for your help. I did install the calendatExt2 but has several issues as my current config wouldn’t work. But the calendarext did work
With the added calendars. I still didn’t find an option to change from 24 time to 12. If you can point me in the right direction please. -
@pastormingle I believe the time would be set by the master time format option.
see: https://docs.magicmirror.builders/getting-started/configuration.html#general