@anthony mines been running for 5days because I was trying to get GL running to see what it was like but so many problems with that on the Pi, anyway yep that’s the readings I just took them today, I have MMM-SystemStats you may want to look at it for the Pi
Read the statement by Michael Teeuw here.
Posts
-
RE: Application not starting when OpenGL is enabled
-
RE: Application not starting when OpenGL is enabled
@anthony you will need a heat sink on the Pi my temps with Pi with screen Off is about 47c bare in mind it’s the UK and about 20c in my house at the mo so summertime I expect to see about 60c still well within spec, but now I’ve got a fan on it that only turns on when the monitor is in use which saw temps go to 33c so not bad, hope this helps
-
RE: Application not starting when OpenGL is enabled
@anthony no it’s not that bad it depends what modules you have on it to how much it’s working in the background mine is between.90 and 1.5 cpu usage once everything has loaded, ram is a different story and goes down over time now until it crashes the Pi that’s why I’ve got a Cron Job to reboot the Magic Mirror software every 12hours for me, which has seen it go for days without issues.
-
RE: Application not starting when OpenGL is enabled
OpenGL causes nothing but problems on the Pi I had to go back to legacy, full GL caused locked up the Pi causing black screen from the start of the MM, Fake GL caused MMM-voice not to work, so had to go back to legacy and all problems above gone
-
RE: New Install From Raspbian Stretch
@lavolp3 understood thanks ill leave well alone now then thanks
-
RE: New Install From Raspbian Stretch
Hi guys instead of me starting a new thread for the same thing can I jump in as it seems the last thing may have fixed OP’s issue, I have two vulnerabilities that are not fixing ate all 😢 can you help please I’ve tried the npm I lodash@latest but that doesn’t work
Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ underscore.string │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.3.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ fix │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ fix > underscore.string │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/745 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ express-ipfilter │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ express-ipfilter > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 -
RE: MM Modules except MMM-RTSP don't show after several days of use.
@bkeyport yes correct mine is every time at 2in the morning oops 😬
-
RE: MM Modules except MMM-RTSP don't show after several days of use.
@swvalenti cron job on the raspberry pi
0 2 * * * pm2 restart mmThat will make the mirror restart from scratch as if you just stated the mirror
-
RE: Flickering in portrait mode
@lamachine I’ve had nothing but problems with the fake and full GL drivers I’ve had to disable both and revert to the normal drivers using the fake one saw my screen go black screen almost immediately, using the full GL driver saw MMM-voice malfunction, reverted back to the standard saw a slight increase in use of cpu and memory and an increase of temp, all of which are not really alarming as it’s all within spec, the restart mm cron job that I’ve got going every 12 hours keeps it so I can always see mm when I turn on the screen. My screen will also be in a bathroom but I’ll be using a Harmony hub to turn it on and off with google, as I’ve left the TVs 4 hour built in protection for burn in on, see if the monitor going off eases the pressure on the Pi and try switching back to the standard drivers and see
-
RE: Window foil / plastic film for MagicMirror?
@sdetweil agreed I was covering a 40inch but that went pear shaped and that tv died so now I’m slumping it with a 32inch glass gives it a really good look though. This project turned from an inexpensive project to something costing me a couple of hundred and I’m still not done yet, just waiting for my mate to measure up and build a frame for me, can’t wait to unveil it 😂
-
RE: Optimal Mirror - Light Transmission
@mdhenriksen all depends what you are after if the op has a weak back light display and is a bright room and also wants to play movies and so on then 50/50 for anything other than the above 70/30 would be fine and ok for watching videos
-
RE: Flickering display in vertical mode MM2.5.0 (Pi3ModelB)
Guys is your Raspberry Pi getting enough juice? Must admit mine has never had that issue during build or testing which it’s still in lol, mine is a horizontal display when the frame gets done. I had to upgrade my power supply to a 10amp one mainly because I wanted to run an ssd and small over clock,I also have a cron job set to restart the MM every 12 hours which sorted out the black screen I was getting.
-
RE: MONITORON on does not work in schedule
@rts58 so whole code should be
module: 'MMM-ModuleScheduler', config: { // Show all modules at 9:15 every day and hide at 11:45 global_schedule: {from: '15 9 * * *', to: '45 23 * * *'}, notification_schedule: [ // TURN THE MONITOR/SCREEN ON AT 09:30 EVERY DAY {notification: 'REMOTE_ACTION', schedule: '30 9 * * *', payload: {action: "MONITORON"}}, // TURN THE MONITOR/SCREEN OFF AT 11:30pm EVERY DAY {notification: 'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "MONITOROFF"}}, // RESTART THE MAGICMIRROR PROCESS AT 2am EVERY SUNDAY {notification: 'REMOTE_ACTION', schedule: '0 2 * * SUN', payload: {action: "RESTART"}} ] } }, -
RE: MONITORON on does not work in schedule
@rts58 ok Looking at the read me it’s these at the end from my basic understanding
] } }, -
RE: Contribute to a module. Volunteers wanted! Easy!
n2483 UK 🇬🇧 England
-
RE: How to display the mirror remotely?
@bibi I just have the VNC from raspberry pi enabled, And VNC viewer with cloud so I can view or change stuff when I’m out and about
-
RE: How to display the mirror remotely?
@bibi yeah VNC is what you need, then a pm2 reastart mm in terminal from the VNC viewer
-
RE: How to display the mirror remotely?
@bibi the repository control needs that module to work this is mearly to update the modules use VNC to do everything else, but as said does it display the MM via Hdmi?
-
RE: How to display the mirror remotely?
@bibi should just be the main config file, through up the file so we can see if you have missed anything, I take it that this isn’t showing via HDMI either?
-
RE: How to display the mirror remotely?
@bibi lol through up your config file, I use VNC on my phone to talk to and do stuff on the magic mirror, install MMM-Remote-Control and MMM-Remote-Control-Repositories this will make it easy for you to update your modules one click 😉