• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-AssistantMk2 (v3)

Scheduled Pinned Locked Moved System
135 Posts 27 Posters 51.2k Views 25 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.
  • J Offline
    jimmydew @Guest
    last edited by May 14, 2020, 9:57 PM

    @Bugsounet

    sure:

    pi@raspberrypi:~/MagicMirror $ cat /etc/*release
    PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
    NAME="Raspbian GNU/Linux"
    VERSION_ID="10"
    VERSION="10 (buster)"
    VERSION_CODENAME=buster
    ID=raspbian
    ID_LIKE=debian
    HOME_URL="http://www.raspbian.org/"
    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
    
    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by May 16, 2020, 8:22 AM

      gyp ERR! System Linux 5.4.35-v7l+

      in the raspbian web site i see this:

      Raspbian Buster with desktop
      Image with desktop based on Debian Buster
      Version:February 2020
      Release date:2020-02-13
      Kernel version:4.19
      

      i don’t know why you are the 5.4.x kernel version and it seams the problem
      I don’t try to compile it with it so … sorry, i can’t help
      retry with 4.19.x kernel version

      J 1 Reply Last reply May 18, 2020, 11:29 AM Reply Quote 0
      • J Offline
        jimmydew @Guest
        last edited by May 18, 2020, 11:29 AM

        @Bugsounet

        hmm okay, is there a way to change my kernel version??

        S 1 Reply Last reply May 18, 2020, 12:50 PM Reply Quote 0
        • S Away
          sdetweil @jimmydew
          last edited by May 18, 2020, 12:50 PM

          @jimmydew load a different version of the OS

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          J 1 Reply Last reply May 18, 2020, 2:08 PM Reply Quote 0
          • J Offline
            jimmydew @sdetweil
            last edited by May 18, 2020, 2:08 PM

            @sdetweil
            oke thank you but I dont now how I load a diffrent Os

            S 1 Reply Last reply May 18, 2020, 2:18 PM Reply Quote 0
            • S Away
              sdetweil @jimmydew
              last edited by May 18, 2020, 2:18 PM

              @jimmydew flash the SD card with a different is version

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply May 18, 2020, 10:34 PM Reply Quote 0
              • J Offline
                jimmydew @sdetweil
                last edited by May 18, 2020, 10:34 PM

                @sdetweil i have done now ive installed MM again and it gives me this on startup,

                [2020-05-19 00:24:34.545] [LOG]    Whoops! There was an uncaught exception...
                [2020-05-19 00:24:34.545] [ERROR]  Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/lib/node/binding/Release/electron-v6.1-linux-arm/snowboy.node'
                Require stack:
                - /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/lib/node/index.js
                - /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/index.js
                - /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js
                - /home/pi/MagicMirror/js/app.js
                - /home/pi/MagicMirror/js/electron.js
                - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
                - 
                    at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
                    at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
                    at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
                    at Function.Module._load (internal/modules/cjs/loader.js:531:27)
                    at Module.require (internal/modules/cjs/loader.js:685:19)
                    at require (internal/modules/cjs/helpers.js:16:16)
                    at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/lib/node/index.js:8:29)
                    at Module._compile (internal/modules/cjs/loader.js:786:30)
                    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
                    at Module.load (internal/modules/cjs/loader.js:645:32) {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: [
                    '/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/lib/node/index.js',
                    '/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/@bugsounet/snowboy/index.js',
                    '/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js',
                    '/home/pi/MagicMirror/js/app.js',
                    '/home/pi/MagicMirror/js/electron.js',
                    '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
                    undefined
                  ]
                }
                [2020-05-19 00:24:34.562] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                [2020-05-19 00:24:34.563] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                [2020-05-19 00:24:34.565] [LOG]    [A2D] MMM-Assistant2Display Version: 1.5.2
                [2020-05-19 00:24:34.566] [LOG]    [A2D] Assistant2Display is initialized.
                [2020-05-19 00:26:55.124] [LOG]    Shutting down server...
                [2020-05-19 00:26:55.126] [LOG]    Stopping module helper: calendar
                [2020-05-19 00:26:55.128] [LOG]    Stopping module helper: newsfeed
                [2020-05-19 00:26:55.129] [LOG]    Stopping module helper: MMM-AssistantMk2
                [2020-05-19 00:26:55.130] [LOG]    Stopping module helper: MMM-Assistant2Display
                pi@raspberrypi:~/MagicMirror $
                

                it still not detects my voice, only when i click on the assistant

                S 1 Reply Last reply May 18, 2020, 10:40 PM Reply Quote 0
                • S Away
                  sdetweil @jimmydew
                  last edited by May 18, 2020, 10:40 PM

                  @jimmydew @Bugsounet will be by to help…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User
                    last edited by May 19, 2020, 1:15 PM

                    I ordered an RPI4, I await the end of delivery for tomorrow.
                    So I’m going to do a new installation on it.
                    I come back to you once done

                    S 1 Reply Last reply May 19, 2020, 1:19 PM Reply Quote 0
                    • S Away
                      sdetweil @Guest
                      last edited by May 19, 2020, 1:19 PM

                      @Bugsounet use my script…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 13
                      • 14
                      • 10 / 14
                      10 / 14
                      • First post
                        96/135
                        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