Sorry for taking a bit to get back to you.
You shouldn’t need to put the pages: 3
in the Page Indicator config as that should be handled automatically.
In order to get at the root of the problem, I would need to have the configs for you other modules since all pages are implicitly declared to exist inside the pages
object of your modules.
For example:
{
module: "MMM-a-module",
position: "bottom_center",
pages: {"pageOne": "top_center", "pageTwo": "bottom_left"},
config: {}
},
is defining two pages with the names pageOne
and pageTwo
and then saying that this module will appear at the top_center
and bottom_left
positions on those two pages respectively.
I am assuming that something went wrong with the pages
objects which is causing some problems.
If you post those I will probably be able to figure out the problem.