@MMRIZE said
Give me your target feed. I’ll check
I’m trying two modules out:
MMM-anotherNewsFeed
MMM-NewsFeedTicker
the configs and css are identical (bottom_right and new feed sources
config.js
{
module: "MMM-anotherNewsFeed ",
header: "ANOTHER News Feed",
position: "bottom_right",
config: {
feeds: [
{
title: "New York Times",
url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
customLogo: "NYT_logo_rss_250x40.png",
},
{
title: "CBC World",
url: "https://www.cbc.ca/webfeed/rss/rss-world",
customLogo: "CBC_140x140.png"
},
{
title: "BBC World News",
url: "https://feeds.bbci.co.uk/news/world/rss.xml",
customLogo: "bbc_news_120x60.gif",
}
],
showImage: true,
showSourceTitle: true,
showPublishDate: true,
broadcastNewsFeeds: true,
broadcastNewsUpdates: true
}
},
{
module: "MMM-NewsFeedTicker",
header: "News Feed Ticker",
position: "bottom_right",
//classes: "day_scheduler",
config: {
feeds: [
{
title: "New York Times",
url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
customLogo: "NYT_logo_rss_250x40.png",
},
{
title: "CBC World",
url: "https://www.cbc.ca/webfeed/rss/rss-world",
customLogo: "CBC_140x140.png"
},
{
title: "BBC World News",
url: "https://feeds.bbci.co.uk/news/world/rss.xml",
customLogo: "bbc_news_120x60.gif"
}
]
}
},
custom.css
.MMM-anotherNewsFeed. {position:relative}
.MMM-NewsFeedTicker. {position:relative}