@veldrovive
Hi, just made a fresh install, and applied your module and MMM-Page-indicator.
Pages are shown, but page indicator and newsfeed module are not on the screen.
When I disbable MMM-Page-Selector, then Newsfeed & MMM-Page-indicator are visisble.
As far as I understand, config is OK
modules: [
{
module: "alert",
pages: "all",
},
{
disabled: false,
module: "MMM-Page-Selector",
position: "top_bar",
config: {
defaultPage: "Page1",
displayTitle: true,
selectPageNotif: ["SELECT_PAGE"],
incrementPageNotif: ["PAGE_UP"],
decrementPageNotif: ["PAGE_DOWN"],
autoChange: {
interval: 100, // Change page every 100 sec
}
}
},
{
module: "updatenotification",
position: "top_bar",
pages: {"Page1": "top_bar"},
},
{
module: "clock",
position: "top_left",
pages: {"Page1": "top_left", "Page2": "top_left", "Page3": "top_left", "Page4": "top_left"},
},
{
module: "compliments",
position: "lower_third",
pages: {"Page1": "lower_third", "Page2": "lower_third", "Page3": "lower_third", "Page4": "lower_third"},
},
{
disabled: false,
module: "MMM-rain-forecast",
position: "top_right", // see mirror setting for options
pages: {"Page1": "top_right"},
//header: "Regen Voorspelling",
config: {
lat: 50.908529,
lon: 3.965639,
pleaseWait: "Wachten a.u.b",
noRainText: "Tot %s GEEN regen",
fillColour: '#0074d9' // This is a blue color you can also use blue, cyan etc
}
},
{
module: "newsfeed",
position: "bottom_bar",
pages: "all",
config: {
feeds: [
{
title: "New York Times",
url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
}
],
showSourceTitle: true,
showPublishDate: true
}
},
{
disabled: false,
module: "MMM-page-indicator",
position: "bottom_bar",
pages: "all",
config: {
//pages: 4, // No need to set this
}
},
{
module: 'MMM-Cursor',
pages: "all",
},
]