Platform: Raspberry Pi 3 B+ Node Version: 12.16.1 MagicMirror Version: 2.13.0-develop and also the current master branch Description: 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 ?