A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default calendar ignoring some config.
-
Hi. The default calendar ignores some of my settings. The maximumNumberoOfdays & MaxTitleLength, but wrapEvents ignores me. Here’s my config:
{ module: "calendar", header: "", fetchInterval: 18000000, position: "top_right", config: { calendars: [ { symbol: "calendar-alt", name: "name", maximumNumberOfDays: 8, maxTitleLength: 5, maximumEntries: 8, showLocation: true, fade: false, fadePoint: 1, showEnd: true, wrapEvents: true, url: "url.com/calendar" auth: { user: "me", pass: "pass", method: "basic", } }, ] } },
-
@nibov33070 please use the markdown for code and config
-
Dont use this module but noticed you have maxTitleLength: 5, documentation says value between 10 & 50.