Read the statement by Michael Teeuw here.
MM-Calendar Doesn't Seem to Follow Some Config Options
-
Thanks for the reply. While adjusting as you’ve mentioned does give me the expected result, I have to say that it seems counter-intuitive.
Placing those settings OUTSIDE of the calendar definition seems to make them overrides for the defaults and would make them be the settings used for all calendars. Shouldn’t setting them per-calendar need to be done within the definition of the calendar itself?
-
@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.