News Feed

Grrrr… still no luck…

Here’s the snippet from my config.js:

module: “newsfeed”, position: “bottom_bar”, config: { feeds: [ { title: “New York Times”, url: “https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml” }, { title: “CNN”, url: “http://rss.cnn.com/rss/cnn_topstories.rss” }, // { // title: “NPR” // url: “https://feeds.npr.org/1001/rss.xml” // }, // { // title: “Houston Chronicle” // url: “https://www.chron.com/rss/feed/Houston-and-Texas-272.php” // }, ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } },

Source

Leave A Comment

Your email address will not be published. Required fields are marked *