Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
@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.
-
@bkeyport cool… there are SO many variations… and guesses to make…
the upcoming multi-module version, will add on a new capability…
generate a new file that can be used to REALLY describe the parms, and take away any abiguity on my part.
I generate it ANYHOW to make the form work… so, its a nit to save it… I’m working thru USING the file, instead of recreating every time…
and then the author can tune it, to make selection lists, instead of text fields, etc…
optional sets of fields, depending on selectionthe author packages that file with the module and voila, if its there my module uses it…
described here
https://github.com/sdetweil/MMM-Config/issues/11 -
@sdetweil OK, it seems to be horribly broken on my side. From save to save, it’s not keeping the modules in config.js - example, my MMM-Multimonth won’t stay configured.
I can’t disable default modules. (Calendar, which I don’t use due to incompatibility with my agenda provider)
You want the config files to look though and see what’s happening?
-
@bkeyport yes please…
-
I have updated the module now to support multiple instances of the same module,
a little config (adding name to a file) … altho the module will auto detect if multiples are being used NOW, regardless of the fileALSO, one lacking feature of this solution is being able to get the form exactly right… as the info is missing in the module data…
BUT i am creating the form info ANYHOW, so it can be saved and manually edited to improve the module experience, and I will use THAT instead of constructing the info every time…
this means u can add selection lists, and other features (very easily)
see the two issues for instructionsmulti-module
https://github.com/sdetweil/MMM-Config/issues/2and save and use schema file
https://github.com/sdetweil/MMM-Config/issues/11 -
@sdetweil said in Are you tired of editing config.js, or have trouble doing it, see my new module:
I have updated the module now to support multiple instances of the same module,
Oh, this is quite a feature, and much appreciated. :thumbsup:
-
if u downloaded to test out multi-module, do another git pull…
I had turned off rename of config.js while I tested save… oops… forgot to turn it back on
corrected now -
I have promoted the multi-module version to be the only version…
no need for any git checkout now
-
-
@mykle1 nah… you got a pool… I am jealous!!
-
@mykle1 We’re working hard. wanna help? 🤣🤣🤣
-
@bkeyport said in Are you tired of editing config.js, or have trouble doing it, see my new module:
We’re working hard. wanna help?
Where were you at the very beginning of development of this module? I don’t remember seeing you anywhere. You were probably off policing the forum. :-)
-
@mykle1 When it was under early development I was in the very VERY busy part of my job.
I’m a tax guy.
-
I’ve now added support for MMM-Config to the modules I’m working with actively.
Was rather easy, all things considered - if you write a module, I would strongly recommend working with MMM-Config, who knows where this will go!
-
hello i have a question, i am running MagiMirror ² in Docker on my Unraid Server, i have installed the module but cant open the config form site. do i need to make some special configurations because it runs in docker ?
-
@anima what is your config.js setting for address:
you would have to use the container IP address and port on the form url. because it it not mapped to the docker host port
-
@sdetweil do you mean this https://imgur.com/a/jzi0Idj ?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

