MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jmartin1009
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 120
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MM won't run, blank screen with cursor showing after updating

      @sdetweil Thank you for the quick answer! Doing that as we speak.Do you however also have any knowledge about MMM-Voice? Running into an error there as well, that’s what prompted the update. Thanks!

      posted in Troubleshooting
      J
      jmartin1009
    • MM won't run, blank screen with cursor showing after updating

      When i went to go update, it said i had three files that were preventing it from updating, so i deleted them as i said, was package.json, package-lock.json, and vendor/package.json (I think). After updating, i try to run it and it gives a blank screen with the cursor showing and this is what shows in the terminal.

      pi@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.8.0 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.8.0
      Loading config ...
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'rrule'
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      App threw an error during load
      Error: Cannot find module 'rrule'
          at Module._resolveFilename (module.js:543:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:473:25)
          at Module.require (module.js:586:17)
          at require (internal/module.js:11:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:27:13)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:68:3)
          at Module._compile (module.js:642:30)
          at Object.Module._extensions..js (module.js:653:10)
          at Module.load (module.js:561:32)
      Whoops! There was an uncaught exception...
      { Error: Cannot find module 'rrule'
          at Module._resolveFilename (module.js:543:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:473:25)
          at Module.require (module.js:586:17)
          at require (internal/module.js:11:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:27:13)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:68:3)
          at Module._compile (module.js:642:30)
          at Object.Module._extensions..js (module.js:653:10)
          at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.
      

      It launched and worked fine beforehand, i was just updating because i was getting an error for some reason with MMM-Voice and thought maybe if i updated it would work.

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @jmartin1009 this is possible it’s saying this because it’s already there, but i wasn’t sure i figured i’d give it another go. Let me know if there’s anything i should change or try, but i know this mic does work, as it shows up in

      arecord -l
      

      and it comes up and i can select it in alsamixer and everything, just can’t get hotword to hear me.

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil @ejay-ibm well i got a new mic and i tried it out, still no detection for MMM-Hotword. It works for GoogleAssistantMk2 when i click the button on the screen, but no hotword detection. I worried that it may be because of snowboy failing to install properly the first time for some reason, so i went into the module in the console and did npm install and got this:

      pi@raspberrypi:~/MagicMirror/modules/MMM-Hotword $ npm install
      npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
      npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
      npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
      npm ERR! path /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      npm ERR! code EISGIT
      npm ERR! git /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy: Appears to be a git repo or submodule.
      npm ERR! git     /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      npm ERR! git Refusing to remove it. Update manually,
      npm ERR! git or move it out of the way first.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2019-03-18T22_16_00_319Z-debug.log
      
      

      any idea how i can fix this?

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil yeah it’s the PS3 eye camera microphone, it has a 4 microphone array that alsamixer hates lol

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @sdetweil What explains no response from the modules? My mic’s gain in alsamixer? if so how can i fix that? Or should i just get a new mic

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @ejay-ibm that is for the MM config.js right? Or is that what you have in the MMM-Hotword.js config file?

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @ejay-ibm I also changed it so the sauce wasn’t there and I made it so it said plughw:1 in all of them, but still nothing

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @ejay-ibm also is there anyway to change the gain or whatever? I went to alsamixer and went to the capture section and the bar doesn’t move or anything when I speak into my mic. Not sure if anything is supposed to happen but it says both L and R capture are the 100, not sure what that means.

      posted in Troubleshooting
      J
      jmartin1009
    • RE: MMM-Assistantmk2 and MMM-Hotword not picking up

      @ejay-ibm @sdetweil what should I have in the module list in the config.js for the magicmirror program for each module? Not sure if I have the right stuff or too much or what

      posted in Troubleshooting
      J
      jmartin1009
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 11
    • 12
    • 5 / 12