Bugsounet - Cédric c5f90501ef
[calendar] deny fetch interval < 60000 and set 60000 in this case (prevent fetch loop failed) (#3382)
Hi, I had the case of some users who set a very small fetchinterval (10
sec for example)
in some cases, it may be that the request did not have time to complete
correctly and that the next one has already been sent (generally on
start of MM²)
I think that lock min fetchInterval to 60000 is a good idea
2024-03-21 13:43:04 +01:00
..
2023-04-04 20:44:32 +02:00
2024-01-27 21:11:57 +01:00
2024-03-13 20:59:21 +01:00
2022-07-02 14:38:10 -07:00

Module: Calendar

The calendar module is one of the default modules of the MagicMirror². This module displays events from a public .ical calendar. It can combine multiple calendars.

For configuration options, please check the MagicMirror² documentation.