Read the statement by Michael Teeuw here.
Calendar, MMM-CalendarExt3, and MMM-Carousel
-
@dennisrosenbaum I have the config scrubbed of personal info. Do I need to zip the config file before I upload it? It’s telling me invalid file format when I attempt to upload the .js file for the config. Apologies for the ignorance, first time posting and uploading.
-
@jubbles ugly, but you can paste it here
use a code blockpaste text, blank line above and below
select text pasted
hit the button </> -
@jubbles i posted a reply on discord
-
i setup three ext3 instances with mmm-pages, with the proper filter to get events only for each configured month
it did take setting the reference date for each, which exposes a problem.
when this month ends the reference dates will be wrong on all three instances , as its set in config.js
ill post an issue with the configs
edit: this last part is my fault… I accidentally deleted the ‘return true’ after the test…
also i do notice w the ref date for today it shows labor day from the past, if i set the ref date to sept 1
it does not. is this because labor day is in the past events list?, not future from sept 1 -
@jubbles
To show 3 sequenced month-instances of the CX3 modules;{ module: "calendar", header: "US Holidays", position: "top_left", config: { maximumEntries: 100, maximumNumberOfDays: 365, calendars: [ { symbol: "calendar-check", url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics" } ] } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "THISMONTH", mode: "month", } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "NEXTMONTH", mode: "month", monthIndex: 1, } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "NEXTNEXTMONTH", mode: "month", monthIndex: 2, } },
I don’t use
MMM-Carousel
, so get a help from others. -