• 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 - NewsFeed Ticker Hangs

Scheduled Pinned Locked Moved Troubleshooting
40 Posts 4 Posters 9.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.
  • M Offline
    Matthewlawson3
    last edited by Matthewlawson3 Mar 15, 2021, 7:50 PM Mar 15, 2021, 7:49 PM

    Hi, I am trying to configure the MMM-NewsFeedTicker module and it is hanging on one or two sources and never gets to the other sources. Can anyone help with this? Below is my code. Also, is there anyway to delay the fade to the other news stories until the current story finishes its line of text?

    Just to note I did change the speed at which the text moves and I did change the ticker itself to none for the background.

    {
    	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",
    			customLogo: "NYT_logo_rss_250x40.png"
    		},
    		{
    			title: "USA Today",
    			url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories",
    			customLogo: "RSS_Syndication_Logo-USATN.png"
    		},
    		{
    			title: "BBC World News",
    			url: "http://feeds.bbci.co.uk/news/world/rss.xml#",
    			customLogo: "bbc_news_120x60.gif"
    		},
    		{
    			title: "Ars Technica",
    			url: "http://feeds.arstechnica.com/arstechnica/technology-lab",
    			customLogo: "arstechnica.jpg"
    		}
    		
        	    ]
    	}
        },
    
    C 1 Reply Last reply Mar 16, 2021, 12:14 AM Reply Quote 0
    • C Offline
      cowboysdude Module Developer @Matthewlawson3
      last edited by Mar 16, 2021, 12:14 AM

      @matthewlawson3 There are a few different versions which one are you using?

      M 1 Reply Last reply Mar 16, 2021, 12:55 AM Reply Quote 0
      • M Offline
        Matthewlawson3 @cowboysdude
        last edited by Matthewlawson3 Mar 16, 2021, 12:56 AM Mar 16, 2021, 12:55 AM

        @cowboysdude the one at the link below. It just seems that it will hang on one source and keeps repeating that source instead of fading out and going to the other sources. I added Ars Technica. Could that be the issue?

        Click the link to see

        What do you recommend for another news ticker?

        C 1 Reply Last reply Mar 16, 2021, 1:16 AM Reply Quote 0
        • C Offline
          cowboysdude Module Developer @Matthewlawson3
          last edited by Mar 16, 2021, 1:16 AM

          @matthewlawson3 Not sure let me try to load it and see what it does.

          M 1 Reply Last reply Mar 16, 2021, 1:34 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @cowboysdude
            last edited by Mykle1 Mar 16, 2021, 1:45 AM Mar 16, 2021, 1:34 AM

            @cowboysdude said in MMM - NewsFeed Ticker Hangs:

            Not sure let me try to load it and see what it does.

            I just installed it. Running for 10 minutes, flawlessly, using the default config entry.

            Nice module, Jim! :-)

            EDIT:

            It is NOT working properly. The 5 or 6 news items keep repeating

            Create a working config
            How to add modules

            M S 3 Replies Last reply Mar 16, 2021, 1:44 AM Reply Quote 1
            • M Offline
              Matthewlawson3 @Mykle1
              last edited by Matthewlawson3 Mar 16, 2021, 1:46 AM Mar 16, 2021, 1:44 AM

              @mykle1 interesting.

              Like I said changed in the .css file the background to none and I also made a change in the speed of the ticker to 2000 in the MMM-NewsFeedTicker.js file. Could that be causing issues? Or maybe my Ars Technica addition is causing issues for some reason.

              M 1 Reply Last reply Mar 16, 2021, 1:46 AM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @Matthewlawson3
                last edited by Mar 16, 2021, 1:46 AM

                @matthewlawson3

                I don’t think it’s you. See my edited post

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Matthewlawson3 @Mykle1
                  last edited by Mar 16, 2021, 2:03 AM

                  @mykle1 said in MMM - NewsFeed Ticker Hangs:

                  @cowboysdude said in MMM - NewsFeed Ticker Hangs:

                  Not sure let me try to load it and see what it does.

                  I just installed it. Running for 10 minutes, flawlessly, using the default config entry.

                  Nice module, Jim! :-)

                  EDIT:

                  It is NOT working properly. The 5 or 6 news items keep repeating

                  Okay. At least I know it is not something I did.

                  General question: How does one uninstall a module? Or do you just comment it or // it out?

                  C M 2 Replies Last reply Mar 16, 2021, 2:05 AM Reply Quote 0
                  • C Offline
                    cowboysdude Module Developer @Matthewlawson3
                    last edited by Mar 16, 2021, 2:05 AM

                    @matthewlawson3 You can delete it from your config entry and go to the MagicMirror/modules directory find the module and delete it so for example :

                    MagicMirror/modules/MMM-Whatever

                    You go to MagicMirror/modules
                    then delete the MMM-Whatever directory…

                    Gone!

                    1 Reply Last reply Reply Quote 1
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @Matthewlawson3
                      last edited by Mar 16, 2021, 2:07 AM

                      @matthewlawson3

                      You can comment out the config entry or delete the entry.

                      Easiest way to delete the module itself. Click your way to the modules folder, enter the modules folder, trash the MMM-NewsFeedTicker.

                      Create a working config
                      How to add modules

                      C M 2 Replies Last reply Mar 16, 2021, 2:07 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        1/40
                        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