MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Are modules sandboxed from each other?
-
Is there any sandboxing stopping one module from (maliciously) interfering with another?
e.g. reading email notifications and sending it to a remote machine?
-
@ovg no, you actually could listen on the communication of other modules, that’s what I did in one of my modules to connect multiple magicmirrors
-
@ovg
Even you can execute other module’s member function.
All modules are combined and executed together in front browser layer, thats why error of one module stops whole system.