A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Facial Recognition Module classes
-
When I try to add classes to the config files i get this error:
“Could not validate config file”.
I tried adding a class to just one module:
module: 'MMM-YrThen' position: 'top_right' classes: 'default everyone'
When I remove classes, the problem goes away, but then the mirror is just blank.
-
This is the module I’m trying to add classes to
{ module: 'MMM-YrThen', position: 'top_right', config: { location: '1-211102', } classes: 'default everyone', },
-
In your first snippet, there is a comma missing after position line.
In your second snippet the comma is missing after the } which closes the config section. -
Thank you! That fixed it :)