mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 06:15:59 +00:00
Revert calendar default value and add documentation
This commit is contained in:
parent
6c1dbc5e61
commit
de71b1b397
@ -109,6 +109,13 @@ The following properties can be configured:
|
|||||||
<code>
|
<code>
|
||||||
titleReplace: {'Birthday of ' : '', 'foo':'bar'}
|
titleReplace: {'Birthday of ' : '', 'foo':'bar'}
|
||||||
</code>
|
</code>
|
||||||
|
<br><b>Default value:</b>
|
||||||
|
<code>
|
||||||
|
{
|
||||||
|
"De verjaardag van ": "",
|
||||||
|
"'s birthday": ""
|
||||||
|
}
|
||||||
|
</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -32,7 +32,10 @@ Module.register("calendar", {
|
|||||||
url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
|
url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
titleReplace: {},
|
titleReplace: {
|
||||||
|
"De verjaardag van ": "",
|
||||||
|
"'s birthday": ""
|
||||||
|
},
|
||||||
broadcastEvents: true
|
broadcastEvents: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user