Read the statement by Michael Teeuw here.
Newsfeed not displaying on MM
-
The default newsfeed module is not displaying when I run MM, and doesn’t say it is loading. It used to work fine. I’ve since made made various edits and added an additional news source and it’s still not working. This is what it looks like in the config.js file:
{ module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "ABC News", url: "http://abc.net.au/news/feed/51120/rss.xml", }, { title: "Huffington Post", url: "https://www.feedspot.com/infiniterss.php?q=site:http%3A%2F%2Fwww.huffingtonpost.com.au%2Frss%2Findex.xml", }, ], showSourceTitle: true, showPublishDate: true, } }, ] };and this is what the default newsfeed module looks like:
Module.register("newsfeed",{ // Default module config. defaults: { feeds: { title: "ABC News", url: "http://abc.net.au/news/feed/51120/rss.xml", encoding: "UTF-8" }, { title: "Huffington Post", url: "https://www.feedspot.com/infiniterss.php?q=site:http%3A%2F%2Fwww.huffingtonpost.com.au%2Frss%2Findex.xml", }, ], showSourceTitle: true, showPublishDate: true, showDescription: false, -
Dude, I copy & pasted your
config.jsentry and it came right up. If you’ve modified thenewsfeed.jsfile then you’re going to want to reset it to source.Do you get any errors when you type
pm2 log 0?
Do you get any errors in the console when you open the developer tools?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login