fewieden

Results 90 comments of fewieden

@sdetweil it should be compatible with the node version (16.15.1) of the user, it was introduced in node 14. https://nodejs.org/dist/latest-v16.x/docs/api/fs.html#promises-api ![image](https://user-images.githubusercontent.com/9334168/196040712-42589305-f6f9-43b5-bd4d-8921dfc53781.png)

@comturaRalph @mpzross I looked into your provided config and spotted some errors: ```js { module: 'MMM-soccer', position: 'bottom_left', config: { api_key: 'XXXXXXXXXXXXXXXXXXXXXXXXX', show: 'GERMANY', // this is the default and...

@mpzross your attachment from your mail didn't make it to GitHub. Can you please upload the file directly to GitHub so I can have a look?

@mpzross it says your branch is already up to date, which shouldn't be the case since I made changes. Therefore I think you are not on the correct branch. Can...

@P-kxox the fix is not available on the master branch yet. Please follow the steps to switch to the develop branch which contains the fix ```bash cd ~/MagicMirror/modules/MMM-soccer git checkout...

@orso7 I'm sorry, I do not have the time to expand my modules with new features. If you like to add this functionality feel free to send a pull request.

@tomkenner could you share your config of the module? Did you maybe override the defaults?

@tomkenner using that config the method `socketNotificationReceived` was correctly called every 60sec like specified. The rotate interval of every 5 seconds was the only thing causing the flashing. Can you...

@Rapsoulis according to the error `Error: spawn pocketsphinx_continuous ENOENT -2` I would expect that something failed in the installation of your dependencies and not the microphone itself.

@M1dn8 I extracted your comment in a separate issue as the error message is different. Does the issue still persist? Can you please share the relevant config for MMM-Fuel to...