Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cowboysdude/MMM-History
- Owner: cowboysdude
- Created: 2017-02-19T16:38:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T02:36:46.000Z (4 months ago)
- Last Synced: 2024-07-31T06:57:40.459Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 25
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mmm - **MMM-History**
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...