MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Desaydrone
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 1
    • Controversial 0
    • Groups 0

    Desaydrone

    @Desaydrone

    1
    Reputation
    563
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Desaydrone Unfollow Follow

    Best posts made by Desaydrone

    • MMM-Facial-Recognition-Tools & PiCam

      Hi,

      I got a probleme with capture.py when i use my pi cam

      Traceback (most recent call last):
        File "capture.py", line 41, in 
          capture.capture(preview)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 40, in capture
          camera = config.get_camera(preview)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 101, in get_camera
          return webcam.OpenCVCapture(device_id=0)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/webcam.py", line 29, in __init__
          self._camera.open()
      TypeError: Required argument 'device' (pos 1) not found
      

      When i use a logitech usb cam no problem.

      With the picam connected i try this and it works

      raspistill -o image.jpg
      

      Some ideas how to resolve this ?

      posted in Troubleshooting
      Desaydrone
      Desaydrone

    Latest posts made by Desaydrone

    • RE: MMM-Sonos - Display what is currently playing on your Sonos network

      @tbouron

      Yes my sonos are on the same lan, i let it all the night and didn’t find them. I can ping them from my magic mirror.

      And i don’t have any other messages in log 😞

      Can i send so command line to have more information ?

      posted in Entertainment
      Desaydrone
      Desaydrone
    • RE: MMM-Sonos - Display what is currently playing on your Sonos network

      Hello,

      I install this module but i got this error :

      0|mm  | Failed to get groups: No device found. Retrying in 1 seconds ...
      

      Did i made a mistake ?

      posted in Entertainment
      Desaydrone
      Desaydrone
    • RE: MMM-NOAA - Another Weather Module

      @tbbear Thanks a lot , i can be patient 😃

      posted in System
      Desaydrone
      Desaydrone
    • RE: MMM-NOAA - Another Weather Module

      Hi !

      This new version is so cool, may i ask for a feature ?

      Do you think it’s possible to add weather running info to this plugin ?

      Like this https://weather.com/fr-FR/forecast/gorun/l/FRXX0079:1:FR

      hour by hour ? 😃

      posted in System
      Desaydrone
      Desaydrone
    • RE: MMM-Sonos - To show what your SONOS is playing.

      @yawns

      Thaanks i didn’t see this options !!
      THanks a lot

      posted in Entertainment
      Desaydrone
      Desaydrone
    • RE: MMM-Sonos - To show what your SONOS is playing.

      Hello,

      I got two sonos (for now) but on my mirror i only want to show one of this two. I don’t find how to do that, is ti possible ?

      posted in Entertainment
      Desaydrone
      Desaydrone
    • RE: MMM-NOAA - Another Weather Module

      @Desaydrone said in MMM-NOAA - Another Weather Module:

      google-translate-api

      Sorry i found my mistake, i forgot “npm install” 😞 Sorry

      posted in System
      Desaydrone
      Desaydrone
    • RE: MMM-NOAA - Another Weather Module

      Hello,

      I try to config this module, but i have some error when launching

      0|mm       | App threw an error during load
      0|mm       | Error: Cannot find module 'google-translate-api'
      0|mm       |     at Module._resolveFilename (module.js:455:15)
      0|mm       |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      0|mm       |     at Function.Module._load (module.js:403:25)
      0|mm       |     at Module.require (module.js:483:17)
      0|mm       |     at require (internal/module.js:20:19)
      0|mm       |     at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19)
      0|mm       |     at Module._compile (module.js:556:32)
      0|mm       |     at Object.Module._extensions..js (module.js:565:10)
      0|mm       |     at Module.load (module.js:473:32)
      0|mm       |     at tryModuleLoad (module.js:432:12)
      0|mm       | Whoops! There was an uncaught exception...
      0|mm       | { Error: Cannot find module 'google-translate-api'
      0|mm       |     at Module._resolveFilename (module.js:455:15)
      0|mm       |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      0|mm       |     at Function.Module._load (module.js:403:25)
      0|mm       |     at Module.require (module.js:483:17)
      0|mm       |     at require (internal/module.js:20:19)
      0|mm       |     at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19)
      0|mm       |     at Module._compile (module.js:556:32)
      0|mm       |     at Object.Module._extensions..js (module.js:565:10)
      0|mm       |     at Module.load (module.js:473:32)
      0|mm       |     at tryModuleLoad (module.js:432:12) code: 'MODULE_NOT_FOUND' }
      
      

      Di i made some mistake ? I never need google translate since now

      posted in System
      Desaydrone
      Desaydrone
    • MMM-Facial-Recognition-Tools & PiCam

      Hi,

      I got a probleme with capture.py when i use my pi cam

      Traceback (most recent call last):
        File "capture.py", line 41, in 
          capture.capture(preview)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 40, in capture
          camera = config.get_camera(preview)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 101, in get_camera
          return webcam.OpenCVCapture(device_id=0)
        File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/webcam.py", line 29, in __init__
          self._camera.open()
      TypeError: Required argument 'device' (pos 1) not found
      

      When i use a logitech usb cam no problem.

      With the picam connected i try this and it works

      raspistill -o image.jpg
      

      Some ideas how to resolve this ?

      posted in Troubleshooting
      Desaydrone
      Desaydrone