Rename includePastEvents calendar config option to broadcastPastEvents

This commit is contained in:
Jon Kolb
2019-04-10 16:50:18 -04:00
parent 806be39a6d
commit c61f0409fb
5 changed files with 11 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ var maximumEntries = 10;
var maximumNumberOfDays = 365;
var user = "magicmirror";
var pass = "MyStrongPass";
var includePastEvents = false;
var broadcastPastEvents = false;
var auth = {
user: user,