A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Where do I find the Logs?
-
I setup the Newsfeed module and I get the message “Error in the Newsfeed module. Check logs for more detail.” Which logs do I check?
-
@aunrea there are two places
-
Where you did npm start
If you are using pm2 to launch MagicMirror then
pm2 logs --lines=xxx
Where xxx is the number of lines to show (default 15) -
In the browser log, open the developers window, ctrl-shift-i, and select the console tab
-