@TomOMaley said in Magic Mirror with Pi4 OS not working with Pi5:
When I have more time I think I try an MM installation manually from scratch.
just be careful… there are lots of things my script does for you
@jaimegarzont no idea. does the sensor detect with any python program outside MagicMirror?
prove it works outside first
did you see the section on connecting the sensor?
https://github.com/MMRIZE/MMM-GroveGestures?tab=readme-ov-file#install-hw
Problem solved. There are multiple MMM-OpenWeatherForecast repositories. The one I cloned for the new system was not the clone I was previously using. I changed to the module from Tom-Hirschberger/MMM-OpenWeatherForecast and everything began working as expected.
I apologize for my error.
Update: To prevent future issues, I have add a comment in config/config.js file on each module statement to remind me of the module repository location. The comment appears as: // github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.
Butch Kemper
@Dartfrog09 I tried this morning from my old ipad Air, chrome version 95.
I get a black screen
I can access my MMM-Config screens which do NOT use any of the new JS Idoms like the base
so I know MagicMirror is running and can be accessed given the right browser support
works on my iPhone 15
@robertybob said in Can´t rotate my display:
Raspberry Pi 3 :)
May this in combination with bookworm?
Sam acknowledged my assumption a posting above…
back to X11 …
Regards,
Ralf
@Johanba said in MM shifts to the right about 1cm after it loaded:
custome.css
that is a typo, yes??
custom.css
also, see the developers window elements tab
see the second link in my signature below
this may help you identify where the left margin padding is coming from
@sdetweil @karsten13
Found It
ps ux | awk '{if($8=="Z") print}'
pi 1170 0.0 0.0 0 0 ? Z 16:36 0:00 [xsettingsd] <defunct>
What is xsettingsd?
Should x11 be running with wayland ?
Seems like a duplicated background app running or do they not do basically the same thing.?
I did kill the 1166 which turned out to be the parent of the 1170 xsettingsd
Mirror restarted I assume due to PM2 being involved.
It restarted MUCH faster than normal. The MMM-Snow is running smoother.
I guess only time will tell.