• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

[MMM-NewsFeedTicker] scroll from left to right only?

Scheduled Pinned Locked Moved Custom CSS
41 Posts 3 Posters 8.7k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    Cr4z33
    last edited by Aug 5, 2020, 5:00 PM

    @sdetweil of course I did. :)

    S 1 Reply Last reply Aug 5, 2020, 5:08 PM Reply Quote 0
    • S Offline
      sdetweil @Cr4z33
      last edited by sdetweil Aug 5, 2020, 5:14 PM Aug 5, 2020, 5:08 PM

      @Cr4z33 whoops. left out a change comment out the animations for other browsers

      .MMM-NewsFeedTicker .tickerbody {
        margin: 0 auto;
        width: 100%;
        padding-top: 5px;
        position: relative;
        white-space: nowrap;
        overflow: visible;
        /*-webkit-animation: marquee linear infinite;
        -moz-animation: marquee linear infinite;
        -ms-animation: marquee linear infinite;
        -o-animation: marquee linear infinite; */
        animation: marquee linear infinite;
      }
      

      weird… on 2.11 it scrolls right to left
      on 2.12 is scrolls left to right

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil
        last edited by Aug 5, 2020, 5:14 PM

        i installed it again on my desktop system (from laptop), and it works as expected (on MM 2.12)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C 1 Reply Last reply Aug 5, 2020, 5:22 PM Reply Quote 0
        • C Offline
          Cr4z33 @sdetweil
          last edited by Aug 5, 2020, 5:22 PM

          @sdetweil nope mine ist still going back and forth.

          S 1 Reply Last reply Aug 5, 2020, 5:27 PM Reply Quote 0
          • S Offline
            sdetweil @Cr4z33
            last edited by Aug 5, 2020, 5:27 PM

            @Cr4z33 weird… I just re-installed MM and the module and changed the css and changed the newsfeed module config entry to MMM-NewsFeedTicker and started, left to right

            		{
            			module: "MMM-NewsFeedTicker",
            			position: "bottom_bar",
            			config: {
            				feeds: [
            					{
            						title: "New York Times",
            						url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
            					}
            				],
            				showSourceTitle: true,
            				showPublishDate: true,
            				broadcastNewsFeeds: true,
            				broadcastNewsUpdates: true
            			}
            		},
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil
              last edited by Aug 5, 2020, 5:44 PM

              from my dropbox , screen video capture

              https://www.dropbox.com/s/vab6t9j0oa95zyw/Kazam_screencast_00000.mp4?dl=0

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 2 Replies Last reply Aug 6, 2020, 2:13 PM Reply Quote 0
              • C Offline
                Cr4z33 @sdetweil
                last edited by Cr4z33 Aug 6, 2020, 2:15 PM Aug 6, 2020, 2:13 PM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • C Offline
                  Cr4z33 @sdetweil
                  last edited by Aug 6, 2020, 2:20 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil
                    last edited by sdetweil Aug 6, 2020, 2:47 PM Aug 6, 2020, 2:31 PM

                    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

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Aug 6, 2020, 4:41 PM Reply Quote 0
                    • S Offline
                      sdetweil @sdetweil
                      last edited by Aug 6, 2020, 4:41 PM

                      @Cr4z33 did u see my post above?

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      C 1 Reply Last reply Aug 6, 2020, 4:49 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      2 / 5
                      • First post
                        20/41
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy