Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

This day in history module for MM2
https://github.com/cowboysdude/MMM-History

Last synced: 3 months ago
JSON representation

This day in history module for MM2

Awesome Lists containing this project

README

        

# MMM-History
This day in history module for MM2

Examples

MagicMirror/modules
![](Capture.jpg)

git clone https://github.com/cowboysdude/MMM-History
![](Capture2.jpg)

# 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 %
maxLength:` can be set to any number to truncate text after x characters

Restart mirror... enjoy...