A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Hide Module (not deleting if from the config.js)
- 
 Hi, 
 Is there a way to hide an active module in place of deleting it from the config?
 I tried something like :module:clock, position: 'top_left', config: {hidden : true}But without luck. 
- 
 you could just comment it out. /* { module:clock, position: 'top_left', } */would do the job. :) Moderator’s Note: Please use proper Markdown when showing code. 
- 
 also, you could just comment out the positionpart (I think).

