@British_Kiwi said in Is adding Home Assistant the right way to go?:
This module configuration contains errors:
undefinedmust be object
accidental extra comma between modules (commented out module, but the trailing comma was on a sep line)
{
module:"foo",
}.
. <--- that guy
{
module:"bar",
}
this is a bug,
opened issue
https://github.com/MagicMirrorOrg/MagicMirror/issues/3910
as a separate way to avoid this, you can add
disable:true,
after the module: line
to disable a module without having to comment it out
disabled: false,
makes it active again