{"id":13830537,"url":"https://github.com/Matzefication/MMM-Hello-Mirror","last_synced_at":"2025-07-09T11:33:21.216Z","repository":{"id":217324890,"uuid":"83308012","full_name":"Matzefication/MMM-Hello-Mirror","owner":"Matzefication","description":"Voice-Control for the MagicMirror based in Google Speech Recognizer (annyang)","archived":false,"fork":false,"pushed_at":"2017-03-02T08:05:07.000Z","size":43,"stargazers_count":25,"open_issues_count":6,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T10:03:19.682Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Matzefication.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-27T12:29:32.000Z","updated_at":"2024-03-07T10:57:43.000Z","dependencies_parsed_at":"2024-01-15T19:44:18.673Z","dependency_job_id":"5b8880e3-4065-4730-912a-01af70a28b35","html_url":"https://github.com/Matzefication/MMM-Hello-Mirror","commit_stats":null,"previous_names":["matzefication/mmm-hello-mirror"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matzefication%2FMMM-Hello-Mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matzefication%2FMMM-Hello-Mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matzefication%2FMMM-Hello-Mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matzefication%2FMMM-Hello-Mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matzefication","download_url":"https://codeload.github.com/Matzefication/MMM-Hello-Mirror/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539428,"owners_count":17485326,"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:01.698Z","updated_at":"2024-11-20T11:30:54.836Z","avatar_url":"https://github.com/Matzefication.png","language":"JavaScript","readme":"# MMM-Hello-Mirror\nVoice-Control for the MagicMirror based on Google Speech Recognizer (annyang)\n\nThis an extension for the [MagicMirror](https://github.com/MichMich/MagicMirror) to send notifications to other modules on voice commands.\n\n## Installation\n1. Navigate into your MagicMirror's `modules` folder\n2. Execute `git clone https://github.com/Matzefication/MMM-Hello-Mirror.git`\n3. No `npm install` is needed\n4. (Re)start magic mirror (e.g. with `pm2 restart mm`)\n\n# Using the module\nTo use this module, add it to the modules array in the `config/config.js` file:\n\n```javascript\nmodules: [\n    {\n        module: 'MMM-Hello-Mirror',\n        position: 'lower_third',\n        config: {\n            // See 'Configuration options' for more information.\n        }\n    }\n]\n```\n\n## Configuration Options\nThe following properties can be configured:\n\n\u003ctable width=\"100%\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOption\u003c/th\u003e\n\t\t\t\u003cth width=\"100%\"\u003eDescription\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003cthead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003elanguage\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tThe language used.\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eValid values:\u003c/b\u003e \n\t\t\t\t\u003cbr\u003e\u003ccode\u003een\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\u003ccode\u003ede\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003ede\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003evoice\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tThe voice used.\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eValid values:\u003c/b\u003e \n\t\t\t\t\u003cbr\u003e\u003ccode\u003eUK English Female\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\u003ccode\u003eUK English Male\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\u003ccode\u003eUS English Female\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\u003ccode\u003eDeutsch Female\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003eDeutsch Female\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\t\t\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003eanimationSpeed\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tTime in milliseconds to show and hide messages.\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e2000\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\t\t\n\t\u003c/tbody\u003e\n\u003c/table\u003e\n\n## Working with voice commands\nA voice command has to start with the wakeUp sentence depending on the selected language (by default `Hallo (magischer) Spiegel` for german, otherwise `Hi (magic) mirror` for all other languages) following your individual command. After recognizing a command, a notification will be send to all modules with the following params:\n\n- notification identifier: `VOICE_COMMAND`\n- notification payload: `the spoken command` (without the wakeUp sentence)\n","funding_links":[],"categories":["Assistants"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatzefication%2FMMM-Hello-Mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMatzefication%2FMMM-Hello-Mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatzefication%2FMMM-Hello-Mirror/lists"}