https://github.com/jstuder/MMM-peopleinspace
howmanypeopleareinspacerightnow module for MagicMirror2
https://github.com/jstuder/MMM-peopleinspace
magic-mirror-modules magicmirror space
Last synced: 5 months ago
JSON representation
howmanypeopleareinspacerightnow module for MagicMirror2
- Host: GitHub
- URL: https://github.com/jstuder/MMM-peopleinspace
- Owner: jstuder
- License: mit
- Created: 2017-03-15T03:37:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T10:32:19.000Z (over 2 years ago)
- Last Synced: 2024-08-04T10:02:29.672Z (9 months ago)
- Topics: magic-mirror-modules, magicmirror, space
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-PeopleInSpace**
README
# MMM-peopleinspace
[howmanypeopleareinspacerightnow](http://www.howmanypeopleareinspacerightnow.com) module for MagicMirror2
## Dependencies
* A [MagicMirror2](https://github.com/MichMich/MagicMirror) installation## Installation
1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/jstuder/MMM-peopleinspace.git`
2. Create an entry in your `config.js` file to tell this module where to display on screen.
**Example:**
```
{
module: 'MMM-peopleinspace',
position: 'top_left', // you may choose any location
header: 'People in Space'
config: {
dayLabel : false,
showNumber: true,
showList: true,
}
},
```## Config
| **Option** | **Description** |
| --- | --- |
| `dayLabel` | Set to `true` to label the days, default is false. |
| `showNumber` | Set to 'false' to hide the number of people in space, default is `true`. |
| `showList` | Set to `false` to hide the list of people in space, default is `true`.|## Screenshots
#### Default Config
#### with showNumber set to 'false'
#### with showList set to 'false'
#### with dayLabel set to 'true'
