{"id":13830610,"url":"https://github.com/MitchSS/MMM-Hue","last_synced_at":"2025-07-09T12:30:42.135Z","repository":{"id":49729184,"uuid":"68055632","full_name":"MitchSS/MMM-Hue","owner":"MitchSS","description":"Philips Hue Module for MagicMirror2","archived":false,"fork":false,"pushed_at":"2022-11-10T15:27:39.000Z","size":131,"stargazers_count":28,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-04T10:03:27.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MitchSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-12T23:14:20.000Z","updated_at":"2023-05-30T02:37:48.000Z","dependencies_parsed_at":"2023-01-21T21:46:25.412Z","dependency_job_id":null,"html_url":"https://github.com/MitchSS/MMM-Hue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitchSS%2FMMM-Hue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitchSS%2FMMM-Hue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitchSS%2FMMM-Hue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitchSS%2FMMM-Hue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MitchSS","download_url":"https://codeload.github.com/MitchSS/MMM-Hue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539457,"owners_count":17485337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:01:03.009Z","updated_at":"2024-11-20T11:31:03.458Z","avatar_url":"https://github.com/MitchSS.png","language":"JavaScript","funding_links":[],"categories":["Hardware"],"sub_categories":[],"readme":"# Module: MMM-Hue\nThe `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.\n\n## Installing the Module\nNavigate into your MagicMirror's modules folder and execute \u003cbr\u003e\n`git clone https://github.com/MitchSS/MMM-Hue.git`\n## Using the module\n\nTo use this module, add it to the modules array in the `config/config.js` file:\n````javascript\n{\n\t\t    module: 'MMM-Hue',\n\t\t    position: 'top_right',\n\t\t    config: {\n\t\t\tbridgeip: \"192.168.1.1\",\n\t\t\tuserid: \"my user id\",\n\t\t\tcolour: false\n\t\t    }\n}\n````\nPlease visit [Philips Hue API page](https://www.developers.meethue.com/documentation/getting-started) to get an userid.\n\n## Configuration options\n\nThe following properties can be configured:\n\n| Option | Description |\n| --- | --- |\n| `bridgeip` | The ip address of your Philips Hue Bridge. \u003cbr\u003e**Type:** `string` |\n| `userid` | This is the user id created to access your Philips Hue Bridge. See here for more details - http://www.developers.meethue.com/documentation/getting-started\t\u003cbr\u003e**Type:** `string` |\n| `colour` | This boolean determines whether the icons should be displayed in colour when the lights are on in a given room. \u003cbr\u003e**Type:** `boolean` |\n| `refreshTime` | How often should the lamp states refreshed  \u003cbr\u003e**Type:** `number` \u003cbr\u003e**Default:** 60 * 10000 |\n| `lightsorgroups` | Should the module show groups or lights \u003cbr\u003e**Type:** `string` \u003cbr\u003e**Default:** \"groups\" |\n| `showOnlyOn` | If set to true the module shows only the lights which are on \u003cbr\u003e**Type:** `boolean` | false |\n| `hideSpecificGroups` | Ignore some groups by a given string (requires hideGroupsWithString option) \u003cbr\u003e**Type:** `boolean` \u003cbr\u003e**Default:** false |\n| `hideGroupsWithString` | Ignore some groups which including this string (requires hideSpecificGroups option) \u003cbr\u003e**Type:** `string` |\n| `showLabel` | Show header label? \u003cbr\u003e**Type:** `boolean` \u003cbr\u003e**Default:** true |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMitchSS%2FMMM-Hue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMitchSS%2FMMM-Hue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMitchSS%2FMMM-Hue/lists"}