@JcMarin I would look at the instructions in the MMM-Hotword readme same problems. Best I’ve seen
Read the statement by Michael Teeuw here.
Posts
-
RE: Error Installing MMM-Keybindings
-
RE: How to change the path of a picture in magicmirror , using MMM-imageSlideshow
also, MMM-ImageSlideshow only gets the file list once… then reshows it over and over…
MMM-ImagesPhotos refreshes the list every 60 seconds… ( getInterval: 60000)
-
RE: Multiple requests to one notification
@retroflex see https://stackoverflow.com/questions/19911429/nodejs-multiple-http-requests-in-loop
to use an array to hold the concurrent promises and then wait for all to complete (vs any() which triggers if any complete)
-
RE: How to change the path of a picture in magicmirror , using MMM-imageSlideshow
@emrhssla should be able to without problem… either write code to do it… or launch a shell cp command (copy)
-
RE: How to change the path of a picture in magicmirror , using MMM-imageSlideshow
@emrhssla what do u mean by update ImageSlideshow?
Change it’s paths dynamically?
I dont think so -
RE: How to change the path of a picture in magicmirror , using MMM-imageSlideshow
@emrhssla because ImageSlideshow is using hard coded paths
imagePaths: [ ‘modules/MMM-Testpython/nothing’ ],
U must add the before path to the list
-
RE: MM2 on a x86 laptop running Raspberry Pi desktop not working.... Why not?
@MWel1977 why can’t you install?
The scripted install might fail, cause that machine is not a pi
Use the manual install method.
-
RE: MMM-iFrame or MMM-iFrame-Ping show nothing since last update
@BluP open the developers window, ctrl-shift-i, then select the console tab, and scroll up to see any errors, red text
-
RE: No voice detection within program
@toastybot there are modules that support Amazon Alexa and Google Assistant voice interactions
MMM-Alexa
And
MMM-AssistantMk2There may be others. I have used both of these,
with MMM-Hotword in front
-
RE: No voice detection within program
@toastybot I assume that those are connected to the desktop, which is not active when mm is fullscreen