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/show module from another module
-
Hi, I would like to hide/show module from another module. I have read about visibility locking in module instance methods, but I am not sure how I can use it.
-
@sergiozf see the developers doc, good example
https://docs.magicmirror.builders/development/helper-methods.html#module-selection
-
Thanks a lot.
-
@sergiozf you can pass a string as part of the hide, to prevent any other module from showing that does not provide that same string on show