Read the statement by Michael Teeuw here.
Two Mirrors, One Pi
-
@JoeRonimo see the documentation in a couple places that should help
using the config filename env variable to launch multiple MM instances from the same MM folder
https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
you install ALL the modules, used by the multiple instances, but only USE the ones you want in each instance (config.js)and using the config to control which physical screen MM will appear on , which provides an exact example of what you want to do
https://docs.magicmirror.builders/configuration/introduction.html#using-electronoptions
-
@JoeRonimo in addition you can create two apps in pm2, and manage them together or separately
each launching a separate script
-
@JoeRonimo were you able to work on any of this?
-
S sdetweil has marked this topic as solved on
-
I was about to go down the rabbit hole of installing two entirely separate instances in different folders, but using the environment variable for the config file is way cleaner. Managing them both with PM2 makes it so much easier to handle reboots too.
-
@BiaGen awesome! Glad it helped
