A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Simple parsing error help
-
Hi all,
I’ve got a line of code that has a parsing error and I’m not sure how to fix it. Thanks for the help in advance!
module: "compliments", position: "lower_third" config: { compliments: anytime: [ "Hey Rach!" ]
-
gotta throw commas in…
module: "compliments", position: "lower_third", config: { compliments: anytime: [ "Hey Rach!" ],
etc.
use
npm run config:check
until you get no errors.