| `updateInterval` | How often does the compliment have to change? (Milliseconds) <br><br>**Possible values:**`1000` - `86400000`<br>**Default value:**`30000` (30 seconds)
| `fadeSpeed` | Speed of the update animation. (Milliseconds) <br><br>**Possible values:**`0` - `5000`<br>**Default value:**`4000` (4 seconds)
| `compliments` | The list of compliments. <br><br>**Possible values:** An object with three arrays: `morning`, `afternoon` and`evening`. See _compliment configuration_ below. <br>**Default value:** See _compliment configuration_ below.
| `remoteFile` | External file from which to load the compliments <br><br>**Possible values:** Path to a JSON file containing compliments, configured as per the value of the _compliments configuration_ (see below). An object with three arrays: `morning`, `afternoon` and `evening`. - `compliments.json`<br>**Default value:**`null` (Do not load from file)
The `compliments` property contains an object with three arrays: <code>morning</code>, <code>afternoon</code> and<code>evening</code>. Based on the time of the day, the compliments will be picked out of one of these arrays. The arrays contain one or multiple compliments.