Read the statement by Michael Teeuw here.
Magic mirror with 2 displays
-
Thanks for the quick respons
Yes, exact like that. -
hm, this is mine, cut and paste, opens on second display
var config = { electronOptions: { x: 1920},
are you using docker or MagicMirrorOS
-
I found the error, because I put the 2 screens on top of each other, not x but y = 1920.
But I have found that the magicmirror2 folder is listening for the config file of the magicmirror folder. How can I adjust this? -
@Ety60 how did u start each mm?
-
I have done npm start on both
-
@Ety60 hm… then they should be looking at the config folder under each separate mm folder
u cannot start it twice from the same folder
-
I used npm start to start both displays
-
@Ety60 from the separate mm installation folders, right
~/MagicMirror
and
~/MagicMirror2assuming there is a coding error someplace, rename like this
~/MagicMirror1
and
~/MagicMirror2then there is no, MagicMirror folder to use from
-
I have done that but it still uses 1 config file. I have found that it always uses the config file of the MagicMirror that I run first.
-
@Ety60 makes no sense. u are doing
cd ~/MagicMirror1 npm start
in another window
cd ~/MagicMirror2 npm start
right