@cowboysdude Hi there.
I know it’s a bit of blind help, but as a newbie I hoped someone here used this module and could help me out.
But if someone els could help me that’s fine to.:smiling_face_with_halo:
And posting the code is just the problem.
This is a module that allow me to put other modules on a different “page” and exclude modules so they show up on all the pages. The link to the github place is this: MMM-pages.
I need to add the following to the config.je file like we do for all other modules:
modules: [
{
module: ‘MMM-pages’,
config: {
modules:
[[ “weatherforecast”, “newsfeed”],
[ “calendar”, “compliments” ]],
excludes: [“clock”, “currentweather”, “MMM-page-indicator”],
}
}
]
But in order for this to work (judging from the discribtion) I must add: “this.sendNotification(“PAGE_CHANGED”, 2);”
to “my code”…
What code is he talking about???
Is that the code of all the modules I want to be on a specific page? Is it the code of everymodule listed in the config.js file?
Can you see my problem (as a newbie to this)? :worried_face: :worried_face:
I know what I must add and what number to change for it to work…I just don’t know were this piece of code must be added.
I’m not asking for someone to write me the code so I can just copy and paste it and I’m done…I’ll learn nothing that way (and were is the fun in that??)!
I’m hoping someone can reply to this and say: “this.sendNotification(“PAGE_CHANGED”, 2); should be added to…” and I can take it up from there. :winking_face: