mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-25 23:55:07 +00:00
Show 'tomorrow' when a full day event is planned for tomorrow.
This commit is contained in:
@@ -126,10 +126,16 @@ The following properties can be configured:
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>todayText</code></td>
|
||||
<td>Text to display when an event is planned for today.<br>
|
||||
<td>Text to display when a fullday event is planned for today.<br>
|
||||
<br><b>Default value:</b> <code>'Today'</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>tomorrowText</code></td>
|
||||
<td>Text to display when a fullday event is planned for tomorrow.<br>
|
||||
<br><b>Default value:</b> <code>'Tomorrow'</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>runningText</code></td>
|
||||
<td>Text to display when an event is still running.<br>
|
||||
|
Reference in New Issue
Block a user