How should i type in for multiple calendars?
Have tried different things but its just ending up config error.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
C
Posts made by Cattoo
-
RE: MMM-CalendarWeek
-
RE: MMM-CalendarWeek
That did the trick, thanks a lot :)
@yawns said in MMM-CalendarWeek:
Okay, please try this.
{ module: "MMM-CalendarWeek", position: "bottom_bar", config: { showEndDate: true, displayLocation: true, displayDescription: true, calendars: [ { symbol: "calendar-check-o", maximumNumberOfDays: 5, url: "************" } ] } },
-
RE: MMM-CalendarWeek
Here is the code
{ module: "MMM-CalendarWeek", position: "bottom_bar", config: { calendars: [ { symbol: "calendar-check-o", displayLocation: 'true', displayDescriptio: "true", maximumNumberOfDays: '5', showEndDate: "true", url: "************" } ] } },
-
RE: MMM-CalendarWeek
Hi,
I have set the config to
maximumNumberOfDays: 7,
showEndDate: true
displayDescription: trueBut it aint taking it, what could be wrong?
Only seeing the default values.