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

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 2 Posters 1.4k Views 2 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.
    • R Offline
      RonR
      last edited by

      I’m using NewFeedTicker for my local news RSS feed. Is there a way to get just the headlines and not the start of the article? I’m still trying to figure out some of the timing and would prefer to see more headlines and less from the actual articles. I don’t see anything about it on the github page. Any suggestions are welcome. THX

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @RonR
        last edited by sdetweil

        @RonR you gave two different names

        mmm-newsfeedticker and newsfeedticker

        if this is an addon 3rd party module can you do
        git remote -v
        in the module folder and tell us the url of the repo

        also can you post the current config of this module from your config.js

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          RonR
          last edited by sdetweil

          Sam, here is the URL origin https://github.com/justjim1220/MMM-NewsFeedTicker (fetch)

          It was my bad for trying to shorten the title by leaving off the MMM-. Sorry won’t do that again.

          Here is the config I am using:

          {
              module: "MMM-NewsFeedTicker",
              position: "bottom_bar",
              //classes: "day_scheduler",
              config: {
                feeds: [
          
                  {
                    title: "WFTS News",
                    url: "https://www.abcactionnews.com/news.rss",
                    customLogo: "wftslogo.png"
                  },
          	{
                    title: "WFTS Local News",
                    url: "https://www.abcactionnews.com/news/local-news.rss",
                    customLogo: "wftslogoSm.png"
                  }
                ]
              }
             },
          

          I appreciate your help. I just want to display the headline and not the start of the article. But I have not seen anything that I recognize as controlling that as a feature.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @RonR
            last edited by

            @RonR there a bunch of config options not listed in the readme

            i think
            showMarquee:false

            IMG_2117.png

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • 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