{"id":13830536,"url":"https://github.com/fewieden/MMM-TTS","last_synced_at":"2025-07-09T11:33:24.793Z","repository":{"id":72633424,"uuid":"65729007","full_name":"fewieden/MMM-TTS","owner":"fewieden","description":"Text-To-Speech Module for MagicMirror²","archived":false,"fork":false,"pushed_at":"2023-12-20T17:17:14.000Z","size":6,"stargazers_count":19,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-04T10:03:19.509Z","etag":null,"topics":["festival","magicmirror","offline","text-to-speech","text2speech"],"latest_commit_sha":null,"homepage":"","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/fewieden.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-15T11:59:26.000Z","updated_at":"2024-08-04T10:03:22.297Z","dependencies_parsed_at":"2024-08-04T10:13:28.629Z","dependency_job_id":null,"html_url":"https://github.com/fewieden/MMM-TTS","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/fewieden%2FMMM-TTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fewieden%2FMMM-TTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fewieden%2FMMM-TTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fewieden%2FMMM-TTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fewieden","download_url":"https://codeload.github.com/fewieden/MMM-TTS/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":["festival","magicmirror","offline","text-to-speech","text2speech"],"created_at":"2024-08-04T10:01:01.669Z","updated_at":"2024-11-20T11:30:54.593Z","avatar_url":"https://github.com/fewieden.png","language":"JavaScript","funding_links":[],"categories":["Assistants"],"sub_categories":[],"readme":"# MMM-TTS [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/fewieden/MMM-TTS/master/LICENSE) [![Build Status](https://travis-ci.org/fewieden/MMM-TTS.svg?branch=master)](https://travis-ci.org/fewieden/MMM-TTS) [![Code Climate](https://codeclimate.com/github/fewieden/MMM-TTS/badges/gpa.svg?style=flat)](https://codeclimate.com/github/fewieden/MMM-TTS) [![Known Vulnerabilities](https://snyk.io/test/github/fewieden/mmm-tts/badge.svg)](https://snyk.io/test/github/fewieden/mmm-tts)\n\nText-To-Speech Module for MagicMirror\u003csup\u003e2\u003c/sup\u003e\n\n## Dependencies\n\n* An installation of [MagicMirror\u003csup\u003e2\u003c/sup\u003e](https://github.com/MichMich/MagicMirror)\n* npm\n* [say](https://www.npmjs.com/package/say)\n* [festival](http://www.cstr.ed.ac.uk/projects/festival/)\n\n## Installation\n\n1. Clone this repo into `~/MagicMirror/modules` directory.\n1. Configure your `~/MagicMirror/config/config.js`:\n\n    ```\n    {\n        module: 'MMM-TTS',\n        position: 'top_right',\n        config: {\n            ...\n        }\n    }\n    ```\n\n1. Run command `npm install` in `~/MagicMirror/modules/MMM-TTS` directory.\n1. Run command `sudo apt-get install festival`.\n\n## Config Options\n\n| **Option** | **Default** | **Description** |\n| --- | --- | --- |\n| `debug` | `false` | Display text to speech. |\n| `text` | `'MMM-TTS'` | Text to display in debug mode, while there's no text to speech. |\n| `voice` | `null` | If you want another voice than default you have to install it seperately and then fill in the voice name here. http://www.festvox.org/docs/manual-2.4.0/festival_24.html#Voices |\n| `speed` | `1.0` | How fast the speech should be. |\n\n## For Developers\n\nTo use MMM-TTS in your module you have to send a socket notification like this `this.sendNotification('MMM-TTS', 'This is a text to read. Hello World!');`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffewieden%2FMMM-TTS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffewieden%2FMMM-TTS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffewieden%2FMMM-TTS/lists"}