Good day @Veldrovive thanks for the brilliant work you have done on this, and your comments on this is really helpful.
I have an issue to get this going, and been researching and trying for the past two days with no success. I even tried using some of the users on this thread’s config as posted here, and loaded the modules they refer to, but I always end up with a blank page once I load the portion for MMM-Page-Selector.
As soon as I add this portion below, it only display a blank page, or if I comment it out, then the page will display again.
{
disabled: false,
module: "MMM-Page-Selector",
position: "top_bar",
config: {
defaultPage: "Page1",
displayTitle: true,
selectPageNotif: ["SELECT_PAGE"],
incrementPageNotif: ["PAGE_UP"],
decrementPageNotif: ["PAGE_DOWN"],
}
},
Any advice or even just guidance on where to look further would be greatly appreciated.