A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Noob here. Need help with configuring modules
-
How do i delete unwanted modules? I don’t want the compliments.
-
@relluts just remove it from the config.js file
-
@relluts
Or you could adddisabled: true
to the module, like this{ module: "compliments", position: "lower_third", disabled: true },
Just make sure every line except for the last one ends with a comma, otherwise magic mirror won’t accept your config file
-
Thanks guys