MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
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
position
part (I think).