@sdetweil @cowboysdude I am beginning to think I have something wrong with my code or that there is something wrong with my instance of MM. I went back to the default news module and added BBC, USA Today, and Fox News to the list and all I see displaying are BBC headlines. Now when I comment out BBC, Fox News will show. Odd. Can you see if you can see anything in my code? I have no idea what is going on. It has been on for 10 minutes and never leaves BBC.
{
module: "newsfeed",
position: "bottom_bar",
config: {
maxNewsItems: 0,
feeds: [
{
title: "New York Times",
url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
title: "USA Today",
url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories",
title: "Fox News",
url: "http://feeds.foxnews.com/foxnews/latest",
title: "BBC",
url: "http://feeds.bbci.co.uk/news/world/rss.xml#"
}
],
showSourceTitle: true,
showPublishDate: true,
broadcastNewsFeeds: true,
broadcastNewsUpdates: true
}
},