MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    UNSOLVED Remove Modules

    Troubleshooting
    5
    5
    753
    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.
    • S
      StewartBaird86 last edited by

      Hey All,

      I am a noob at this and trying to work my way through the vast info available.
      I have tried reading some topics posted about my issue and not sure if it was addressed and I am that oblivious.
      In the config.js file there are apps I do not want to use because others are more appealing to me or I do not have an API key.
      Do I just simply erase the module and its script from my config file? Or is there more to it, like accessing the module folder, deleting unwanted module folder and associated nodes?

      Sry for the weak question

      lavolp3 Stoffbeuteluwe 2 Replies Last reply Reply Quote 0
      • BKeyport
        BKeyport Module Developer last edited by

        Simply remove the modules from the config.js and they won’t load. You can delete the directories if you want to save space, but it’s not needed.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 1
        • lavolp3
          lavolp3 Module Developer @StewartBaird86 last edited by lavolp3

          @StewartBaird86 Or you can include the property disabled: true to the module entry.

          {
            module: "MMM-Module",
            disabled: true,
            position: "top_right",
            config: {
            }
          },
          

          Using this moethod, you can quite easily enable it again by just commenting the entry out.

          {
            module: "MMM-Module",
            //disabled: true,
            position: "top_right",
            config: {
            }
          },
          

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          S 1 Reply Last reply Reply Quote 0
          • Stoffbeuteluwe
            Stoffbeuteluwe Project Sponsor @StewartBaird86 last edited by

            @StewartBaird86 https://forum.magicmirror.builders/topic/1536/how-to-remove-old-module

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

              @lavolp3 or just change it to disabled: false

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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