@mykle1 Nope even locally
I’ll scan all my ports and check if 8080 is already used
Read the statement by Michael Teeuw here.
Latest posts made by OthTheGentel
-
RE: Troubleshooting MagicMirror
-
RE: Troubleshooting MagicMirror
@mykle1 unfortunately not.
I put the wlan0 ip address of my pi instead of localhost and it’s not working neither. -
RE: Troubleshooting MagicMirror
Is there any way to get an overview when I’m editing the config.js file
I tried a web access to pi’s ip address and port from another computer on the same network but it’s not working even if i specified the ip address of pi in address section and allowed all ip addresses in ipwhitelist section!! -
RE: Troubleshooting MagicMirror
Do I have to modify the script in config.js or go inside each folder in modules and customize them?
-
RE: Troubleshooting MagicMirror
@bhepler Thanks for your help, it’s working now. I deleted the folder and installed it with the manual method :thumbs_up:
-
RE: Troubleshooting MagicMirror
@dazza120 Perfect thanks a lot man it’s working now.
So the next step, i copied the file /home/pi/MagicMirror/config/config.js.sample to /home/pi/MagicMirror/config/config.js
Do I have to modify the script in config.js or go to inside each folder in modules and customize them? -
RE: Troubleshooting MagicMirror
@dazza120 thank you for your response.
I renamed the folder and tried to install it again same error.
Actually, i just downloaded the latest version of node and trying to install it but it takes a lot of time (waiting for headers (connection failed IP 173.209.xx.xx:80))
Did you had the same thing? Can i just stop interrupt and go with the manual install instead of automatic?? -
Troubleshooting MagicMirror
Hi guys, First of all, i'm new in this forum and having a beginning level on this project that I would customize it on my own. - First, the installation step doesn't finish correctly using the version Debian Stretch with Raspberry Pi Desktop (Kernel version 4.9), i got the error unable to install dependencies : Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v5.1.0 Installed Node version: v8.11.1 No Node.js upgrade necessary. Cloning MagicMirror ... Cloning into 'MagicMirror'... remote: Enumerating objects: 282, done. remote: Counting objects: 100% (282/282), done. remote: Compressing objects: 100% (251/251), done. remote: Total 282 (delta 34), reused 127 (delta 21), pack-reused 0 Receiving objects: 100% (282/282), 385.56 KiB | 0 bytes/s, done. Resolving deltas: 100% (34/34), done. Cloning MagicMirror Done! Installing dependencies ... bash: line 112: npm: command not found Unable to install dependencies! Can I get some help from u guys? Thank you all