jclarke0000 / MMM-MyCalendar

Alternative calendar module for MagicMirror.
57 stars 17 forks source link

"maximumNumberOfDays" and "colored" and "maxTitleLength" options are ignored #26

Open girottov opened 4 years ago

girottov commented 4 years ago

Hi, unless I'm not mistaken with syntax, the option I set are ignored by the module display. See config file here below and attached screenshot of MM

module: "MMM-MyCalendar", header: 'Calendario', position: "top_left", colored: true, maximumNumberOfDays: 90, maximumEntries: 8, maxTitleLength: 50, coloredSymbolOnly: true, showLocation: true, config: { calendars: [ { color: "rgb(124,185,232)", maxTitleLength: 50, symbol: "apple", url: "webcal://p43-caldav.icloud.com/published/2/MTMwMjM5ODU4NDEzMDIzOQ3CN6FZaJTeksFhvbUGGcnZx5HH12TYtp0CeIyqyxeCVM7C1WuNg0hf6XRt0f3Kkdi4ZuH-AoFeWdREeMAt010" }, { color: "rgb(176,191,26)", maxTitleLength: 50, symbol: "calendar", url: "https://p36-calendars.icloud.com/holidays/it_it.ics" } ] 2020-04-24-135840_768x1366_scrot

teitelbot commented 4 years ago

Yep. Maximum number of days are being ignored for me as well. I have it set for 1 but it shows all days

Niklas1191 commented 3 years ago

Same here fellas.