mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
point of time when calendar event gets relative now customizable
This commit is contained in:
@@ -21,7 +21,7 @@ Module.register("calendar",{
|
||||
fetchInterval: 5 * 60 * 1000, // Update every 5 minutes.
|
||||
animationSpeed: 2000,
|
||||
fade: true,
|
||||
urgency: 7,
|
||||
urgency: 7,
|
||||
timeFormat: "relative",
|
||||
getRelative: '6',
|
||||
fadePoint: 0.25, // Start on 1/4th of the list.
|
||||
|
Reference in New Issue
Block a user