@OrangeMirror the current docker setup will only work for multiple instances
IF
you use the MM_CONFIG_FILE environment variable to run instances off different config files,
or
the MM_PORT env variable to override the port if using the same config.js
all the files will come from the ONE folder tree ~/magicmirror
so this means you would have to setup multiple entries in the compose.yaml to launch multiple instances (with the different config parms)
You have to change the container name too
this is because all the DATA used by the container is external (on docker host filesystem) and not IN the container
an example NOT using docker, but same idea here
https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
Re: google home mini
thank you for the response as a speaker I do not know, but I read that we could establish dialogues with alexia, I thought to do the same with google home, see the site of the colts
https://www.youtube.com/watch?v=ndIg7PREHRM, I don’t know more yet
thank you
@technofab what do you want to know? look at the section
https://forum.magicmirror.builders/category/12/show-your-mirror
where others have shown their assemblies and parts
neat. Sadly, OMX had so much trouble getting the streams running, I had to switch to FFMPeg.
If VLC would boot correctly under node (it won’t), I’d use that, but between syntax errors in the code and node.js not allowing VLC to run correctly, I can’t get it to work.
@ember1205 I read somewhere that there is a utility to access the MicroSD card at a low level and potentially resurrect it. I did not dive to deeply into that as I have not had one fail and they are relatively inexpensive to replace.
I had a USB stick that was recognized at a severely diminished capacity than its actual listed capacity so thats what had me put my toe in to see if I could low level format it to the proper capacity.
@Fifin404 no idea. I used the image as-is included in the MagicMirror project and just centred it as the background on Raspbian.
Maybe contact @MichMich, the author of MagicMirror to see if he can provide you with a better quality version of the image.
@GoodWillGustin most of the services or apis u might use to access data somewhere are asynchronous. Meaning they will call u back later when they finish or fail.