@Medo said in MMM-Assistant (updated) -- Your voice to the world!:
I just want to control my mirror modules…
Then you use MMM-Voice with Lucy.
@Medo said in MMM-Assistant (updated) -- Your voice to the world!:
I just want to control my mirror modules…
Then you use MMM-Voice with Lucy.
@chef said in How I used the ‘Alert’ system as a call display:
Darn can’t post all the code, forum won’t let me.
If anyone is interested in this project I’ll give you the code.
why don’t you post it on github?
@drftg
Try this:
cd ./assets
# check if you already have an access token file (google-access-tokens.json)?
ls -al
# if YES, then try:
chmod 666 google-access-tokens.json
cd ../scripts
node google-auth.js
# if not OK, then try:
cd ..
node ./scripts/google-auth.js
# if not OK, then try to edit the script file, and remove one "dot" from the locations to:
# "./assets/google-access-tokens.json" and try to run again from base module location.
# if not OK, IDK and we try something else
@drftg Hi! Did you clone that in the last 20 hours? I made a lot of changes the last few days…
I still did not test that script since my changes. You’re the one now!
Please post:
ls -al ./assets
(from this module directory)Ah Yeah. That actually sound like a much better solution!
Not sure when I’m gonna have time to implement it though. Kinda low on my priority list, right now. We’ll see…
Ok, this is the idea.
We add the blacklist config option list to the module.
When a module present in the list, the updatenotification module will rename that modules .git
to .git_disabled
. Tada’! No more messages…I think.
@sispheor Another wnaker repo talking about “cool looking JavaScript gauge” without a single picture on the page.
@Axor of course you should! Especially if you like messing with computer and home automation
@hnperkins Don’t update voice modules!! Unless you know exactly what you are dong. Because you will likely overwrite in-code settings. Since many modules depend on editing and hard coding the API keys in the code or other files.