MMM-Assistant icon indicating copy to clipboard operation
MMM-Assistant copied to clipboard

(Deprecated) This project is not supported any more from original owner. Use alternative MMM-AssistantMk2(https://github.com/eouia/MMM-AssistantMk2)

Results 28 MMM-Assistant issues
Sort by recently updated
recently updated
newest added

Consider using a ramdisk for the temporary files created in `/tmp` to store *pico2wav* files used in the text-to-speech function, in `node_helper.js`. This would help save SD card based devices...

enhancement

**Problem:** Module stops responding after a period of time when not used. **Possible causes:** * API access token expires * socket connections are cut/removed after some (unknown?) time when not...

enhancement
investigation

I suggest we implement a request counter to keep track of the number of GA requests that has been made, so that the users do not exceed their **free** quota...

enhancement
help wanted
ToDo
api

The code base contain a lot of `console.log()` messages that are constantly spamming the pm2 logs. We should write a debug log wrapper to use a config option of :...

enhancement
cleanup

Not sure if this is kinda' implemented already, but it would be cool to be able to have it say whatever notifications that may arrive, from other modules.

enhancement
feature request

Apparently the currently used *node-aplay* npm package is [not being maintained](https://www.npmjs.com/search?q=node-aplay). We should consider to use the updated [aplay](https://www.npmjs.com/package/aplay) package instead. The look identical, but the *aplay* doesn't have any...

enhancement

In the Wiki: > You SHOULD be able to execute below commands on terminal. > `arecord -d 10 test.wav && aplay test.wav` That fails with: ```bash $ arecord -d 10...

INFO
FAQ

In the command file containing the spoken command text (that the module is reacting to) some of the variable names (or "tags") are not named according to what the command...

enhancement