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 Make Banner and Scrolling Text Smaller

    Scheduled Pinned Locked Moved Solved Troubleshooting
    25 Posts 3 Posters 12.2k 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.
    • D Offline
      dgregory19 @justjim1220
      last edited by

      @justjim1220 This is how my config looks now. I’m assuming that I need to add the, headline.className = “bold small bright”; ****

                     {
                             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 : ""
                             },
                             {
                                             title: "USA Today",
                                             url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories",
                                             encoding: "UTF-8", //ISO-8859-1
                                             className: "myClass",
                                             defaultLogo : ""
                             },
                             {
                                             title: "BBC World News",
                                             url: "http://feeds.bbci.co.uk/news/world/rss.xml#",
                                             encoding: "UTF-8", //ISO-8859-1
                                             className: "myClass",
                                             defaultLogo : ""
                             }
                 ]
             }
         },
      
      

      Thanks for helping me out with this!

      justjim1220J 1 Reply Last reply Reply Quote 0
      • justjim1220J Offline
        justjim1220 Module Developer @dgregory19
        last edited by

        @dgregory19

        No, with the update it is no longer needed, when you do the git pull && npm i it should be fixed to the right size

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

        D 2 Replies Last reply Reply Quote 0
        • D Offline
          dgregory19 @justjim1220
          last edited by

          @justjim1220 Deleted directory and did the git pull && npm. Now NewsFeedTicker isn’t working at all. It’s in config.js and looks just like it did before.

          1 Reply Last reply Reply Quote 0
          • D Offline
            dgregory19 @justjim1220
            last edited by

            @justjim1220 Jim, nevermind. I got it working. Helps to put it in the modules directory. Looks great! Thanks for all your help. Now to see what else I can break. Need to learn more about how to program this stuff.

            justjim1220J 1 Reply Last reply Reply Quote 0
            • justjim1220J Offline
              justjim1220 Module Developer @dgregory19
              last edited by

              @dgregory19
              Glad you figured it out! :slightly_smiling_face:

              I have made that mistake many times, probably everyone has at some point I suppose. :winking_face:

              "Life's Too Short To Dance With Ugly People"
              Jim Hallock - 1995

              D 1 Reply Last reply Reply Quote 1
              • D Offline
                dgregory19 @justjim1220
                last edited by

                @justjim1220 Quick question, would you know if there is a news feed for the Harvard Bussness Review?

                justjim1220J cowboysdudeC 3 Replies Last reply Reply Quote 0
                • justjim1220J Offline
                  justjim1220 Module Developer @dgregory19
                  last edited by

                  @dgregory19
                  It looks like you have to be a subscriber to the site

                  "Life's Too Short To Dance With Ugly People"
                  Jim Hallock - 1995

                  1 Reply Last reply Reply Quote 0
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @dgregory19
                    last edited by

                    @dgregory19 said in MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller:

                    Harvard Bussness Review

                    Yes there is…it’s in xml format and it’s right here:

                    http://feeds.hbr.org/harvardbusiness

                    justjim1220J 1 Reply Last reply Reply Quote 0
                    • justjim1220J Offline
                      justjim1220 Module Developer @cowboysdude
                      last edited by

                      @cowboysdude
                      I found that also, and I could not get it to work
                      Further research showed you have to be a subscriber to receive the RSS feeds

                      "Life's Too Short To Dance With Ugly People"
                      Jim Hallock - 1995

                      cowboysdudeC 1 Reply Last reply Reply Quote 1
                      • cowboysdudeC Offline
                        cowboysdude Module Developer @justjim1220
                        last edited by

                        @justjim1220 said in MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller:

                        @cowboysdude
                        I found that also, and I could not get it to work
                        Further research showed you have to be a subscriber to receive the RSS feeds

                        Really because it seems to work fine for me…in the stock news reader…

                        0_1549768698544_Capture.PNG

                        justjim1220J 1 Reply Last reply Reply Quote 1
                        • justjim1220J Offline
                          justjim1220 Module Developer @cowboysdude
                          last edited by

                          @cowboysdude
                          Is this the link you used?
                          http://feeds.hbr.org/harvardbusiness

                          "Life's Too Short To Dance With Ugly People"
                          Jim Hallock - 1995

                          1 Reply Last reply Reply Quote 0
                          • cowboysdudeC Offline
                            cowboysdude Module Developer
                            last edited by cowboysdude

                            What do you think? If it’s not working in your module then something is wrong with your module…

                            1 Reply Last reply Reply Quote 0
                            • cowboysdudeC Offline
                              cowboysdude Module Developer
                              last edited by

                              @justjim1220 said in MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller:

                              http://feeds.hbr.org/harvardbusiness

                              I literally in 15 minutes had this working… using an old module I wrote… no css but proof of concept…

                              0_1549769907854_Capture2.PNG

                              justjim1220J 1 Reply Last reply Reply Quote 0
                              • justjim1220J Offline
                                justjim1220 Module Developer @cowboysdude
                                last edited by

                                @cowboysdude

                                Then there is something wrong with my module I guess

                                Apologies for the misinformation

                                I will look into it further

                                Thanks CBD for the follow-up

                                "Life's Too Short To Dance With Ugly People"
                                Jim Hallock - 1995

                                1 Reply Last reply Reply Quote 0
                                • justjim1220J Offline
                                  justjim1220 Module Developer @dgregory19
                                  last edited by

                                  @dgregory19

                                  Apologies for the misinformation regarding your question

                                  Although this question seemed to be in regard to this certain module, apparently, it does not work for some reason within this module.

                                  I will look further into this issue and see what would be the difference

                                  Again, I am sorry I gave you incorrect information regarding the feed for HBR

                                  "Life's Too Short To Dance With Ugly People"
                                  Jim Hallock - 1995

                                  D 1 Reply Last reply Reply Quote 0
                                  • cowboysdudeC Offline
                                    cowboysdude Module Developer
                                    last edited by

                                    @dgregory19 Yes it will work. If you have any issues please let me know I’ll be happy to help.

                                    justjim1220J 1 Reply Last reply Reply Quote 1
                                    • justjim1220J Offline
                                      justjim1220 Module Developer @cowboysdude
                                      last edited by

                                      @dgregory19

                                      Yes, Talk to cowboysdude about this as he knows more about all this than I do

                                      Yes, I realize that your question was asked in reference to the module I created and not to any other module

                                      But apparently, even though it doesn’t work in my module, I am wrong to misinform you with the answer I gave you

                                      No, I did not test it in any other module, because the question was regarding this module.

                                      As I said, I will look into why it is not working in this module and I will let you know if I get it working.

                                      Thanks for your interest and I do apologize for any inconveniences I may have caused anyone!

                                      "Life's Too Short To Dance With Ugly People"
                                      Jim Hallock - 1995

                                      1 Reply Last reply Reply Quote 1
                                      • cowboysdudeC Offline
                                        cowboysdude Module Developer
                                        last edited by

                                        Just a small gif to show it works :) SO … you can use either rss or xml … The stock newsfeed module will also do the same…

                                        0_1549773459763_20190209_233511.gif

                                        1 Reply Last reply Reply Quote 1
                                        • D Offline
                                          dgregory19 @justjim1220
                                          last edited by

                                          @justjim1220 No worries. I’ll try the link cowboysdude shows.

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            dgregory19
                                            last edited by

                                            @justjim1220 @cowboysdude Thanks for the info. This has been an awesome project. You guys have been more then helpful.

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