Read the statement by Michael Teeuw here.
MMM - NewsFeed Ticker Hangs
-
I don’t think it’s you. See my edited post
-
@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?
-
@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!
-
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.
-
@mykle1 I JUST said that…get off my toes LMAO
-
Hey, have you seen Jim these days? I wonder where he disappeared to.
-
@mykle1 Great question…I wonder where Robert is… or @strawberry-3-141 … I feel like a latch key kid…
-
-
@mykle1 thank you!
-
@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 growhaven’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.