Thomas Bachmann

Results 17 comments of Thomas Bachmann

I suggest to try it with the latest node version, e.g. as described as a prerequisite on https://docs.magicmirror.builders/getting-started/installation.html. You seem to use version 10, but the latest one with long...

What node-abi version do you have installed? E.g. from ```/home/clint/Documents/MagicMirror/modules/MMM-Gestures``` run ```npm list --depth=1 | grep node-abi``` It should be a version greater than 3.13.

Thanks, this helped me to trouble-shoot. I provided a new version. You can navigate to `/home/clint/Documents/MagicMirror/modules/MMM-Gestures` and run `git checkout` to get the latest version, and then `npm install` to...

@Clintvd Can you try to update node-abi manually from `/home/clint/Documents/MagicMirror/modules/MMM-Gestures` and run `npm update node-abi`. What does `npm list --depth=1 | grep node-abi` return afterwards?

Thanks for the code contribution, could you please update the documentation in https://github.com/thobach/MMM-Gestures/blob/master/README.MD#gesture-enabled-modules accordingly? I can merge the request then.

I just tried on the latest version of magic mirror (v2.27.0) also with a newly generated app and it still works fine for me. Does anyone have some server and...

Is this issue still present? Does the mirror work fine without this module, but fails once it is added only, as well as when only this module is added? Can...

What logs related to the module (incl. error messages) do you see in the Magic Mirror logs (console output when you launch the Magic Mirror via npm run start) and...

Could you check that your client secret hasn't expired? E.g. are there any warnings displayed at https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade in the column "Certificates & Secrets? If yes, you'll need to recreate steps...