Read the statement by Michael Teeuw here.
MM-Calendar Doesn't Seem to Follow Some Config Options
-
@ember1205 yes, the config options are for the entire module not individual calendars.
These are the options you can change for each calendar entry : https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar#calendar-configuration-options
-
Why do some of the more general config options throw errors stating that they are undefined? For example, I can’t set tableClass or timeFormat as the values I chose (xmall and absolute, respectively) throw errors and prohibit MM from starting. I have these defined in the general config section.
-
@ember1205 all words to the right of the : in a setting need to be in quotes, and usually each line will end with a comma. Numbers and true/false do not need quotes
-
I will try quoting them.
It hadn’t occurred to me that “words” need to be quoted since true and false do not.
-
Quoting the values corrected the issues I was having with them. I think I’m good with this now and appreciate the help.