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

    Posts

    Recent Best Controversial
    • RE: MagicMirror Newsfeed continually "loading"...

      @sdetweil can you help me … install problem MMM Hotword

      Welcome to Hotword v2.4.0
      
      Checking OS...
      OS Detected: linux-gnueabihf (raspbian 10 armv7l)
      
      Do you want to execute automatic intallation ? [Y/n] 
      Your choice: N
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bugsounet%2flpcm16 - Not found
      npm ERR! 404 
      npm ERR! 404  '@bugsounet/lpcm16@^1.0.1' is not in the npm registry.
      npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
      npm ERR! 404 It was specified as a dependency of 'MMM-Hotword'
      npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-10-03T05_32_52_379Z-debug.log
      
      
      posted in Troubleshooting
      ParvezP
      Parvez
    • RE: MagicMirror Newsfeed continually "loading"...

      Just reinstall this modules
      i things solved this problem

      cd ~/MagicMirror/modules/default/newsfeed/
      npm install 
      
      posted in Troubleshooting
      ParvezP
      Parvez
    • MMM-Hotword install problem
      Welcome to Hotword v2.4.0
      
      Checking OS...
      OS Detected: linux-gnueabihf (raspbian 10 armv7l)
      
      Do you want to execute automatic intallation ? [Y/n] 
      Your choice: N
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bugsounet%2flpcm16 - Not found
      npm ERR! 404 
      npm ERR! 404  '@bugsounet/lpcm16@^1.0.1' is not in the npm registry.
      npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
      npm ERR! 404 It was specified as a dependency of 'MMM-Hotword'
      npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-10-03T05_32_52_379Z-debug.log
      
      
      posted in Utilities
      ParvezP
      Parvez
    • RE: Setup Voice Control Modules with MMM-AssistantMk2

      @sdetweil i say “show module” then all module show . when i say “Hide module” the all module hide . if i say “hide time” then time module hide .

      i told that’s type voice control .

      posted in Utilities
      ParvezP
      Parvez
    • RE: Setup Voice Control Modules with MMM-AssistantMk2

      @sdetweil said in Setup Voice Control Modules with MMM-AssistantMk2:

      MMM-GoogleAssistant (by bugsounet)

      bt how to control module … i already use it MMM-GoogleAssistant (by bugsounet)

      posted in Utilities
      ParvezP
      Parvez
    • Setup Voice Control Modules with MMM-AssistantMk2

      Hello
      Anyone can help me to setup voice control Modules with MMM-AssistantMk2 .
      Give me any source to step by step setup . “MMM-Hotword” not found.

      • control all module
      • page change
      • show module
      • hide module
      posted in Utilities
      ParvezP
      Parvez
    • RE: Update Available for{ MODULE_NAME}

      @Bugsounet not understand

      posted in Utilities
      ParvezP
      Parvez
    • RE: Update Available for{ MODULE_NAME}

      I solve it , its MMM-Google Assistant update notification problem.

      cd ~/MagicMirror/modules/MMM-GoogleAssistant
      npm run update
      
      
      posted in Utilities
      ParvezP
      Parvez
    • RE: Update Available for{ MODULE_NAME}

      @sdetweil is not work !!

      posted in Utilities
      ParvezP
      Parvez
    • Update Available for{ MODULE_NAME}

      Capture.PNG

      Which module update ??

      posted in Utilities
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN

      Sove any one ?

      [2020-09-14 21:38:46.198] [ERROR]  Whoops! There was an uncaught exception...
      [2020-09-14 21:38:46.199] [ERROR]  PythonShellError: [ WARN:0] global /tmp/pip-install-6juqj78y/opencv-python/opencv/modules/videoio/src/cap_gstreamer.cpp (713) open OpenCV | GStreamer warning: Error opening bin: no element "0"
      [ WARN:0] global /tmp/pip-install-6juqj78y/opencv-python/opencv/modules/videoio/src/cap_gstreamer.cpp (480) isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
      Traceback (most recent call last):
        File "modules/MMM-Face-Reco-DNN/tools/facerecognition.py", line 106, in <module>
          frame = imutils.resize(originalFrame, width=500)
        File "/home/pi/.local/lib/python3.7/site-packages/imutils/convenience.py", line 69, in resize
          (h, w) = image.shape[:2]
      AttributeError: 'NoneType' object has no attribute 'shape'
      
          at PythonShell.parseError (/home/pi/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:254:21)
          at terminateIfNeeded (/home/pi/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:129:32)
          at ChildProcess.<anonymous> (/home/pi/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:121:13)
          at ChildProcess.emit (events.js:200:13)
          at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) {
        executable: 'python3',
        options: null,
        script: 'modules/MMM-Face-Reco-DNN/tools/facerecognition.py',
        args: [
          '--cascade=modules/MMM-Face-Reco-DNN/tools/haarcascade_frontalface_default.xml',
          '--encodings=modules/MMM-Face-Reco-DNN/tools/encodings.pickle',
          '--usePiCamera=0',
          '--source=0',
          '--rotateCamera=0',
          '--method=dnn',
          '--detectionMethod=hog',
          '--interval=2000',
          '--output=0',
          '--extendDataset=False',
          '--dataset=modules/MMM-Face-Reco-DNN/dataset/',
          '--tolerance=0.6'
        ],
        exitCode: 1
      }
      
      
      posted in Utilities
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN

      @sdetweil when i run

      python3 encode.py -i ../dataset/ -e encodings.pickle -d hog
      

      this command then show this error

      > docker build --build-arg UID=1000 --build-arg GID=1000 -t mmm-face-reco-dnn-dataset-runner .
      > make: docker: Command not found
      > make: *** [Makefile:6: image] Error 127
      

      that’s reason i install docker

      posted in Utilities
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN

      @sdetweil i was install docker on google .
      but when i run

      make
      

      this is the next error .

      Capture.PNG

      posted in Utilities
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN

      @sdetweil thank you so much … you always help me.

      can i use https://forum.magicmirror.builders/topic/10488/mm-server-mode-in-docker-on-raspberry -this link.

      posted in Utilities
      ParvezP
      Parvez
    • MMM-Face-Reco-DNN
      docker build --build-arg UID=1000 --build-arg GID=1000 -t mmm-face-reco-dnn-dataset-runner .
      make: docker: Command not found
      make: *** [Makefile:6: image] Error 127
      

      any one help me ??

      posted in Utilities
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN Problem

      i was completed every step bt when i will run make then this type error show sss.PNG cc.PNG

      posted in Utilities
      ParvezP
      Parvez
    • MMM-Face-Reco-DNN Problem

      how can i fixed it ??

      cc.PNG

      posted in Utilities
      ParvezP
      Parvez
    • MMM-Face-Recognition-SMAI

      can any one share with me " MMM-Face-Recognition-SMAI " configarition file ?

      posted in Tutorials
      ParvezP
      Parvez
    • hello-lucy error problem

      can any one solve it i use web cam to mic for input voice.

      “hello-lucy resume” when i check npm start dev

      Capture.PNG ss.PNG

      posted in Troubleshooting
      ParvezP
      Parvez
    • RE: MMM-Face-Reco-DNN

      @sdetweil Thank you for your help…

      posted in Tutorials
      ParvezP
      Parvez
    • 1 / 1