MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED How do I delete some of the default modules?

    Troubleshooting
    4
    11
    154
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      r3d6 last edited by

      I want to get rid of some of the default modules like the compliments. How would I do that?

      S 1 Reply Last reply Reply Quote 0
      • hango
        hango Module Developer last edited by

        in config.js set disable: true

        {
        	module: "compliments",
        	position: "middle_center",
        	disabled: true,
        	config: {
        
        	}
        }
        

        https://github.com/hangorazvan

        1 Reply Last reply Reply Quote 1
        • S
          sdetweil @r3d6 last edited by

          @r3d6 just add

          disabled: true,

          in the config.js on a the line after the module name

          then mm won’t load them

          Sam

          Create a working config
          How to add modules

          R 1 Reply Last reply Reply Quote 1
          • R
            r3d6 @sdetweil last edited by

            @sdetweil pardon the dumb question but what is config.js?

            S hango 2 Replies Last reply Reply Quote 0
            • S
              sdetweil @r3d6 last edited by

              @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

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • hango
                hango Module Developer @r3d6 last edited by

                @r3d6 sorry for my stupid question by how you manage to setup the mirror in the first place?

                https://github.com/hangorazvan

                R 1 Reply Last reply Reply Quote 0
                • R
                  r3d6 @hango last edited by

                  @hango this is my first raspberry pi project and I’ve never coded before. I ran the auto install script

                  hango 1 Reply Last reply Reply Quote 0
                  • hango
                    hango Module Developer @r3d6 last edited by

                    @r3d6 OK, in the end you managed to find config.js?

                    https://github.com/hangorazvan

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      r3d6 @hango last edited by

                      @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!

                      hango BKeyport 2 Replies Last reply Reply Quote 0
                      • hango
                        hango Module Developer @r3d6 last edited by

                        @r3d6 good, @sdetweil give you a hint

                        https://github.com/hangorazvan

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy