A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MagicMirror on Dual Screen
-
This is something you would have to add to the electron logic. Something like this https://github.com/electron/electron/issues/4877
-
@geek_kaushal in one config.js add
electronOptions:{x:????},
where ??? is the width of the screen, to put that mm on the second screen
on my Pi4
it is
electronOptions:{x:3840}, -
once you have one of the electron instances up and selected use the shortcut key (super (windows key) + shift + [left, right, up, down]) to move it to a difference screen. this works on most linux distros but not sure if this would work on rasbian. if this doesn’t work i’ll write a script.
-
@Cpaczek Looks Promising, I will give it a go in a few hours and post results here.
-
@geek_kaushal did u test it?