Read the statement by Michael Teeuw here.
Adding a second news feed.
- 
Hi folks:
Complete newbie here.
I am really weak on coding, but the other day I did manage to add a second feed on my bottom bar. It was nice, because they alternated every few seconds.
{ and }.I’ve used npm run config:check but am getting nowhere. I am currently running OK with the single news feed.
Thanks in advance.Chris
 - 
{ disabled: false, module: "newsfeed", position: "bottom_bar", config: { updateInterval: 28 * 1000, feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" }, { title: "ANOTHER NEWSFEED HERE - CHANGE THE URL BELOW", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" }, { title: "ANOTHER NEWSFEED HERE - and so on and so forth", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" }, ], showSourceTitle: true, showPublishDate: true } }, - 
Thanks so much. A simple comma was missing, who knew?.
 - 
@ChrisEW said in Adding a second news feed.:
Thanks so much. A simple comma was missing, who knew?.
You’re welcome.
Those damned comma’s! :^)
 - 
hello hope all are well another nubie here lol , iam trying to find out how I can replace the new times news feed with this new news feed because I have no clue how to get it to look like the wording that the current news feed has lol any help would be a blessing thanks ,
http://www.wpbf.com/article/rss/3381423
top stories and if its possible on magic mirror the weather videos as well especially this one wich would be better then the feed , http://www.wpbf.com/nowcast
 - 
 - 
thank you going to try it now , ,
I need to learn how to make those lol , - 
click on the link in the web page to select it (where the page says ‘XML’) , and then copy the URL (address) line
 - 
oooo ok , thank you ,
so far everything loads up but the live news feed it says loading , so far 5 min have pastupdate seems to be stuck at loading , the live video feed
 - 
@rijosroberto might be an error…
alt-spacebar, n to minimize the mirror screen and see the console log in the terminal window where u did npm start (this will show the debug/errors from the node_helpers)…
and/or ctrl-shift-i (letter i) to open the debug console, select the console tab
(this will show the debug from the modules) 
