UNSOLVED How do I delete some of the default modules?
-
I want to get rid of some of the default modules like the compliments. How would I do that?
-
in config.js set disable: true
{ module: "compliments", position: "middle_center", disabled: true, config: { } }
-
@r3d6 just add
disabled: true,
in the config.js on a the line after the module name
then mm won’t load them
-
@sdetweil pardon the dumb question but what is config.js?
-
@r3d6 the file where u configure MagicMirror.
read the two topics in my signature below.
I didn’t write them, they are good learning topics -
@r3d6 sorry for my stupid question by how you manage to setup the mirror in the first place?
-
@hango this is my first raspberry pi project and I’ve never coded before. I ran the auto install script
-
@r3d6 OK, in the end you managed to find config.js?
-
@hango yes, I found config and successfully removed the default modules I didn’t want. Now I’m off to learn how to add modules. Thank you!
-