A module for MagicMirror² wrapping Evan Roth's artwork "Red Lines" (2018). If you wonder what it is or why it's important, head to
or check out installations and talks on youtube.
git clone https://github.com/shin10/MMM-FF-Evan-Roth-Red-Lines.git
modules: [
{
module: "MMM-FF-Evan-Roth-Red-Lines",
position: "fullscreen_below",
hiddenOnStartup: true,
disabled: false,
config: {
width: "100%",
height: "100%",
grayscale: false,
inverted: false,
pointerEvents: "none",
removeOnSuspension: true
}
}
];
removeOnSuspension
will remove the iframe when the module is suspended and add it back again when resumed. That may save resources but also skip fading if you're for example using the MMM-pages module.
Also please note that the project is using external resources and a p2p netring.
The pointerEvents
are set to none
by default to allow touch gesture recognition from other MagicMirror² modules. If you rather like to use the original UI of the piece, you can change it to what you like best.