Hi, I am trying to configure the MMM-NewsFeedTicker module and it is hanging on one or two sources and never gets to the other sources. Can anyone help with this? Below is my code. Also, is there anyway to delay the fade to the other news stories until the current story finishes its line of text?
Just to note I did change the speed at which the text moves and I did change the ticker itself to none for the background.
{
disabled: false,
module: "MMM-NewsFeedTicker",
position: "bottom_bar",
//classes: "day_scheduler",
config: {
feeds: [
{
title: "New York Times",
url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
customLogo: "NYT_logo_rss_250x40.png"
},
{
title: "USA Today",
url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories",
customLogo: "RSS_Syndication_Logo-USATN.png"
},
{
title: "BBC World News",
url: "http://feeds.bbci.co.uk/news/world/rss.xml#",
customLogo: "bbc_news_120x60.gif"
},
{
title: "Ars Technica",
url: "http://feeds.arstechnica.com/arstechnica/technology-lab",
customLogo: "arstechnica.jpg"
}
]
}
},