Read the statement by Michael Teeuw here.
Developer Wanted To Modify Default Newsfeed Module
-
@MMRIZE said
Give me your target feed. Iāll check
Iām trying two modules out:
MMM-anotherNewsFeed
MMM-NewsFeedTickerthe configs and css are identical (bottom_right and new feed sources
config.js
{ module: "MMM-anotherNewsFeed ", header: "ANOTHER News Feed", position: "bottom_right", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml", customLogo: "NYT_logo_rss_250x40.png", }, { title: "CBC World", url: "https://www.cbc.ca/webfeed/rss/rss-world", customLogo: "CBC_140x140.png" }, { title: "BBC World News", url: "https://feeds.bbci.co.uk/news/world/rss.xml", customLogo: "bbc_news_120x60.gif", } ], showImage: true, showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, { module: "MMM-NewsFeedTicker", header: "News Feed Ticker", position: "bottom_right", //classes: "day_scheduler", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml", customLogo: "NYT_logo_rss_250x40.png", }, { title: "CBC World", url: "https://www.cbc.ca/webfeed/rss/rss-world", customLogo: "CBC_140x140.png" }, { title: "BBC World News", url: "https://feeds.bbci.co.uk/news/world/rss.xml", customLogo: "bbc_news_120x60.gif" } ] } },custom.css
.MMM-anotherNewsFeed. {position:relative} .MMM-NewsFeedTicker. {position:relative}
-
@greedyvegan newsfeedticker designed to be bottom bar , full width . takes a lot of space to display all that and make it readable
-
@greedyvegan

Even thoughMMM-AnotherNewsFeedwas not updated for 2 years, it still works.{ module: "MMM-anotherNewsFeed", header: "ANOTHER News Feed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml", }, { title: "CBC World", url: "https://www.cbc.ca/webfeed/rss/rss-world", }, { title: "BBC World News", url: "https://feeds.bbci.co.uk/news/world/rss.xml", } ], showImage: true, } }, -
@MMRIZE said
thank you, copied and pasted your code and itās working.
the screensho
-
@MMRIZE Since more than one user is using MMM-AnotherNewsFeed, would it make sense to add it to the list of 3rd party modules? :slightly_smiling_face:
-
@sdetweil said newsfeedticker designed to be bottom bar ,
full width . takes a lot of space to display all that and make it readableI totally understand what youāre saying, but:
- some news articles only have seven words in their event
- every newsfeed does not display an image

is there a way that I can force the module to remain and not animate/blink, so the background is always visible?
And can I force the article to be on the right side of the article image whether it is displayed or not?

forgive me, Iām still learning, is that the display: block/flex/inline or margin:left/right % px?
-
@KristjanESPERANTO
Maybe. :) Iām so lazy. hahaha⦠To be honest I have been forgetting this module until now. -
@greedyvegan you are showing @MMRIZE module. newsfeedticker is different
-
agreed. Iāve scrapped the newsfeedticker, I like his module better
-
@MMRIZE Okay š I just added it to the list.
-
@MMRIZE , Real happy i found this , really great , quick question how do get this look you posted back in 2022
Wanna get the same look with multiple feeds and fade
Thank again
-
@MMRIZE If I include more than one RSS feed, not all of them work.
feeds: [
{
title: āRadio Pacuā,
url: āhttps://radiopacu.com.ar/feed/ā,
},
{
title: āAmbitoā,
url: āhttps://www.ambito.com/rss/pages/ultimas-noticias.xmlā,
},
{
title: āPĆ”gina/12ā,
url: āhttps://www.pagina12.com.ar/rss/portadaā,
},
{
title: āLa PolĆtica Onlineā,
url: āhttp://www.lapoliticaonline.com.ar/files/rss/ultimasnoticias.xmlā,
}
], -
@chelofarias
I think you may have some typo error;{ title: āRadio Pacuā, // <-- Wrong quotation marks url: āhttps://radiopacu.com.ar/feed/ā, <-- Here also wrong. },āandāis not valid character for the quotation marks that could be used in JS code.
It should be".anyway, for me it works.

-
@MMRIZE ā So to recap, is it the case that all thatās needed to get the pictures to display is to add āshowImage: trueā to the default newsfeed, or is something more required? If more is required, what would that be?
-
@JohnGalt
Nothing special. However, some feeds might have non-standard image enclosure, so in that case, image will not be shown.
That module was order-made, so not all the possible cases are considered. If you have some specific newsfeed, tell me the url. -
@MMRIZE ā Ok, thanks. I had enabled the āshowImage: trueā and didnāt see images so I was just wondering.
-
@MMRIZE
Hi, I installed your module yesterday and spent hours trying to get images shown. But no luck, even with the RSS Feeds that worked for users in this thread. Does it still work for you? Is this error known?
Thanks in advance!
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