MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
(2.1.0, API) Revising the Show/Hide mechanism
-
@Jopyth one way would be hide a module with the scheduler and show it again with the remote control or voice or something else
-
@Jopyth: The problem is that there is no way to find out which module requested the hide method. Therefor I can’t use that identifier by default. This must be provided by the module itself.
-
Oh, I see. My
this.identifier
would have been the identifier of the module to be hidden.
-
@Jopyth exactly. Wich wouldn’t make much sense.