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 13.1k 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 @Mykle1
      last edited by

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

      cowboysdudeC Mykle1M 2 Replies Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer @Matthewlawson3
        last edited by

        @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
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @Matthewlawson3
          last edited by

          @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

          cowboysdudeC M 2 Replies Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer @Mykle1
            last edited by

            @mykle1 I JUST said that…get off my toes LMAO

            Mykle1M 1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @cowboysdude
              last edited by

              @cowboysdude

              Hey, have you seen Jim these days? I wonder where he disappeared to.

              Create a working config
              How to add modules

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

                @mykle1 Great question…I wonder where Robert is… or @strawberry-3-141 … I feel like a latch key kid…

                Mykle1M 1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @cowboysdude
                  last edited by

                  @cowboysdude

                  Last online:

                  Jim - 24 days
                  Robert - Oct 2020

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Matthewlawson3 @Mykle1
                    last edited by

                    @mykle1 thank you!

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

                      @Matthewlawson3 the doc doesn’t mention it, but by default in only shows the 1st 5 items regardless of how many sources u have

                      to get all of them do

                      maxNewsItems: 0,
                      

                      in the module config above the list of sources
                      ----- edit: i was incorrect… the list gets rebuilt each time , never mind
                      BUT ----- this causes a problem, the list is never cleared, so it continues to grow and grow

                      haven’t seen the hang yet… one possible source in fetcher.js,

                      comment out the items=[]; line as shown below

                      		reloadTimer = null;
                      		//items = [];
                      

                      its the same name as the global , so there could confusion over which list to add to.

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @sdetweil
                        last edited by

                        @sdetweil said in MMM - NewsFeed Ticker Hangs:

                        comment out the items=[]; line as shown below

                        Thanks bro. I don’t even use this module. I was just trying to help out the user above. Hopefully, he’s paying attention and has read your suggestion.

                        Create a working config
                        How to add modules

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