Read the statement by Michael Teeuw here.
First start from the mirror does not work
-
Hello,
to only sorry for my bad english .
I have made the manual installation and it is the fault (picture)
The mirror is black and no module is loaded .
I hope you can help me! -
Hi. What is in the log file referenced? That may help us to determine what’s going on.
Also I haven’t tried to run MM on linux yet, only windows, so I might be wrong on this part but you might have to have electron installed.
-
Myah, MM runs just fine on Linux (following the manual installation instructions.) That’s how I have it running at my office since I don’t have an rPi here.
-
Hello I got the raspberry pi to 1000 times reinstalled and it’s nothing ! only MagicMirror v1 goes without problems ! In V2 the screen remains in black start even though I have the config edit : /
-
If the process starts, but it stays black, there may be an error in your config which is getting it stuck. Have you looked at the console output or the log output for any messages?
-
so i tell you what I’ve done everything :
MM V1- Format card
- Install Raspbian
- Apache server and PHP5 Install
- Install Chomium browser
- Chomium browser Kisos - mode and autostart (
sudo nano .config/lxsession/LXDE pi/autostart
) - Raspberry Update
- MM v1 copied to
/var/www/html
- Change config
- finished
MM V2
- MM v1 Clear
- Install node
- MM clone (
git clone https://github.com/MichMich/MagicMirror
) - Navigate to folder (
cd /home/pi/Magic Mirror
) npm install && npm start
- Error
- npm log
what can I do now ?
Note from admin: Please use Markdown on shell commands so they are easier to read!
-
-
I hate those node error outputs… 😔 it could be that one of your module helpers fails to start. Have you installed any modules?
-
can you tell me what all modules I exactly need. ? I make every time you install an update
-
@samydp you do not need any modules. Did you add anything to the
modules
folder?