Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smart touch not interacting on touch #11

Open
5hyguy opened this issue Jan 30, 2021 · 4 comments
Open

smart touch not interacting on touch #11

5hyguy opened this issue Jan 30, 2021 · 4 comments

Comments

@5hyguy
Copy link

5hyguy commented Jan 30, 2021

Hi Eben and all I am unable to get the smart touch working on magic mirror screen,
the buttons for both the shutdown, restart and bottom buttons don't work.

I have connected my IR hardware to the raspberry pi and that works on the main desktop, but switching to the magic mirror screen no touch event can be registered.

Please help, any hints?

@nicowhoso
Copy link

Same Problem. Did you found a solution?

@5hyguy
Copy link
Author

5hyguy commented Mar 31, 2021

Same Problem. Did you found a solution?

hi this module worked for me

https://github.com/gfischershaw/MMM-Touch

if for any reason the ir frame does not work after plugging.

  1. make sure the four sides properly connected together

  2. and then re connect to USB port.

number 2 is a major solution every time touch does not work just re connect

see my implementation here

http://jujumirror.com

@cgillinger
Copy link

I know I'm late to the party, but I had issues with the reboot button working, but not the shutdown. This was solved by editing the node_helper.js and adding "sudo" to the shutdown command:

require('child_process').exec('sudo shutdown -h now', console.log)

Maybe this will help someone.

@Mussing
Copy link

Mussing commented Jan 22, 2024

Your infrared touch USB, if connected to a PC, such as Windows, will touch function work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants