Read the statement by Michael Teeuw here.
MMM-Pages module all showing on one page
-
Okay, I may have discovered the reason of the pages not rotating, the “searchClass.toLowerCase” not being found, and possibly a of other small strangeness I was seeing.
I was running the latest version of magic mirror without realizing you have to do a fresh wipe and re-install for major Raspberry Pi OS updates. I had put aside this project for about a year or so, and picked it back up in October without updating to Trixie.
I’m working through the OS update and restoring everything from the restore scripts to see how it runs. Fingers crossed!
-
@hahawoooooo you do NOT Have to do a wipe and install again…
generally that error message means it was trying to do a string operation (toLowerCase), but the thing was not a string (usually null )
-
@sdetweil said in MMM-Pages module all showing on one page:
generally that error message means it was trying to do a string operation (toLowerCase), but the thing was not a string (usually null )
That makes sense. Updating the OS fixed a few other issues, but the MMM-pages issue is still happening with the same “toLowerCase” error. I’m removing modules I’m not using and spellchecking everything to see if there’s a spelling or formatting error I’m missing in the config file in case that’s the reason for className calls to bork up somewhere.
