mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-29 11:34:06 -07:00
2d03ff63cf
Scenario: * Specify more than one calendar in `config.calendars` * Specify a maximum number of entries in `config.maximumEntries` Result: The module will show as many as maximumEntries for EACH calendar Expected: The module shall not show more than a total of maximumEntries, regardless of how many calendars I specify Fixes #1043