Skip to content

shin10/MMM-FF-Evan-Roth-Red-Lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-FF-Evan-Roth-Red-Lines

ISC License

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

https://www.redlines.network/

or check out installations and talks on youtube.

Installation

git clone https://github.com/shin10/MMM-FF-Evan-Roth-Red-Lines.git

Configuration

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published