Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
@sdetweil I got the command running. There is also an issue when the default calendar module is not used. I fixed it by changing the following in buildschema4.js line 1050
// if the default calendar module is not used, tt will be empty and getValueObject will fail if (tt !== undefined && tt.length > 0) { module_properties = getValueObject(m, tt); }
Maybe you have a better fix ready :)
-
@MarcLandis thanks git pull on the new branch again …
I didn’t see this particular error with the latest
-
-
@MarcLandis said in Are you tired of editing config.js, or have trouble doing it, see my new module:
@sdetweil the command now works. Now I need to figure out why the socket.io connection isn’t working.
Failed to load resource: net::ERR_CONNECTION_REFUSED
Wrong URL :)
All is working now. Thanks for the help.
-
@MarcLandis what url were you trying? that didn’t work?
-
@sdetweil /modules/MMM-Config/config.html without the port parameter that gets added when using /modules/MMM-Config/review
-
@MarcLandis got it… thx