apm1007 / MMM-History

This day in history module for MM2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-History

This day in history module for MM2

Examples

MagicMirror/modules

git clone https://github.com/cowboysdude/MMM-History

Installation

 ~MagicMirror/modules
 `git clone https://github.com/cowboysdude/MMM-History.git`
 cd
  ~MagicMirror/modules/MMM-History
  run - npm install

Add to Config.js

     {
           module: 'MMM-History',
          position: 'bottom_bar',
          config: {
        maxWidth: "300px"  // Increase to maximum px or 100% to stretch across mirror. See Examples above.
          }
    },
      

maxWidth:` can be set to either px or %

Restart mirror... enjoy...

About

This day in history module for MM2


Languages

Language:JavaScript 94.5%Language:CSS 5.5%