justjim1220 / MMM-NewsFeedTicker

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

Closed queekus closed 5 years ago

queekus commented 5 years ago

20190107_121950 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

kevsfastz commented 5 years ago

You can move the ICON to the left by setting the position to "bottom_left"

justjim1220 commented 5 years ago

issue is fixed Please do a git pull && npm install to update