no newsfeed reaction with the gesture sensor
sommer05 opened this issue · 2 comments
sommer05 commented
i can't swipe the newsfeed using the gesture sensor, seems i don't get a notificaton from the gesture sensor to the newsfeed and the compliment module.
serial monitor on arduiono shows LEFT, RIGHT UP....
thobach commented
Hi @sommer05, Here are a few hints for trouble shooting:
- While events are inspected with serial monitor, the MMM-Gestures module cannot see the events. Ensure you have the Arduino serial monitor closed.
- Confirm you're using the right interface. E.g. if you run
ls /dev/ttyACM*
it should return a list of USB devices, including e.g./dev/ttyACM0
. If not, then consider changing https://github.com/thobach/MMM-Gestures/blob/master/node_helper.js#L104 fromACM
toUSB
- Ensure the module configuration is added to
config.js
- Check Magic Mirror logs for any warnings or errors
- Check that you're using the default newsfeed and compliment module
sommer05 commented
danke hab den fehler gefunden, der seriale monitor wars !!👍
Am 16.01.2022 um 14:56 schrieb Thomas Bachmann ***@***.***>:
Hi @sommer05<https://github.com/sommer05>, Here are a few hints for trouble shooting:
* While events are inspected with serial monitor, the MMM-Gestures module cannot see the events. Ensure you have the Arduino serial monitor closed.
* Confirm you're using the right interface. E.g. if you run ls /dev/ttyACM* it should return a list of USB devices, including e.g. /dev/ttyACM0. If not, then consider changing https://github.com/thobach/MMM-Gestures/blob/master/node_helper.js#L104 from ACM to USB
* Ensure the module configuration is added to config.js
* Check Magic Mirror logs for any warnings or errors
* Check that you're using the default newsfeed and compliment module
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AR4E3ARLOIGINNMLBXK2OMDUWLE5ZANCNFSM5L2F6OJQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID: ***@***.***>