@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
Read the statement by Michael Teeuw here.
Posts
-
RE: Optimal Mirror - Light Transmission
-
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 😉