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 14.3k 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.
    • S Do not disturb
      sdetweil @Cr4z33
      last edited by

      @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?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      Cr4z33C 1 Reply Last reply Reply Quote 0
      • Cr4z33C Offline
        Cr4z33 @sdetweil
        last edited by

        @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. 👍🏽

        S 1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @Cr4z33
          last edited by sdetweil

          @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
          			}
          		},
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          Cr4z33C 1 Reply Last reply Reply Quote 0
          • Cr4z33C Offline
            Cr4z33 @sdetweil
            last edited by

            @sdetweil I tried using your defaults as well by getting the issue again.

            At this point could Debian 10 running (natively of course) on an Intel NUC be the problem?

            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @Cr4z33
              last edited by sdetweil

              @Cr4z33 I’m doing this on Intel.

              rename your MMM-NewsFeedTicker folder out of the way and clone my fork
              https://github.com/sdetweil/MMM-NewsFeedTicker

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              Cr4z33C 1 Reply Last reply Reply Quote 1
              • Cr4z33C Offline
                Cr4z33 @sdetweil
                last edited by

                @sdetweil cheers going to do it as soon as I am done with reinstalling Debian (stupid issue with USB mics not detected anymore…)! 👍🏽

                I will reply here.

                1 Reply Last reply Reply Quote 0
                • Cr4z33C Offline
                  Cr4z33
                  last edited by

                  @sdetweil I’ve installed your fork and… it’s going back and forth too! :smiling_face_with_open_mouth_cold_sweat:

                  Here’s my module config just in case:

                  		{
                  			module: "MMM-NewsFeedTicker",
                  			disabled: false,
                  			position: "bottom_bar",
                  			//classes: "day_scheduler",
                  			config: {
                  					feeds: [
                  						{
                  							title: "Cambio Euro/Dollaro",
                  							url: "https://eur.fxexchangerate.com/usd.xml",
                  							customLogo: "xe.png"
                  						},
                  						{
                  							title: "Agenzia ANSA - Ultima Ora",
                  							url: "https://www.ansa.it/sito/notizie/topnews/topnews_rss.xml",
                  							customLogo: "ansa.jpg"
                  						},
                  						{
                  							title: "La Gazzetta del Mezzogiorno - Lecce",
                  							url: "https://www.lagazzettadelmezzogiorno.it/rss.jsp?sezione=113",
                  							customLogo: "gdm.jpg"
                  						},
                  						{
                  							title: "Hardware Upgrade",
                  							url: "https://feeds.hwupgrade.it/rss_hwup.xml",
                  							customLogo: "hwu.png"
                  						},
                  						{
                  							title: "HDblog.it",
                  							url: "http://feeds.feedburner.com/hd-blog?format=xml",
                  							customLogo: "hdblog.png"
                  						},
                  						{
                  							title: "Tom's Hardware",
                  							url: "https://www.tomshw.it/feed/",
                  							customLogo: "tomshw.png"
                  						},
                  						{
                  							title: "Punto Informatico",
                  							url: "https://www.punto-informatico.it/feed/",
                  							customLogo: "pi.png"						
                  						},
                  						{
                  							title: "LeccePrima",
                  							url: "http://www.lecceprima.it/rss/",
                  							customLogo: "lecceprima.png"
                  						},
                  						{
                  							title: "Galatina.it",
                  							url: "http://www.galatina.it/rss.xml",
                  							customLogo: "galatina.png"
                  						}
                  						]
                  				}
                  		},
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @Cr4z33
                    last edited by

                    @Cr4z33 so, u have some custom class somewhere.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    Cr4z33C 1 Reply Last reply Reply Quote 0
                    • Cr4z33C Offline
                      Cr4z33 @sdetweil
                      last edited by

                      @sdetweil OK where should I look at please ? 😅

                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @Cr4z33
                        last edited by

                        @Cr4z33 no… idea… I would reinstall MM (use my script), just rename the old MM folder to something else,
                        then install my module version to verify

                        then u can start looking around… i installed from scratch like that to test before I sent to you, and others have confirmed it works for them too.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        Cr4z33C ? 2 Replies Last reply Reply Quote 0
                        • Cr4z33C Offline
                          Cr4z33 @sdetweil
                          last edited by

                          @sdetweil okie dokie I am going to reinstall both Debian and MM too in the next days because of other issues.

                          I will reply here thanks.

                          ? 1 Reply Last reply Reply Quote 0
                          • ? Offline
                            A Former User @sdetweil
                            last edited by

                            then u can start looking around… i installed from scratch like that to test before I sent to you, and others have confirmed it works for them too.

                            Confirmed works with Debian dev desktop

                            1 Reply Last reply Reply Quote 0
                            • ? Offline
                              A Former User @Cr4z33
                              last edited by

                              @Cr4z33 said in [MMM-NewsFeedTicker] scroll from left to right only?:

                              @sdetweil okie dokie I am going to reinstall both Debian and MM too in the next days because of other issues.

                              I will reply here thanks.

                              I don’t understand why reinstall all ecosystem. but it’s your choice ;)

                              S 1 Reply Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @Guest
                                last edited by

                                @Bugsounet he said “because of other issues.”

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • ? Offline
                                  A Former User
                                  last edited by

                                  fortunately I don’t reinstall debian with each problem … otherwise I will not get out!

                                  Usually the problem comes from the MM directory, I think
                                  because with debian some permission missing

                                  Cr4z33C 1 Reply Last reply Reply Quote 0
                                  • Cr4z33C Offline
                                    Cr4z33 @Guest
                                    last edited by

                                    @Bugsounet neither do I usually, but all solutions found around have failed.

                                    USB microphones do not get detected anymore from one day to another… 🤷🏽‍♂️

                                    Of course they work perfectly if ie. I connect them to my Windows 10 computer.

                                    1 Reply Last reply Reply Quote 0

                                    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
                                    • 1
                                    • 2
                                    • 3
                                    • 2 / 3
                                    • First post
                                      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