Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rejas/mmm-mozillavoice
trying out mozillas speaktome api with my magic mirror
https://github.com/rejas/mmm-mozillavoice
Last synced: 10 days ago
JSON representation
trying out mozillas speaktome api with my magic mirror
- Host: GitHub
- URL: https://github.com/rejas/mmm-mozillavoice
- Owner: rejas
- License: mit
- Created: 2019-04-09T05:54:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T08:58:53.000Z (about 1 year ago)
- Last Synced: 2024-12-21T04:26:57.332Z (about 1 month ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MMM-MozillaVoice
This is a module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/).
Todo: Insert description here!
## Using the module
To use this module, add the following configuration block to the modules array in the `config/config.js` file:
```js
var config = {
modules: [
{
module: 'MMM-MozillaVoice',
config: {
// See below for configurable options
}
}
]
}
```## Configuration options
| Option | Description
|----------------- |-----------
| `option1` | *Required* DESCRIPTION HERE
| `option2` | *Optional* DESCRIPTION HERE TOO
**Type:** `int`(milliseconds)
Default 60000 milliseconds (1 minute)