Read the statement by Michael Teeuw here.
Newsfeeder is going way to fast when showing news
-
As a workaround, till a solution is found
crontab -e
@daily sudo rebootthis will reboot the pi every night at 00:00 am.
-
@sdetweil I opened a Github issue for that: https://github.com/MichMich/MagicMirror/issues/2638
-
I got the same issue since 2.16.
I have one image from 2.15 - no problem so far!The strange thing… first after boot. It working some time like i should… Later… you see the news flashing… so the mirror is mostly black then.
Im using also MM-Pages tho flip to another page every minute.
-
updated to develop version from GitHub
https://github.com/MichMich/MagicMirror/tree/developeverything is fine now, Newsfeeder runs like expected since 1 Week
-
@sek_is_back How do I do that?
-
@sek_is_back said in Newsfeeder is going way to fast when showing news:
As a workaround, till a solution is found
crontab -e
@daily sudo rebootthis will reboot the pi every night at 00:00 am.
No need to reboot the whole pie
0 */5 * * * pm2 restart MagicMirror
-
We found the reason for that issue. A fix is merged into the develop branch.
-
@jalibu Weeheee, sounds great! Good work on such an tough problem.
-
@sek_is_back
how can i update to the development branch ? sorry for this question, but i am not the coding
expert :-( -