Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
amazing work!!! are users able to make module communicate with each other? Such as using voice commands to use another module via notifications?
-
@alyx I don’t understand your question
-
@dinschal is this from the qr?
or did u enter a url?
note the url is
http://mmipaddr:mmport/modules/MMM-Config/review
-
@alyx voiceCommander is built on top of MMM-Voice and Hello-Lucy
so, CAN you, certainly… take a voice audio -> recognizer -> send notification to other modules…
HOW depends on the module being used…
sometimes there is some config
sometimes there is file editing
sometimes there is coding -
@sdetweil No worries I’ll install and play around with this tomorrow, I was wondering if it would help with setting up modules to talk to each other, as you know I’ve been having a few issues with that xD
-
@alyx My Module ONLY addresses configuration of EACH module (stuff that goes in config.js)
what that stuff DOES/MEANS, my module does not know…
I read the source code to figure out the variables defined
and merge that with any info from config.jsand build a form to collect the data
then on save, I take the elements with data and build a new config.js
(rename the old and write the new)
and if restart , then I restart MM to use that new config -
@sdetweil Sounds great as is Sam cant wait to try it tomorrow!
-
@sdetweil ah okay i used the wrong one… i used the one with config.html
-
Is it possible to add a css section in the future? that would be really nice…
thanks for your work and thanks for helping me ;)
-
@sdetweil your module is running well, but if i changed something and create the config, it deleted the location, the locationid and the weather api from the default weather module :( this is really bad… and if i change the timefomat and the analog size in the same module and push the save, create config button it didnt save the canges.