• 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.

MagicMirror² v2.15.0 is available don't work.

Scheduled Pinned Locked Moved Troubleshooting
44 Posts 9 Posters 13.6k 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.
  • U Offline
    ulster @sdetweil
    last edited by Apr 1, 2021, 7:33 PM

    @unfriendlydevice

    at Object. (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/lib/node/index.js:8:29)
    at Module._compile (internal/modules/cjs/loader.js:1152:30)
    at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10) {
    code: ‘MODULE_NOT_FOUND’,
    requireStack: [
    ‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/lib/node/index.js’,
    ‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/index.js’,
    ‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/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

    Yes, a black screen

    S 1 Reply Last reply Apr 1, 2021, 7:35 PM Reply Quote 0
    • S Offline
      sdetweil @ulster
      last edited by Apr 1, 2021, 7:35 PM

      @ulster so, you need to do

      cd ~/MagicMirror
      npm install electron-rebuild
      cd ~/MagicMirror/modules/MMM-GoogleAssistant
      ~/MagicMirror/node_modules/.bin/electron-rebuild
      

      note the . (dot) in front of bin on the last command

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      U 1 Reply Last reply Apr 1, 2021, 7:55 PM Reply Quote 0
      • U Offline
        ulster @sdetweil
        last edited by Apr 1, 2021, 7:55 PM

        @sdetweil said in MagicMirror² v2.15.0 is available don't work.:

        ~/MagicMirror/node_modules/.bin/electron-rebuild

        sorry, still not work.

        01.04.2021 20:54.05.668] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/lib/node/binding/Release/electron-v11.3-linux-arm/snowboy.node’
        Require stack:

        • /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/lib/node/index.js
        • /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/index.js
        • /home/pi/MagicMirror/modules/MMM-GoogleAssistant/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
        S 1 Reply Last reply Apr 1, 2021, 8:07 PM Reply Quote 0
        • S Offline
          sdetweil @ulster
          last edited by Apr 1, 2021, 8:07 PM

          @ulster ok, lets try his tool

          from the module folder do

          npm run  rebuild
          

          I have installed on 2.15 and it works…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          U 1 Reply Last reply Apr 1, 2021, 8:26 PM Reply Quote 0
          • U Offline
            ulster @sdetweil
            last edited by Apr 1, 2021, 8:26 PM

            @sdetweil said in MagicMirror² v2.15.0 is available don't work.:

            npm run rebuild

            now the problem seems to be in mmm assistant2display

            01.04.2021 21:21.49.886] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module ‘/home/pi/MagicMirror/modules/MMM-Assistant2Display/node_modules/epoll/build/Release/epoll.node’
            was compiled against a different Node.js version using
            NODE_MODULE_VERSION 76. This version of Node.js requires
            NODE_MODULE_VERSION 85. Please try re-compiling or re-installing
            the module (for instance, using npm rebuild or npm install).

            S 1 Reply Last reply Apr 1, 2021, 8:28 PM Reply Quote 0
            • S Offline
              sdetweil @ulster
              last edited by Apr 1, 2021, 8:28 PM

              @ulster so, do the npm run rebuild in the Assistant2Display folder epoll is a bugger

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              U 1 Reply Last reply Apr 1, 2021, 10:16 PM Reply Quote 0
              • U Offline
                ulster @sdetweil
                last edited by Apr 1, 2021, 10:16 PM

                @sdetweil !

                thank you
                Captura de ecrã 2021-04-01, às 23.11.52.png

                W 1 Reply Last reply Apr 2, 2021, 1:47 AM Reply Quote 1
                • W Offline
                  Wenike @ulster
                  last edited by Apr 2, 2021, 1:47 AM

                  @ulster Just for others running into the same issue, MMM-CalendarExt2 uses the now-deprecated valid-url, so it also throws the black screen on MM launch. I’m not nearly good enough at any coding to attempt a fix though.

                  S 1 Reply Last reply Apr 2, 2021, 1:50 AM Reply Quote 0
                  • S Offline
                    sdetweil @Wenike
                    last edited by Apr 2, 2021, 1:50 AM

                    @wenike deprecated doesn’t mean no longer works… just means you “shouldn’t use it for NEW development”

                    SO, if its not loaded, YOU can still load it…

                    npm install valid-url

                    in whatever module needs it

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    W D 2 Replies Last reply Apr 2, 2021, 1:55 AM Reply Quote 2
                    • W Offline
                      Wenike @sdetweil
                      last edited by Apr 2, 2021, 1:55 AM

                      @sdetweil THANKS!

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      2 / 5
                      • First post
                        11/44
                        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