@sdetweil Thank you for your rapid reply. This a very good tool for me where I am not familiar with coding. I will do it. Thank you again.
Read the statement by Michael Teeuw here.
Posts made by Anthony
-
RE: MMM-Lunartic
-
RE: MMM-Lunartic
@Mykle1 Hello there. I know that this is a very old topic but I want ask you something about a part of code you have inside this modules js and you have comment that we can copy paste this part of code into any module we want to control with voice. I mean this part of code:
notificationReceived: function(notification, payload) { if (notification === 'HIDE_MOON') { this.hide(1000); // this.updateDom(300); } else if (notification === 'SHOW_MOON') { this.show(1000); // this.updateDom(300); } },
My question is that I must paste the code into the any module’s .js folder or somewhere else? If I paste it into the module’s .js folder won’t it be deleted after next update? Thank you in advance.
-
RE: Show/Hide modules with vocal commands
@sdetweil I see. I will definetly check it and try it. Thank you for your time.
-
RE: Show/Hide modules with vocal commands
@Anthony said in Show/Hide modules with vocal commands:
@sdetweil Hello again. Sorry for bothering you again. At this link is the MMM-WiFiPawwsword.js file. Can you please spot and show me where is show/hide function? Again sorry for bother but as you can understand I am totally newbie to this so it is difficult for me spot it. Thank you.
-
RE: Show/Hide modules with vocal commands
@sdetweil Thank you for your reply. I’ll check when I go home and give it a try. Unforunately I am not familiar with coding but I will try to make the recipe through some samples. Thank you again my friend.
-
Show/Hide modules with vocal commands
Hello everyone. I would like to know what part of code I should add into a modules code so I can show/hide it by voice. I use MMM-GoogleAssistant from bugsounet. For example I use MMM-WiFiPawwsword which has a function for vocal commands but to use with MMM-Modal. I wanted to be hidden on start and show only when I ask GA. I know I have to make a recipe for GA but what part of code should I change to the module to accept commands from GA and with what to replace it. Thank you in advance.
-
RE: MMM-WiFiPassword module doesn't show up
Hello to all MM maniacs. I know this is an old topic but since I cannot find an answer to my problem I thought asking here as well. I recently installed MMM-WiFiPassword and while it reads My network and password it does not connect the phone to the network. I have tried to invert the colors and add some paddings but nothing. I have also tried 3 different scanners but still nothing. Only the last scanner after scanning the QR code and asked me to connect to network, it said something about android 10 lelease and above have some limitations for this. Does anyone else facing the same problem with this module? Thank you in advance.
-
RE: header line color
@sdetweil , @BKeyport Thank you both for your time and your answers. Since I am not familiar with coding nor with css I didn’nt know that yοu can find this in dev mode. I’ll give it a try when I γo home. Again thank you both.
-
header line color
Hello everyone. I want to change the color of the header’s line in my MM modules but I do not know what to change in my custom css. If someone can help me it woud be appriciated. Here is a picture of a module and the line I want to change the color:
Thank you in advance. -
RE: MMM-WiFiPassword
@sdetweil I manage to change its position from top_center to botom_right but same result again