Read the statement by Michael Teeuw here.
email module black screen
-
@fischi87 something is already using this port, either an old instance of mm is still running or something else is using that port you can change the port in the config file
-
@strawberry-3.141 i changed it and the error is not working anymore thanks but the screen is still black when i activate the email module?!
-
strawberry 3.141 Project Sponsor Module Developerlast edited by strawberry 3.141 Feb 24, 2017, 9:42 AM Feb 24, 2017, 9:41 AM
@fischi87 can you start the mirror and post the logs from the terminal and electron (start with npm start dev)
-
pi@Magic-Mirror:~/MagicMirror $ sudo npm start dev > magicmirror@2.1.0 start /home/pi/MagicMirror > electron js/electron.js "dev" npm ERR! Linux 4.4.38-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" "dev" npm ERR! node v6.10.0 npm ERR! npm v4.3.0 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! magicmirror@2.1.0 start: `electron js/electron.js "dev"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.1.0 start script 'electron js/electron.js "dev"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the magicmirror package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron js/electron.js "dev" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs magicmirror npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /root/.npm/_logs/2017-02-24T09_43_49_882Z-debug.log pi@Magic-Mirror:~/MagicMirror $
how i do it with electron?
-
i found the mistake because of the black screen.
i use the module Carousel and in this i didn’t change the module ‘email-mirror’ to ‘email’ because after installation the folders name is ‘email-mirror’ but u have to change this folder in /MagicMirror/modules to ‘email’ than it works.
thanks
-
@fischi87 said in email module black screen:
i use the module Carousel and in this i didn’t change the module ‘email-mirror’ to ‘email’ because after installation the folders name is ‘email-mirror’ but u have to change this folder in /MagicMirror/modules to ‘email’ than it works.
I apologize you had to figure this out the hard way, but the installation instructions clearly state this.