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 10.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
                        • 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