Read the statement by Michael Teeuw here.
Raspberry 4 with two 24-inch screens ?
-
Hello,
Do you know if it is possible (or soon possible) will you use raspberry 4 with two 24-inch screens ?
For make a “big” mirror and screen on the left and a screen on the right.Thank you.
(sorry for my English) -
@Cbob It should be possible. The two screens will be considered one large desktop and the mirror framework will treat it as such. You’ll have a line down the middle where the monitors meet, but you can get around that with some clever CSS work.
-
Hello,
Thank you for your reply.
So I propose to create a mirror with 2 vertical screens and 1 raspberry pi 4. There will be no message in the middle, but just on the sides.
For example weather forecast, traffic, calendar and some information on the left screen ; and Spotify, RSS feed on the right screen.The idea is to “recycle” 2 screens of 24 inches to make a big mirror.
But the screens will not necessarily stick together, there will be space between them. If you have some examples on the method or the files to modify let me know :)Thank you.
-
@Cbob - It shouldn’t require much modification. Just avoid the following positions in your
config.js
file:fullscreen_above
,fullscreen_below
,bottom_center
,middle_center
,top_center
,top_bar
andbottom_bar
. Those positions are centered on the desktop and will straddle the break between your monitors. That leaves you six positions to put modules. You should be okay.Now… if you want to get really advanced, you can modify the framework to add locations just to the left and right of the break between the monitors. That will involve adding new locations to the
index.html
and some significant modification of the CSS file. But it is possible. I would suggest getting your mirror built first and then investigating this possibility. -
@Cbob Re: Raspberry 4 with two 24-inch screens ?
I was thinking just the same!!! i need to buy a raspi 4 first tho… maybe in xmas!!!
If someone has the right config for the css file that @bhepler taked about please write a post.thanks in advance.
-
@Cbob That is a very great and expensive idea!!
-
@lavolp3 I have 2 recycled 24 inch screens (easily found and easily for repair), and the big screen (46/50 inch) is more expensive :)
@SammyJankins “If someone has the right config for the css”, it interests me too :)
-
I work on my project but i have a probleme :/.
I can not activate the 2nd screen with magic miror.could you tell me how to activate the 2nd screen ? Raspbian works well on both, but I can not find how to activate the 2nd screen with magic mirror ?
thank you :)
-
@Cbob you will have to run two instances of MagicMirror, and use the electron options to position the one instance on each screen.
see here for another user positioning the MM screen on the right monitor
https://forum.magicmirror.builders/topic/11158/cannot-get-magic-mirror-to-start-on-second-screen/9
-
thank you for your answer, but I did not succeed.
I have two instances that launch, but it appears on the same screen. Are you solution for to help me ?