MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Remove Modules

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 5 Posters 1.8k Views 5 Watching
    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 Offline
      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

      lavolp3L StoffbeuteluweS 2 Replies Last reply Reply Quote 0
      • BKeyportB Offline
        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
        • lavolp3L Offline
          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
          • StoffbeuteluweS Offline
            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 Offline
              sdetweil @lavolp3
              last edited by

              @lavolp3 or just change it to disabled: false

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy