Read the statement by Michael Teeuw here.
MMM-NewsFeedTicker
-
I’m using NewFeedTicker for my local news RSS feed. Is there a way to get just the headlines and not the start of the article? I’m still trying to figure out some of the timing and would prefer to see more headlines and less from the actual articles. I don’t see anything about it on the github page. Any suggestions are welcome. THX
-
@RonR you gave two different names
mmm-newsfeedticker and newsfeedticker
if this is an addon 3rd party module can you do
git remote -v
in the module folder and tell us the url of the repoalso can you post the current config of this module from your config.js
-
Sam, here is the URL origin https://github.com/justjim1220/MMM-NewsFeedTicker (fetch)
It was my bad for trying to shorten the title by leaving off the MMM-. Sorry won’t do that again.
Here is the config I am using:
{ module: "MMM-NewsFeedTicker", position: "bottom_bar", //classes: "day_scheduler", config: { feeds: [ { title: "WFTS News", url: "https://www.abcactionnews.com/news.rss", customLogo: "wftslogo.png" }, { title: "WFTS Local News", url: "https://www.abcactionnews.com/news/local-news.rss", customLogo: "wftslogoSm.png" } ] } },
I appreciate your help. I just want to display the headline and not the start of the article. But I have not seen anything that I recognize as controlling that as a feature.
-