Read the statement by Michael Teeuw here.
MMM-NewsFeedTicker.
-
@sdetweil
which row? -
@greedyvegan share the output of
pm2 status -
@sdetweil
│ id │ name │ mode │ ↺ │ status │ cpu │ memory │
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
│ 0 │ MagicMirror │ fork │ 29 │ stopped │ 0% │ 0b │
│ 2 │ mm │ fork │ 0 │ stopped │ 0% │ 0b │
│ 1 │ run-start │ fork │ 0 │ stopped │ 0% │ 0b │
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
-
@greedyvegan hm…
run thisps -ef | grep MagicMirror | awk '{print $2}` | xargs sudo kill -9
the. try. npm start
-
nothing happened after that, it returned “>” and the cursor
-
the module just says loading, I’m going to delete it and use the regular newsfeed instead, thanks.
by the way, is there a way that I can add an icon/image to the default newsfeed module?
- logo of the news source
- photo from the article
-
@greedyvegan I am not aware of those features in the default newsfeed module
-
@greedyvegan correct … Linux commands in general return nothing on success. they were designed in the old teletype terminal days
-
@greedyvegan you can try the MMMNewsfeedTicker module again…
at least it should work… I accepted the changes as I was a collaborator on that
-
thank you, I’m going to try it now