MagicMirror Forum

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

    asaxena11

    @asaxena11

    1
    Reputation
    309
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    asaxena11 Unfollow Follow

    Best posts made by asaxena11

    • RE: Access in MM Page on Windows maching

      I was able to figure it out. following link did help me

      https://forum.magicmirror.builders/topic/8612/viewing-mirror-from-browser/3

      posted in Troubleshooting
      A
      asaxena11

    Latest posts made by asaxena11

    • RE: MagicMirror sleep in 5 minutes

      @matimilko

      Cold you please post the command you use after installing xscreensaver

      posted in Troubleshooting
      A
      asaxena11
    • RE: Access in MM Page on Windows maching

      I was able to figure it out. following link did help me

      https://forum.magicmirror.builders/topic/8612/viewing-mirror-from-browser/3

      posted in Troubleshooting
      A
      asaxena11
    • Access in MM Page on Windows maching

      Hello,

      i am trying to debug a module which i am working on and debugging on raspi is pain. is it possible to access on my dev machine which is windows 10 PC.

      I tried http://Raspi-IP:8080 but i get connection refused messgae

      I am running “npm start dev” to run the mm in dev mode

      posted in Troubleshooting
      A
      asaxena11
    • RE: MM doesn't start after fresh install on Stretch lite

      @cruunnerr .

      Thanks for replying. I just did it on full version on raspbian stretch. Installer went fine. I also pressed y when it asked for installing pm2

      now after i reboot the pi, MagicMirror splash screen comes but i boot into the desktop

      when i ran npm start dev , i can see modules working.

      if i try to run pm2 log, i get error
      -bash: pm2: command not found

      What am i doing wrong in here?

      posted in Troubleshooting
      A
      asaxena11
    • MM doesn't start after fresh install on Stretch lite

      Hello,

      I installed Magic Mirror on RasPi 2 with stretch Lite via SSH. I used the installer command
      bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”

      the installation went smooth and fast.

      but after rebooting i am seeing the console with pi logged in. THe MM doesnt start.

      I SSed into pi and from MM directory gave command DISPLAY=:0 npm start

      this give mefollowing error. could any one guide please

      Error

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start

      magicmirror@2.4.1 start /home/pi/MagicMirror
      sh run-start.sh

      /home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
      npm ERR! file sh
      npm ERR! code ELIFECYCLE
      npm ERR! errno ENOENT
      npm ERR! syscall spawn
      npm ERR! magicmirror@2.4.1 start: sh run-start.sh
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.4.1 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2018-09-09T12_04_18_212Z-debug.log
      pi@raspberrypi:~/MagicMirror $

      posted in Troubleshooting
      A
      asaxena11
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      @chilln

      How did you upgrade Node ?

      posted in Tutorials
      A
      asaxena11
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      Hello,

      I tried running the instructions provided in the guide and I get stuck on running npm install . The error occurs when trying to download electron package. how did you all proceed.

      I am running rasbian Stretch lite

      Thanks

      posted in Tutorials
      A
      asaxena11
    • RE: How to run MagicMirror step by step on Raspberry pi zero

      @jctj

      I followed your document line by line while sshing into the pi but after step 5 i get message
      “Sorry, your Raspberry Pi is not supported.
      Please run MagicMirror on a Raspberry Pi 2 or 3.
      If this is a Pi Zero, you are in the same boat as the original Raspberry Pi. You must run in server only mode.”

      How to go ahead of this ?

      posted in Hardware
      A
      asaxena11