ItayXD / MMM-Admin-Interface

An interface to manage the magic mirror
GNU General Public License v3.0
43 stars 8 forks source link

Cannot GET //MMM-Admin-Interface/ #5

Open emrahaslan opened 4 years ago

emrahaslan commented 4 years ago

Hello, I applied all your steps and follow ipWhiteList rules. When i try to write browser

http://localhost:8080/MMM-Admin-Interface/

It says

Cannot GET /MMM-Admin-Interface/

1- git clone projects 2- adding module in config js

`{ module: "MMM-Admin-Interface" },

3- My internal Ip is 192.168.0.29 image

ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.0.29" , "::ffff:192.168.0.29"], // Set [] to allow all IP addresses bla bla `

BrokenEyesCode commented 3 years ago

Ok for me, I had put the module in the wrong directly, putting it at the route of /modules, fixed it.