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.

    Voice and Touch control modules

    Scheduled Pinned Locked Moved Utilities
    13 Posts 3 Posters 1.2k Views 3 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.
    • S Offline
      sankum
      last edited by

      Hello,
      Any recommendations for MMM modules that support voice control and touchscreen functionality?

      With voice control, want to be able to see future months in the calendar. Same with touchscreen and possibly local zoom in.

      I am trying to install MMM-GoogleAssistant, but it seems it is not up to date? I keep getting errors like speaker module not found. When I I do npm install speaker, I get more errors as if more codes are outdated?

      Any suggestions? I have a Raspberry Pi4B, 64bit, 2Gb Linux.

      Thanks.

      S A 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @sankum
        last edited by sdetweil

        @sankum there are currently no good working voice modules for MagicMirror

        touch is limited. MagicMirror was designed as an output only information panel, on a device with no touch support.

        there are a couple modules that provide some touch support
        search the 3rd party list, but nothing really MagicMirror controlling. maybe swipe to change logical pages w mmm-pages or carousel
        or more recently
        https://forum.magicmirror.builders/topic/19678/mmm-chores-manage-and-keep-track-of-your-household-chores

        MagicMirror runs in a web browser, so if your display supports touch, its possible to write more modules that support touch

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • A Offline
          Ashaman @sankum
          last edited by Ashaman

          @sankum
          I searched for the same, but did not find anything that worked for me (not saying there is not anything out there, just did not fit my need).

          I have a 43" touch mirror (repurposed fitness smart mirror), and currently I have a WIP solution with a custom browser coded in python, that only display a menu icon in the top. In it I can open a menu for refreshing the page, restart the Docker container my MM is in, open and edit the config, git-pull any modules etc.
          I can also predefine the tabs is should load, so main tab is MM-url, second is Homey-url, so I can control my Homey devices from the screen.

          I also have a custom (not released) module for showing “MM-tabs” with icons in the bottom of the screen, based on the MMM-Carousel module.
          This way I can swipe “pages”, or just click a tab and it switches to that “page”.
          Tripple tapping a tab deactivate the tab If i dont want to show it.

          1747828418608-screenshot_20250521_135310.jpg

          The repos for this is currently privat, as they are still WIP, but I’m probably going to publish them at some point.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sankum
            last edited by

            Thanks for your feedback. Looking forward to your Touchscreen module demo.!
            I have been looking into MMM-Jarvis-Voice-Control. Have installed it but not gotten it to work. The documentation for installation and plugins is not great.
            Anybody else had experience with this module? Is it worth pursuing to make it work?
            Thanks

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @sankum
              last edited by

              @sankum we had a really good google assistant, but the author left and took all his modules down.
              not much work was done on others for quite a while

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S Offline
                sankum
                last edited by

                Hi Sam,

                I clones a MMM-GoogleAssistant. When I run it it complains about speaker module not found:

                [ERROR] Error when loading MMM-GoogleAssistant: Cannot find module ‘speaker’
                Require stack:

                • /home/sankum/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js
                • /home/sankum/MagicMirror/js/app.js
                • /home/sankum/MagicMirror/js/electron.js

                Is there something missing or I need to install something else? Thanks.

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @sankum
                  last edited by sdetweil

                  @sankum where is that module sourced from

                  git remote -v

                  in the module folder

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sankum
                    last edited by

                    Hi Sam,

                    Following is the source:

                    sankum@rpi:~/MagicMirror/modules/MMM-GoogleAssistant $ git remote -v
                    origin https://github.com/jeffmur/MMM-GoogleAssistant.git (fetch)
                    origin https://github.com/jeffmur/MMM-GoogleAssistant.git (push)
                    sankum@rpi:~/MagicMirror/modules/MMM-GoogleAssistant $

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @sankum
                      last edited by

                      @sankum yeh, I don’t know.

                      speaker still exists
                      https://www.npmjs.com/package/speaker

                      the module was last updated 4 years ago, so who knows…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sankum
                        last edited by

                        Thanks. But clearly something is outdated? Snippets of error messages below. Does not install. Is it simply old version or something can be done to salvage or anu other alternative? Thanks.

                        ://eslint.org/version-support for other options.
                        npm error code 1
                        npm error path /home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker
                        npm error command failed
                        npm error command sh -c node-gyp rebuild
                        npm error make: Entering directory ‘/home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker/build’
                        npm error CC(target) Release/obj.target/output/deps/mpg123/src/output/alsa.o
                        npm error make: Leaving directory ‘/home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker/build’
                        npm error gyp info it worked if it ends with ok
                        npm error gyp info using node-gyp@11.0.0
                        npm error gyp info using node@22.16.0 | linux | arm64
                        …

                        S 1 Reply Last reply Reply Quote 0
                        • 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