Unsolved Problem opening gateway app
-
Hi,
Where do I find the log file after gateway installation? I’m not able to load gateway app in the browser after entering IPaddress with port 8081. -
Hi, Gateway logs are integrated into MagicMirror logs and are tagged with [Gateway]
After all depends on how you launch MagicMirror
if it’s with pm2 use:pm2 log 0
if it’s withnpm start
, you have the logs directly -
Hello, I found in the logs where to open the app locally but when I put the web address in it says “This site can’t be reached”.
-
can I see logs ?
-
here are the logs.
-
GW seems to be launched , the github error is not important for me.
what your browser says when you try to access http://192.168.0.19:8081. -
This is what it said.
-
Hi, can you give the result of this by openning a terminal:
- Display all ip adress available:
ifconfig |grep inet
- ping google.com (for testing internet cnx)
ping -4 google.com -c 10
- ping the proposed adress by GW
ping -4 192.168.0.19 -c 10
- finaly, open the browser of the pi, and try this
http://127.0.0.1:8081
(MagicMirror need to be launched)
It will use local host interface (for testing)
Note:
https
protocol is not available actually, it onlyhttp