Read the statement by Michael Teeuw here.
MMM-Pages module all showing on one page
-
@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.
-
@hahawoooooo I also recommend using the classes approach to config
modules:[ [ "page1"], [ "page2"], ], "fixed": ["fixed"] . EtcThen for the modules you want on page1
Addclasses:"page1",In the config below module: line
This was so much easier for me
-
I feel incredibly foolish - I attempted to use classes before and I couldn’t get it to work. It ends up that I had it coded as:
class:'page1',instead of:
classes:'page1'I swear I stared at this config file forever without seeing it!!! Thanks so much for the being patient, and I got everything working now.
-
H hahawoooooo has marked this topic as solved
-
@hahawoooooo it’s amazing what our minds see, even when it’s wrong!
Glad you found it!!
