@sdetweil
I was using ctrl - m to stop MM to see what was giving my black screen with a mouse pointer and the only thing I could find that seemed strange was a bunch of electron instances running.
I was just wondering if that could be the cause of the black screen with the mouse pointer… I use pm2 for most every thing that has been explained on here in the past year or so. I use pm2 to restart mm when needed and it is setup to restart mm anytime I make changes to config.js and exit and save.
Read the statement by Michael Teeuw here.

Posts
-
RE: Electron
-
Electron
How many instances of electron are supposed to be running in the background of MM?
I did a ctrl+m and checked the task manager and there are 9 running on my MM and I am curious if that could be what is causing my black screen s. I can VNC into it, use ctrl-m and killing all the electron instances it restarts MM and it works like it should. -
RE: Random_Quotes
@sdetweil
Hey I used that ctrl+shift+i and that was how I found what was causing the width issue. When i put the that in the css it did nothing.
So where am I not seeing how to use that window in MM.
I followed the instructions you gave in the page you linked to, but all it showed me what I had already found in the modules js file. Wait since it is in the modules js file do I need to set the sizing in the config.js of MM instead? -
Random_Quotes
Hello,
I need to set width of this module random_quotes in my custom.css.
Right now the only way I can find to get it to flow the full width of my screen is to edit line 176 of the modules js file. link text
From this:quote.style.maxWidth = '50%';
To this:
quote.style.maxWidth = '98%';
What would I put in the custom.css to make the same change?
-
RE: MMM-Imageslideshow - centering upright images
@sdetweil
I run pretty much all modules middle_center so they all center up pretty well for me. up and down is my only adjustments usually. I have had to adjust the left or right margin a few times but most everything centers on its own pretty well using the middle_center postion when setting them up… So I am absolutely of no help to him… -
RE: MMM-Imageslideshow - centering upright images
@sdetweil
Oh well, He is out of luck then, right? -
RE: MMM-Imageslideshow - centering upright images
@Bobrae
I use this in my custom.css file to move MMM-ImagesPhotos down below the Date and Time on my mirror..MMM-ImagesPhotos { Margin-top: 35px; }``` You can adjust that to what ever instead of 35 px I use. I have one module (MMM-Bored) that I use 420px as my top margin. It just takes some time to find the perfect placement to center.
-
RE: Magic Mirror - RTSP not integrated
@MMRIZE
Darn, I am on a RPi 4 with 8gb ram, it has a 120gb ssd on a x825 expansion board. I think it should have enough umph to run a lot more than it does. Any chance I can get a preview of the module you where working on.?
@BKeyport
Maybe my setup is why RTSPStream seems to work well for my 5 different wyze cams that I am streaming from. I only stream one at a time and only for 45 seconds at a time, but they show up in a few seconds running MMM-Carousel as the page viewer. VLC works ok but takes way too long to populate and then I can’t control the size/zoom not sure which, So I only get part of the cameras view.So I guess I will stick with RTSPStream until one of these guinues coders come up with something that works better…
I appreciate the effort @MMRIZE -
RE: Magic Mirror - RTSP not integrated