@Petal0u there were a problem with config.js syntax :-)
allways check config.js !!! :-D
i close the discussion
Just buying my first raspberry pi, i'm very interested in magic mirror. I've already set a headless mediaserver based on a cubietruck.
@Petal0u there were a problem with config.js syntax :-)
allways check config.js !!! :-D
i close the discussion
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:
Pir sensor module works fine. Screen wakes up.
I stil have nothing on screen, no smart mirror.
Hi all,
i followed every step of this post :point_down:
@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.txtdisable_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. :smirk:
I’ve a python script to test the pir sensor. Motions are detected but my mirror still turned off.
does anybody have an idea ? :expressionless:
@Petal0u there were a problem with config.js syntax :-)
allways check config.js !!! :-D
i close the discussion
no problem anymore because my sd card crashed.
I’m reinstalling on a new card.
I close the topic.
Thanks for your help
@roramirez what effects do i expect from your command ?
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.
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 ?
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 ?