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

    Posts

    Recent Best Controversial
    • RE: YAPi0 Installer Stretch Lite

      ok, many thanks! :grinning_face: I will try it now.
      Just deleted the MagicMirror folder…

      If I understand you correctly the new script will replace the old one as:

      ~~curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash~~
      
      bash -c "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
      
      

      but all other in your manual will stay. Right?

      CU, bdream

      posted in General Discussion
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      @ stuartiannaylor

      That sounds like exacly what I’m looking for :thumbs_up:

      I finished my first MagicMirror and looking for tuning options.
      As exp. I would like to small the case a bit and would be happy to use Rpi0 instead of Rpi3.

      I followed your instruction “MagicMirror-Install-Guide-Raspberry-0-to-3”

      I installed a new raspbian “Raspbian Buster with desktop”
      may this cause my issues not using “Raspbian Buster Lite”?

      I run in problem with command

      cd ~/MagicMirror/ && npm install
      

      as I got many WARN and ERR messages. I’m not alowed to attach because the file type is .log so I will paste only the WARN and ERR instead of the whole log-file.

      11359 timing action:extract Completed in 111604ms
      11360 silly extract lodash@^4.17.13 extracted to /home/pi/MagicMirror/node_modules/.staging/lodash-dee8f977 (111572ms)
      11361 warn tar ENOENT: no such file or directory, open '/home/pi/MagicMirror/node_modules/.staging/moment-fbf25dd9/min/moment-with-locales.js'
      11362 warn tar ENOENT: no such file or directory, open '/home/pi/MagicMirror/node_modules/.staging/lodash-20df1054/core.min.js'
      11363 warn tar ENOENT: no such file or directory, open '/home/pi/MagicMirror/node_modules/.staging/lodash-24d00653/core.min.js'
      .
      .
      .
      // many similar WARN messages
      .
      .
      .
      12301 warn tar ENOENT: no such file or directory, open '/home/pi/MagicMirror/node_modules/.staging/rrule-21671673/dist/es5/rrule-tz.js.map'
      12302 timing stage:rollbackFailedOptional Completed in 170ms
      12303 timing stage:runTopLevelLifecycles Completed in 545603ms
      12304 silly saveTree magicmirror@2.8.0
      12304 silly saveTree ├─┬ chai-as-promised@7.1.1
      12304 silly saveTree │ └── check-error@1.0.2
      12304 silly saveTree ├─┬ chai@4.2.0
      12304 silly saveTree │ ├── assertion-error@1.1.0
      .
      .
      12304 silly saveTree │   ├── parse-ms@1.0.1
      12304 silly saveTree │   └── plur@1.0.0
      12304 silly saveTree └── valid-url@1.0.9
      12305 warn grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
      12306 verbose type system
      12307 verbose stack FetchError: request to https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
      12307 verbose stack     at ClientRequest.req.on.err (/home/pi/.config/versions/node/v10.16.3/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)
      12307 verbose stack     at ClientRequest.emit (events.js:198:13)
      12307 verbose stack     at TLSSocket.socketErrorListener (_http_client.js:392:9)
      12307 verbose stack     at TLSSocket.emit (events.js:198:13)
      12307 verbose stack     at emitErrorNT (internal/streams/destroy.js:91:8)
      12307 verbose stack     at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
      12307 verbose stack     at process._tickCallback (internal/process/next_tick.js:63:19)
      12308 verbose cwd /home/pi/MagicMirror
      12309 verbose Linux 4.19.66+
      12310 verbose argv "/home/pi/.config/versions/node/v10.16.3/bin/node" "/home/pi/.config/versions/node/v10.16.3/bin/npm" "install"
      12311 verbose node v10.16.3
      12312 verbose npm  v6.9.0
      12313 error code EAI_AGAIN
      12314 error errno EAI_AGAIN
      12315 error request to https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
      12316 verbose exit [ 1, true ]
      
      

      Any idea :nerd_face: what to do getting the RasPi0 run?
      Hold in mind what happen in case of newer MagicMirror software or other updates need to run automaticly.

      Many thanks, bdream

      posted in General Discussion
      B
      bdream
    • RE: VGA (not a HDMI) sleep via PIR-Sensor

      Hi AxLED,
      may I ask you for help please?

      I did connect a PIR to my Rpi to PIN 40 / BCM 21

      git clone https://github.com/mboskamp/MMM-PIR.git
      cd MMM-PIR
      npm install
      

      Added the the config in the verry first line within the modules chapter

      {
              module: 'MMM-PIR',
              position: 'top_center',
              config: {
                      sensorPin: 21,
                      delay: 10000,
                      turnOffDisplay: true,
                      showCountdown: true,
      //                callbackScripts: ["callback.py"
              }
      },
      
      

      Nothing happen. No countdown starts. No Disply turn off.

      Wiring was inslalled already:

      pi@MagicMirror:~ $ gpio -v
      gpio version: 2.50
      Copyright (c) 2012-2018 Gordon Henderson
      This is free software with ABSOLUTELY NO WARRANTY.
      For details type: gpio -warranty
      
      Raspberry Pi Details:
        Type: Pi 3, Revision: 02, Memory: 1024MB, Maker: Sony
        * Device tree is enabled.
        *--> Raspberry Pi 3 Model B Rev 1.2
        * This Raspberry Pi supports user-level GPIO access.
      
      

      And I tried this command an a reboot:

      sudo usermod -a -G gpio pi
      

      Have you got any hints for me please?

      posted in Show your Mirror
      B
      bdream
    • RE: VGA (not a HDMI) sleep via PIR-Sensor

      Hi AxLED, many thanks for your replay!
      I’m off next two weeks and will try it afterwards.

      I thought it will not run with VGA connection :S
      So I’m happy with this information!

      Best regards, bdream

      posted in Show your Mirror
      B
      bdream
    • VGA (not a HDMI) sleep via PIR-Sensor

      Hi guys,
      I got my first Magic Mirror (it’s not a mirror but a display :) ) ready after a huge time…

      Now as it stays in our kitchen it’s and burn power 24/7 :(

      I want to save power and looked therefore about the possibility shut the display off in time nobody is looking to it.

      I had a look to modules as MMM-PIR or MMM-PIR-Sensor and have the question if it is also possible for connected VGA-displays (connected with HDMI to VGA adapter to the Raspi)

      Is there any, I have to know, before I order the sensor and rework the placed mirror?

      Will one of these MMM-… work and save power and get the kitchen dark in the night?

      Many thanks for your help and please don’t ask if I was not able to search the WWW for answers before… I did! Maybe with wrong search words or total misunderstanding about the threads…

      Best regards, bdream

      posted in Show your Mirror
      B
      bdream
    • 1 / 1