Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
@bkeyport did u use the review link, its probably port 8300 now
see the instructions here
-
@sdetweil review link as shown redirects to:
http://raspberrypi:8080/modules/MMM-Config/config.html?port=8301
which fails because it’s not in DNS - changing raspberrypi to my IP address results in same header as before. Did update newform, and restarted MM.
-
@bkeyport i have cors allow all …
-
@bkeyport I asked the machine for its IP address /name…
most routers now -a-days register the DHCP requests to names…
-
Yeah, my router setup is stupid in my testing area. :)
-
@bkeyport and npm install after checkout newform?
-
@sdetweil Yeah, that did it… Forgot to npm install. D’oh!
-
@bkeyport I construct the review url like this
// thi is the name in the preferences pi this.hostname = os.hostname(); this.config.url = "http://" + (this.config.address == "0.0.0.0" ? this.hostname : this.config.address) + ":" + this.config.port;
so, lacking the dns entry, I would configure to use one of the specific ip addresses
-
@bkeyport said in Are you tired of editing config.js, or have trouble doing it, see my new module:
Yeah, that did it…
does that mean you system is working now?
-
@sdetweil Yeah. playing with it now making sure it works with my module and modules I’ve taken up support for.