Read the statement by Michael Teeuw here.
MM, bullseye, Pi 3B+ issues
-
@alex2
The other odd thing, which is likely unrelated and I will need to touch base with the module developer, is that the Grove Gesture module suddenly no longer commands modules to appear/hide. I had it setup so a swipe would either hide all my modules or show all my modules, and another swipe would hide/show a specific module, and it randomly quit working as well. The module still runs and I get the feedback that it recognized the swipe, but the command to modify the view doesn’t process. -
@alex2 there is a wifi timeout setting. Google search.
on the swipe… do u have all the right modules loaded?
swipe sends a notification to some other module, which one?
none of the defaults hide/show modules on notification
-
@alex2 I’ve always had problems with MM hanging (under stretch and bullseye) with RasPi3B+, my solution was this cron job:
0 */3 * * * root systemctl restart pm2-pi
-
@Lusbueb
apologies for the newbie question, but how did you implement this cron job? is it just a run once command or did you need to set it up as a recurring thing? -
@alex2 Google is your friend.
-