Skip to content

ptornhult/MMM-Pure-Snow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: MMM-Pure-Snow

Inspired by hyperstown's pure-snow.js I created a wrapper plugin to improve your winter experience!

Screenshot

screenshot

Installation

In your terminal, go to your MagicMirror's module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/ptornhult/MMM-Pure-Snow

Configure the module in your config.js file.

Note: After starting the Mirror, it will take a few seconds before the snow begins to fall ... Note: The snow animation uses CSS to animate falling snow, depending on your hardware this might be very slow 😢

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
  {
    module: "MMM-Pure-Snow",
    position: "fullscreen_below",
    config: {
      dataCount: "100",
    },
  },
];

About

MagicMirror2 module wrapper for pure-snow.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published