Read the statement by Michael Teeuw here.
[MMM-NewsFeedTicker] scroll from left to right only?
-
I don’t understand. the default, the text ( the beginning of the line of text) starts to appear on the right side of the screen and scrolls to the left ( last showing the end of the line of text)
my change, per your request, the end of the text appears on the left of the screen, and scrolls to the right ( last showing the beginning of the line of text)
this is for left to right language English. I don’t know if language setting changes the default marquee order
-
@Cr4z33 did u see my post above?
-
@sdetweil said in [MMM-NewsFeedTicker] scroll from left to right only?:
@Cr4z33 did u see my post above?
Yep saw also the video.
Dunno why my MM system ignores the CSS edit… :confounded_face:
-
@Cr4z33 do you have a custom.css setting which would override the module?
-
@sdetweil indeed so that’s the reason then?? :anguished_face:
Update:
Nope it keeps going back and forth even without custom.css entry… -
@Cr4z33 did u delete custom.css, comment out or what?
and restarted MM
-
@sdetweil I deleted the file.
Yes I restarted MM.
-
@Cr4z33 that is
~/MagicMirror/css/custom.css
right?and u edited the MMM-NewsFeedTicker.css in the MMM-NewsFeedTicker module folder to add my changes, yes?
-
@sdetweil said in [MMM-NewsFeedTicker] scroll from left to right only?:
@Cr4z33 that is
~/MagicMirror/css/custom.css
right?and u edited the MMM-NewsFeedTicker.css in the MMM-NewsFeedTicker module folder to add my changes, yes?
Correct. 👍🏽
-
@Cr4z33 the module is still requesting to load the css directly, right? with the right name
getStyles: function() { return ["MMM-NewsFeedTicker.css"]; },
one more thing, my module is running all default values, cause i changed the name of the default newsfeed module to this one… but did NOT set any config values…
{ module: "MMM-NewsFeedTicker", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } },