MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Touch

    Scheduled Pinned Locked Moved System
    36 Posts 7 Posters 23.5k Views 10 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dvbit @Guest
      last edited by

      @Sean Uhm .If I understand your touch plugin intercepts “tap” events in the OS.
      If that is the case I have to find a way to simulate those in my C program.
      Currently the program uses the X11 simulation functions to emit fake clicks and movement events
      Is this the case?
      It is really a pity that all kinect libraries of projects such as openni are really old as it is hard to find documentation. harder updated documentation.
      Ideally the kinect would have a “Tuio” driver for X server so mecoming for all intent and purposes a multi touch device.
      I have tried to revive that too before this was developed.
      I will give it a new try.

      https://code.google.com/archive/p/tuiokinect/

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @dvbit
        last edited by

        @dvbit
        i used default touch events of browser.(IE and Safari doesn’t support but we are commonly use electron-chromium)
        https://developer.mozilla.org/en-US/docs/Web/API/Touch_events

        I don’t know anything about kinnect library, so i don’t know whether your code can emit specific event. anyway if possible, it can be used together.

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          dvbit @Guest
          last edited by

          @Sean Ok. I think that then if it intercepts browser touch events it will be really possible.

          Right now I am trying to compile tuiokinect :-)
          That would add full multitouch air gestures… so would be really fantastic with your plugin ;-)

          1 Reply Last reply Reply Quote 0
          • U Offline
            undeterred @Guest
            last edited by

            @Sean Hi, I’d like to get this module working with a HyperPixel4 touchscreen. Unfortunately I obtain an error when changing modes that stops the module from working. Is this the correct place to post to obtain help?
            Also, I have a degree in applied maths. Perhaps I can help with the rotation maths?
            Many thanks.

            ? 1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @undeterred
              last edited by

              @undeterred
              What kind of error did you meet? Post a issue on github repository with more detailed information. I’ll inspect.

              MrCoffeeM 1 Reply Last reply Reply Quote 0
              • MrCoffeeM Offline
                MrCoffee @Guest
                last edited by

                @Sean Thank you for sharing this great module.
                I am not very good at programming, but playing around a little helped me understand.
                However I am wondering if it is possible to create more buttons?
                Is there a way to modify the code (if necessary just quick and dirty) or do you think I can run multiple instances at the same time?

                And one more question: is it possible to change the displayed name to an icon?

                Thanks a lot.
                Mr.Coffee

                MrCoffeeM 1 Reply Last reply Reply Quote 0
                • MrCoffeeM Offline
                  MrCoffee @MrCoffee
                  last edited by MrCoffee

                  I have just seen that Sean is not on duty anymore.
                  Anyway it seems like now I got it how the module works.
                  Great stuff. Thanks for sharing.

                  But I still got two questions.

                  1. If I enter some code in the section “onNotification” and restart the mirror, nothing happens. The monitor stays black. Not even an error in the config is mentioned. I tried the example code and even code written on my own. Both the same.
                    Do you have any idea what the reason might be? is it a bug or my fault?
                  2. I unterstood that I just define the mode and it is not important where to touch on the display as long it is my defined gesture.
                    What I would love to do, is have a floorplan on my mirror with my smart home connected. For example I would have 5 icons of bulbs, which should be turned on by pressing the icon.
                    Is it possible to modify the module in such a way? If I am right, it is not possible right now, because a gesture like pressing can only be used once.

                  Thanks a lot.

                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @MrCoffee
                    last edited by

                    @MrCoffee Yes, Sean stepped away from MM for personal reasons a few months back. No one has taken over active support for this module. (he had like 70 modules)

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    MrCoffeeM 1 Reply Last reply Reply Quote 0
                    • MrCoffeeM Offline
                      MrCoffee @sdetweil
                      last edited by

                      @sdetweil
                      Maybe someone else uses the module with its “onNotification” option and might help out.

                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @MrCoffee
                        last edited by

                        @MrCoffee I don’t see a module of this name with his name

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

                        and what is the question about onNotification?

                        when a notification is received, you can examine and optionally respond (somehow)

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        MrCoffeeM 1 Reply Last reply Reply Quote 0
                        • MrCoffeeM Offline
                          MrCoffee @sdetweil
                          last edited by

                          @sdetweil Yes that is the same module. Sean changed the ownership when he left: Seans modules

                          The onNotification function seems important to me. if I change to page two for example, the gestures can be defined in another way compared to page one.
                          My problem is, when I add the code and restart my mirror everthing stays black. usually if there is a bug in the config.js an error is mentioned. but in this case it just stays black.
                          If I uncomment the code everthing is fine again.
                          This even happens when i use the example code. Knowing that it wont do anything on my magic mirror, it should start anyway.
                          So i am wondering if there is a bug or if i am doing something wrong?
                          Do you use the module?

                          S 1 Reply Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @MrCoffee
                            last edited by

                            @MrCoffee no… never seen it before…

                            how do you start MM

                            npm start
                            or pm2?

                            if npm start , keyboard alt-spacebar, n to minimize
                            if pm2,
                            pm2 logs --lines=100

                            if still nothing obvious, open the developers window, ctrl-shoft-i on the mirror keyboard,
                            select the tab labeled console and scroll up… errors are usually in red text

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            MrCoffeeM 1 Reply Last reply Reply Quote 0
                            • MrCoffeeM Offline
                              MrCoffee @sdetweil
                              last edited by

                              @sdetweil Thanks I didn´t know these commands. Unfortunately I use it installed by docker and headlless on a other device.

                              S 1 Reply Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @MrCoffee
                                last edited by

                                @MrCoffee yeh, skip docker til you get it working…

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                MrCoffeeM 1 Reply Last reply Reply Quote 0
                                • MrCoffeeM Offline
                                  MrCoffee @sdetweil
                                  last edited by MrCoffee

                                  @sdetweil I just tried ctrl-shift-i with a working mirror. On the tab console I could see a css error, but everything works.
                                  Then i added the onNotification code. Still the same. no mirror starting, and on the console tab there is no error. it ends with “initializing MagicMirror”.
                                  But nothing happens.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Do not disturb
                                    sdetweil @MrCoffee
                                    last edited by

                                    @MrCoffee ok, then it must be back on the terminal window where i started MM

                                    either there is a module missing
                                    a syntax error
                                    or some fatal problem in the front end (mmm-touch.js)

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    MrCoffeeM 1 Reply Last reply Reply Quote 0
                                    • MrCoffeeM Offline
                                      MrCoffee @sdetweil
                                      last edited by

                                      @sdetweil Ok. The module MMM-Touch can create a detailed log (says the config). But it is not written where I can find it:-) Is there a common place for it?

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @MrCoffee
                                        last edited by sdetweil

                                        @MrCoffee no idea… either in the module folder or MM folder…

                                        but if there is a fatal error, it probably cant write the logs

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        MrCoffeeM 1 Reply Last reply Reply Quote 0
                                        • MrCoffeeM Offline
                                          MrCoffee @sdetweil
                                          last edited by

                                          @sdetweil Ok. I see. So I will have to ask gfischershaw.
                                          Thx

                                          1 Reply Last reply Reply Quote 0
                                          • 3 Offline
                                            3squaremirror
                                            last edited by

                                            can someone provide me with an example of Executing methods of module?

                                            i’d like to create a swipe up and swipe down to hide and unhide a module. thank you.

                                            S M 2 Replies Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy