GithubHelp home page GithubHelp logo

mmm-hue's Introduction

Module: MMM-Hue

The MMM-Hue module is a third party module for MagicMirror. It is a simple way to display the status of groups or lights in your Philips Hue setup.

##Installing the Module Navigate into your MagicMirror's modules folder and execute
git clone https://github.com/MitchSS/MMM-Hue.git

Using the module

To use this module, add it to the modules array in the config/config.js file:

{
		    module: 'MMM-Hue',
		    position: 'top_right',
		    config:{
                bridgeip: "192.168.1.1",
		        userid: "my user id",
                colour: false
            }
		}

Configuration options

The following properties can be configured:

	<tr>
		<td><code>bridgeip</code></td>
		<td>The ip address of your Philips Hue Bridge.
		</td>
	</tr>
	<tr>
		<td><code>userid</code></td>
		<td>This is the user id created to access your Philips Hue Bridge.<br> See here for more details - http://www.developers.meethue.com/documentation/getting-started
		</td>
	</tr>
	<tr>
		<td><code>colour</code></td>
		<td>This boolean determines whether the icons should be displayed in colour when the lights are on in a given room.
		</td>
	</tr>
    <tr>
		<td><code>refreshTime</code></td>
		<td>How often should the lamp states refreshed</br> Default: 60 * 10000
		</td>
	</tr>
    <tr>
		<td><code>lightsorgroups</code></td>
		<td>Should the module show groups or lights</br> Default: "groups"
		</td>
	</tr>
    <tr>
		<td><code>showOnlyOn</code></td>
		<td>If set to true the module shows only the lights which are on</br> Default: false
		</td>
	</tr>
    <tr>
		<td><code>hideSpecificGroups</code></td>
		<td>Ignore some groups by a given string (requires hideGroupsWithString option)</br> Default: false
		</td>
	</tr>
    <tr>
		<td><code>hideGroupsWithString</code></td>
		<td>Ignore some groups which including this string (requires hideSpecificGroups option)
		</td>
	</tr>

</tbody>
Option Description

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.