A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Too many dates shown in calendar module.
-
Platform: Raspberry Pi 3 B+
Node Version: 12.16.1
MagicMirror Version: 2.13.0-develop and also the current master branchDescription: The calendar module shows 10 lines of the next dates. But in the config.js I have limited it to 5 entries.
module: "calendar", header: "Kalender", position: "top_left", config: { titleReplace: { "Aichach": "", "in": "" }, fade: false, calendars: [ { symbol: false, maximumEntries: 5, url: "https://calendar.google.com/......} ] }
Is there any idea what is wrong ?