Here’s whats configured that currently IS working:
{
module: ‘newsfeed’,
position: ‘bottom_bar’,
config: {
feeds: [
{
title: “New York Times”,
url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”
},
{
title: “CNN”,
url: “http://rss.cnn.com/rss/cnn_topstories.rss”
},
title: “Jerusalem Postâ€
url: “http://www.jpost.com/Rss/RssFeedsFrontPage.aspxâ€
},
{
title: “ESPN”,
url: “http://www.espn.com/espn/rss/news”
},
{
title: “Israel National News”,
url: “http://www.israelnationalnews.com/RSS.aspx”
},
],
showSourceTitle: true,
showPublishDate: true
}
},
]
};
Here’s what I tried to get working:
{
module: ‘newsfeed’,
position: ‘bottom_bar’,
config: {
feeds: [
{
title: “New York Times”,
url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”
},
{
title: “CNN”,
url: “http://rss.cnn.com/rss/cnn_topstories.rss”
},
{
title: “Yahoo News”,
url: “http://news.yahoo.com/rss”
},
{
title: “ESPN”,
url: “http://www.espn.com/espn/rss/news”
},
{
title: “ESPN Baseball”,
url: “http://www.espn.com/espn/rss/mlb/news”
},
{
title: “Israel National News”,
url: “http://israelnationalnews.com/RSS.aspx”
},
{
title: “Ynet Breaking News”,
url: “http://www.ynet.co.il/Integration/StoryRss3254.xml”
},
{
title: “Reuters”,
url: “http://feeds.reuters.com/reuters/topNews”
},
{
title: “Reuters Sports”,
url: “http://feeds.reuters.com/reuters/sportsNews”
},
{
title: “Google News”,
url: “https://news.google.com/output=rss”
},
],
showSourceTitle: true,
showPublishDate: true
}
},
]
};
Note, that I also tried to enter each one of the above feeds individually in the config file and restarted MM and got the no config file message for each. The only feeds I could get working are the ones in the working section I described above.
I feel like there must be something I am missing? Does the version of MM I am using matter? I’m not sure the command to tell which version I have, I searched the forum but couldn’t find anything.
Thanks,
Nathan