Read the statement by Michael Teeuw here.
MMM-awesome-alexa
-
Hello guys @sdetweil @Ghost2000 ,
You are fighting hard :o) Thanks a lot this is usefull !
To distract you lol is there a way to command a blue led ribbon like seen in some videos ? Of course the best way for a noob like me would be a gpio pin to choose in the config… but as the git module is dead, looks impossible right ?Thanks in advance
-
@aclertant so it would seem. the code is very hard to work with. I am not the author, just trying to help
-
Yes I know ;)
-
BTW is this new alexa instance will appear in my alexa app ? as a dot or something very similar ?
The idea is to know if I could control this new alexa as usual with my homeAssistant and nodered :)
-
/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | [2020-10-19 14:17:29.092] [ERROR] (node:1019) [DEP0005] Deprecatio nWarning: Buffer() is deprecated due to security and usability issues. Please us e the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 0|MagicMir | [2020-10-19 14:17:29.093] [ERROR] (node:1019) [DEP0005] Deprecatio nWarning: Buffer() is deprecated due to security and usability issues. Please us e the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 0|MagicMir | [2020-10-19 14:17:29.939] [ERROR] (node:1019) UnhandledPromiseReje ctionWarning: Error: [object Object] 0|MagicMir | at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j s:1:6073 0|MagicMir | at processTicksAndRejections (internal/process/task_queues.js:8 9:5) 0|MagicMir | [2020-10-19 14:17:29.940] [ERROR] (node:1019) UnhandledPromiseReje ctionWarning: Error: [object Object] 0|MagicMir | at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j s:1:6073 0|MagicMir | at processTicksAndRejections (internal/process/task_queues.js:8 9:5) 0|MagicMir | [2020-10-19 14:17:29.941] [ERROR] (node:1019) UnhandledPromiseReje ctionWarning: Unhandled promise rejection. This error originated either by throw ing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) 0|MagicMir | [2020-10-19 14:17:29.942] [ERROR] (node:1019) UnhandledPromiseReje ctionWarning: Unhandled promise rejection. This error originated either by throw ing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) 0|MagicMir | [2020-10-19 14:17:29.942] [ERROR] (node:1019) [DEP0018] Deprecatio nWarning: Unhandled promise rejections are deprecated. In the future, promise re jections that are not handled will terminate the Node.js process with a non-zero exit code. 0|MagicMir | [2020-10-19 14:17:29.943] [ERROR] (node:1019) [DEP0018] Deprecatio nWarning: Unhandled promise rejections are deprecated. In the future, promise re jections that are not handled will terminate the Node.js process with a non-zero exit code. 0|MagicMir | [2020-10-19 23:45:02.464] [ERROR] {"error":{"code":"com.amazon.ale xahttpproxy.exceptions.InvalidAccessTokenException","message":"AVS was not able to validate the provided access token."}} 0|MagicMir | [2020-10-19 23:45:10.761] [ERROR] {"error":{"code":"com.amazon.ale xahttpproxy.exceptions.InvalidAccessTokenException","message":"AVS was not able to validate the provided access token."}} 0|MagicMir | [2020-10-19 23:45:18.513] [ERROR] {"error":{"code":"com.amazon.ale xahttpproxy.exceptions.InvalidAccessTokenException","message":"AVS was not able to validate the provided access token."}}
-
@Ghost2000 you will have to redo the code process as it as expired
-
O
How can I prevent this?How long is the code valid?
-
@Ghost2000 the code is valid for 24 hours… MM has to be running all the time so it can fresh the token
-
-
For some reason the wake word “Jarvis” will not work for me. Both “Alexa” and “Smart Mirror” do work when changed in the config file. Anyone else had this problem and know how to fix it? Thanks!