You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`updateInterval`| How often does the compliment have to change? (Milliseconds) <br><br> **Possible values:**`1000` - `86400000` <br> **Default value:**`30000` (30 seconds) |
34
-
|`fadeSpeed`| Speed of the update animation. (Milliseconds) <br><br> **Possible values:**`0` - `5000` <br> **Default value:**`4000` (4 seconds) |
35
-
|`compliments`| The list of compliments. <br><br> **Possible values:** An object with four arrays: `morning`, `afternoon`, `evening` and `anytime`. See _compliment configuration_ below. <br> **Default value:** See _compliment configuration_ below. |
|`updateInterval`| How often does the compliment have to change? (Milliseconds) <br><br> **Possible values:**`1000` - `86400000` <br> **Default value:**`30000` (30 seconds) |
34
+
|`fadeSpeed`| Speed of the update animation. (Milliseconds) <br><br> **Possible values:**`0` - `5000` <br> **Default value:**`4000` (4 seconds) |
35
+
|`compliments`| The list of compliments. <br><br> **Possible values:** An object with four arrays: `morning`, `afternoon`, `evening` and `anytime`. See _compliment configuration_ below. <br> **Default value:** See _compliment configuration_ below. |
36
36
|`remoteFile`| External file from which to load the compliments <br><br> **Possible values:** URL (starting with `http://` or `https://`) or a **relative path** to a JSON file containing compliments. A relative path is resolved relative to the compliments module directory (`modules/default/compliments/`), so a file placed in the MagicMirror root would be referenced as `"../../compliments.json"`. Absolute filesystem paths are not supported. <br><br> The JSON file must contain an object with at least one of the arrays: `morning`, `afternoon`, `evening`, `anytime`, `datetype` and/or `crontype`. <br> **Default value:**`null` (Do not load from file) |
37
-
|`remoteFileRefreshInterval`| How often to reload the remote file, if remoteFile is specified. in ms <br> **Default value:** 0 <br> **Minimum value:** 15 minutes (15\*60\*1000) |
38
-
|`classes`| Override the CSS classes of the div showing the compliments <br><br> **Default value:**`thin xlarge bright`|
39
-
|`morningStartTime`| Time in hours (in 24 format), after which the mode of "morning" will begin <br> **Possible values:**`0` - `24` <br><br> **Default value:**`3`|
40
-
|`morningEndTime`| Time in hours (in 24 format), after which the mode of "morning" will end <br> **Possible values:**`0` - `24` <br><br> **Default value:**`12`|
41
-
|`afternoonStartTime`| Time in hours (in 24 format), after which the mode "afternoon" will begin <br> **Possible values:**`0` - `24` <br><br> **Default value:**`12`|
42
-
|`afternoonEndTime`| Time in hours (in 24 format), after which the mode "afternoon" will end <br> **Possible values:**`0` - `24` <br><br> **Default value:**`17`|
43
-
|`specialDayUnique`| Compliments configured with a date are by default added to the existing compliments list. Setting this option to `true` will show only your special day compliments on that day. See _Example use with date_ below <br><br> **Default value:**`false`|
37
+
|`remoteFileRefreshInterval`| How often to reload the remote file, if remoteFile is specified. in ms <br> **Default value:** 0 <br> **Minimum value:** 15 minutes (15\*60\*1000) |
38
+
|`classes`| Override the CSS classes of the div showing the compliments <br><br> **Default value:**`thin xlarge bright`|
39
+
|`morningStartTime`| Time in hours (in 24 format), after which the mode of "morning" will begin <br> **Possible values:**`0` - `24` <br><br> **Default value:**`3`|
40
+
|`morningEndTime`| Time in hours (in 24 format), after which the mode of "morning" will end <br> **Possible values:**`0` - `24` <br><br> **Default value:**`12`|
41
+
|`afternoonStartTime`| Time in hours (in 24 format), after which the mode "afternoon" will begin <br> **Possible values:**`0` - `24` <br><br> **Default value:**`12`|
42
+
|`afternoonEndTime`| Time in hours (in 24 format), after which the mode "afternoon" will end <br> **Possible values:**`0` - `24` <br><br> **Default value:**`17`|
43
+
|`specialDayUnique`| Compliments configured with a date are by default added to the existing compliments list. Setting this option to `true` will show only your special day compliments on that day. See _Example use with date_ below <br><br> **Default value:**`false`|
44
44
45
45
All the rest of the time that does not fall into the
46
46
morningStartTime-morningEndTime and afternoonStartTime-afternoonEndTime ranges
0 commit comments