A modification of the default MM2 newsfeed. A news ticker similar to the ones you see on TV news channels (CNN, ESPN, MSN, etc.). Shows the logo the main headline, and a short description.
GNU General Public License v3.0
26
stars
13
forks
source link
The image for the news source is in the middle of the page #3
I don't know why but the images for the news sources are in the middle of the page, and they are a little big. here is the code for the config.js file:
{
disabled: false,
module: "MMM-NewsFeedTicker",
position: "bottom_bar",
//classes: "day_scheduler",
config: {
feeds: [
{
title: "New York Times",
url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
encoding: "UTF-8", //ISO-8859-1
className: "myClass",
defaultLogo : ""
},
I don't know why but the images for the news sources are in the middle of the page, and they are a little big. here is the code for the config.js file: { disabled: false, module: "MMM-NewsFeedTicker", position: "bottom_bar", //classes: "day_scheduler", config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml", encoding: "UTF-8", //ISO-8859-1 className: "myClass", defaultLogo : "" },
},
{ disabled: false, module: "MMM-NewsFeedTicker", position: "bottom_bar", //classes: "day_scheduler", config: { feeds: [ { title: "USA Today", url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories", encoding: "UTF-8", //ISO-8859-1 className: "myClass", defaultLogo : "" },
and what it looks like