• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.5k 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 Mar 26, 2020, 3:09 AM

    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

    L S 2 Replies Last reply Mar 26, 2020, 10:37 AM Reply Quote 0
    • B Online
      BKeyport Module Developer
      last edited by Mar 26, 2020, 9:50 AM

      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
      • L Offline
        lavolp3 Module Developer @StewartBaird86
        last edited by lavolp3 Mar 26, 2020, 10:39 AM Mar 26, 2020, 10:37 AM

        @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 Mar 26, 2020, 11:00 AM Reply Quote 0
        • S Offline
          Stoffbeuteluwe Project Sponsor @StewartBaird86
          last edited by Mar 26, 2020, 10:47 AM

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

          1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @lavolp3
            last edited by Mar 26, 2020, 11:00 AM

            @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
            1 / 1
            • First post
              3/5
              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