Skip to content

TheSwedishMaker/MMM-ModuleController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MMM-ModuleController

A MagicMirror module to hide other modules

Clone repo

git clone https://github.com/TheSwedishMaker/MMM-ModuleController 

include following in your config.js

{
  module: 'MMM-ModuleController',
},

To hide other modules just add the following code to your project. Add the module you want to show to the exceptionList.

        this.sendNotification('HIDE_MODULES', { exceptionList: ["MMM-DrawingBoard"] });

To show all modules

            this.sendNotification('SHOW_MODULES');

Made to run with MMM-Calculator and MMM-DrawingBoard.

About

A MagicMirror module to hide other modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published