Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Petal0u
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 1
    • Groups 0

    Petal0u

    @Petal0u

    Just buying my first raspberry pi, i'm very interested in magic mirror. I've already set a headless mediaserver based on a cubietruck.

    1
    Reputation
    594
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Bordeaux Age 39

    Petal0u Follow

    Best posts made by Petal0u

    • RE: [Closed] Problem since update

      @Petal0u there were a problem with config.js syntax 🙂

      allways check config.js !!! 😃

      i close the discussion

      posted in Troubleshooting
      Petal0u
      Petal0u

    Latest posts made by Petal0u

    • RE: What mirror choose in France

      De retour sur le forum apres 6 mois d’absence et je tombe sur ce sujet en premier.
      ça fait un bail que je cherchais un mirroir en france.
      je m’étais rabattu sur un film adhésif mais je n’en suis pas vraiment satisfait.
      Je vois que les bordelais sont en force. J’en suis aussi :smiling_face_with_open_mouth:

      posted in Hardware
      Petal0u
      Petal0u
    • RE: Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen

      Pir sensor module works fine. Screen wakes up.
      I stil have nothing on screen, no smart mirror.

      posted in Troubleshooting
      Petal0u
      Petal0u
    • Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen

      Hi all,

      i followed every step of this post 👇
      @randombullet said in How I got my Magic Mirror working on a Raspberry Pi 0 (zero):

      I’ve been working on this for a little bit and I’m sorry for all the incoming questions and posts on here.

      On sudo npm install, I get npm ERR! code EPEERINVALID.

      I’ve tried googling some answers but I’m not confident enough to figure this out. Also I’m writing the steps in a more linear way to make more sense of it this is what I have so far and I’d like some input so that I can help other people.

      Step 2
      My Jessie Lite didn’t allow me to create files for some reason. I posted on reddit here.

      Anyways the way of going around this is to put in a “wpa_supplicant.conf” file into your SD card and put the following in:

      network={
      ssid=”YOUR_WIFI”
      psk=”WIFI_PASSWORD”
      }

      This is what I have so far. Please look over this. Thanks in advanced!

      1 sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
      2 sudo dpkg -i node_latest_armhf.deb
      3 sudo apt-get install npm
      4 sudo apt-get install git
      5 cd /home/pi/
      6 git clone https://github.com/MichMich/MagicMirror
      7 cd MagicMirror
      8 sudo npm install #This will take a LONG time.
      9 sudo apt-get install midori
      10 sudo apt-get install unclutter
      11 sudo aptitude install xinit
      12 sudo apt-get install matchbox
      13 sudo raspi-config
      14 Boot Options -> B1 Desktop/CLI -> B2 Console Autologin
      15 sudo nano /home/pi/start.sh

      #! /bin/bash
      cd ~/MagicMirror
      node serveronly &
      sleep 45
      sudo xinit /home/pi/startMidori.sh
      16 Control + x > Y > Return
      17 sudo chmod a+x /home/pi/start.sh
      18 sudo mv /home/pi/start.sh /etc/init.d/startMagicMirror.sh
      19 sudo update-rc.d startMagicMirror.sh defaults 100
      20 sudo apt-get install x11-xserver-utils
      21 sudo nano /home/pi/startMidori.sh

      #!/bin/sh
      xset -dpms # disable DPMS (Energy Star) features.
      xset s off # disable screen saver
      xset s noblank # don’t blank the video device
      matchbox-window-manager &
      unclutter &
      midori -e Fullscreen -a http://localhost:8080
      22 Control + x > Y > Return
      23 sudo nano /boot/config.txt

      disable_overscan=1
      framebuffer_width=1050
      framebuffer_height=1680
      framebuffer_depth=32
      framebuffer_ignore_alpha=1
      hdmi_pixel_encoding=1
      hdmi_group=2
      display_rotate=1
      24 Control + x > Y > Return

      everything works fine exept the pir sensor. 😏
      I’ve a python script to test the pir sensor. Motions are detected but my mirror still turned off.

      does anybody have an idea ? 😑

      posted in Troubleshooting
      Petal0u
      Petal0u
    • RE: [Closed] Problem since update

      @Petal0u there were a problem with config.js syntax 🙂

      allways check config.js !!! 😃

      i close the discussion

      posted in Troubleshooting
      Petal0u
      Petal0u
    • RE: [Closed] Problem since update

      no problem anymore because my sd card crashed.

      I’m reinstalling on a new card.

      I close the topic.

      Thanks for your help

      posted in Troubleshooting
      Petal0u
      Petal0u
    • RE: [Closed] Problem since update

      @roramirez what effects do i expect from your command ?

      posted in Troubleshooting
      Petal0u
      Petal0u
    • RE: [Closed] Problem since update

      i’m added every modules one by one, testing after each one.

      I found twho differents modules (meteo) which were set at the same place. It seems to be the problem.

      posted in Troubleshooting
      Petal0u
      Petal0u
    • [Closed] Problem since update

      Hello all,
      my first message for a trouble on the forum.

      Since i updated magicmirror to the new version 2.1 i’ve nothing on screen and from local browser (ssh connected)

      looking npm logs, i’ve this :

       node v7.6.0                                                                                  
      30 error npm  v3.10.10                                                                                
      31 error code ELIFECYCLE                                                                              
      32 error magicmirror@2.1.0 start: `electron js/electron.js`                                           
      32 error Exit status 1                                                                                
      33 error Failed at the magicmirror@2.1.0 start script 'electron js/electron.js'.                      
      33 error Make sure you have the latest version of node.js and npm installed.                          
      33 error If you do, this is most likely a problem with the magicmirror package,                       
      33 error not with npm itself.                                                                         
      33 error Tell the author that this fails on your system:                                              
      33 error     electron js/electron.js                                                                  
      33 error You can get information on how to open an issue for this project with:                       
      33 error     npm bugs magicmirror                                                                     
      33 error Or if that isn't available, you can get their info via:                                      
      33 error     npm owner ls magicmirror                                                                 
      33 error There is likely additional logging output above.                                             
      34 verbose exit [ 1, true ]         
      

      i added ipwhitelist like this :
      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", ["192.168.0.1", "192.168.0.100"]],

      could i have some help to find an issue to my problem ?

      posted in Troubleshooting
      Petal0u
      Petal0u
    • RE: Where to buy good two way mirrors ?

      Hi, i’m looking for a two Way mirror and i’ve not found any shop Which could ship in France.
      Does anybody Know where i could order ?

      posted in Hardware
      Petal0u
      Petal0u