DaveChild / MMM-peopleinspace

howmanypeopleareinspacerightnow module for MagicMirror2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-peopleinspace

howmanypeopleareinspacerightnow module for MagicMirror2

screen shot 2017-03-14 at 9 30 02 pm

Dependencies

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

screen shot 2017-03-14 at 9 30 02 pm

with showNumber set to 'false'

screen shot 2017-03-14 at 9 25 41 pm

with showList set to 'false'

screen shot 2017-03-14 at 9 26 15 pm

with dayLabel set to 'true'

screen shot 2017-03-14 at 9 26 41 pm

About

howmanypeopleareinspacerightnow module for MagicMirror2

License:MIT License


Languages

Language:JavaScript 95.0%Language:CSS 5.0%