Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@mithatcak
The node modulenode-record-lpcm16
- which is used for getting record from mic in MMM-AssistantMk2 - has that feature already (from version 1.0.1 / since Jul. 2019), So if you installed AMK2 nowadays, you can usechannel
fields also in this module. -
@Sean thanks! I noticed a typo in
MMM-Hotword
config documentation it should bechannel
instead ofchannels
. When I usechannels
both Hotword and AMK2 won’t record. -
@Sean maybe u know what how i can fix the:
https://github.com/makepluscode/rpi-tutorial-advanced/issues/12i im following this guide:https://www.youtube.com/watch?v=jrOOBGkOOZQ&feature=youtu.be
-
I am having an issue with getting this module to work. I get a blank black screen when my magic mirror starts up after I installed this module. I have looked over the config and everything looks fine (no missing commas or brackets). I am not sure what else I can do.
-
@aunrea start the developers window, with ctrl-shift-i on the keyboard, select the tab marked console at the top of that window, and scroll up to find any errors, usually red text
-
@sdetweil The only error I got was
Moment Timezone has no data for America/New York. See http://momentjs.com/timezone/docs/#/data-loading/. logError @ moment-timezone-with-data.js:472
-
I just realized I forgot to reactivate the module. I quoted it out. Now it runs fine. I don’t know what was the issue before.
-
This post is deleted! -
i just what to check so if this is right or wrong before i try it:S
on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).
on line 21 i get this: Missing semicolon.
is this anyting i need to change?
-
@otto said in MMM-AssistantMk2:
i just what to check so if this is right or wrong before i try it:S
on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).
on line 21 i get this: Missing semicolon.
is this anyting i need to change?
i got this when i was trying to start it:
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Failed to load gRPC binary module because it was not installed for the current system
Expected directory: electron-v3.1-linux-arm-glibc
Found: [node-v64-linux-arm-glibc]
This problem can often be fixed by running “npm rebuild” on the current system
Original error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v3.1-linux-arm-glibc/grpc_node.node’