A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-awesome-alexa
-
@Ghost2000 node_helper?? no idea, the author has minified his code its really hard to figure out what is going on.
-
Does it work for you?
-
@Ghost2000 yes, i ran my do-install.sh script, did the avs config which we went thru yesterday,
added the generated config to the bottom of my config.js and restarted my 2.13 MM…
also, use my MM install script, not manual install , before that
https://github.com/sdetweil/MagicMirror_scripts -
-
@Ghost2000 computer says not… make sure there is no leading or trailing space on the file name… (or folder name)
-
@sdetweil Do I have to delete everything?
-
@Ghost2000 do
mv MagicMirror MagicMirror.save
then run install script
then run alexa do-install.sh
fixup config.js for alexastart MM and try
-
pi@MagicMirror:~ $ pm2 log MagicMirror [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option) /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines: 0|MagicMir | [2020-10-10 17:31:02.630] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues 0|MagicMir | [2020-10-10 17:42:52.587] [ERROR] Whoops! There was an uncaught exception... 0|MagicMir | [2020-10-10 17:42:52.588] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080 0|MagicMir | at Server.setupListenHandle [as _listen2] (net.js:1226:14) 0|MagicMir | at listenInCluster (net.js:1274:12) 0|MagicMir | at GetAddrInfoReqWrap.doListen [as callback] (net.js:1413:7) 0|MagicMir | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) { 0|MagicMir | code: 'EADDRINUSE', 0|MagicMir | errno: 'EADDRINUSE', 0|MagicMir | syscall: 'listen', 0|MagicMir | address: '127.0.0.1', 0|MagicMir | port: 8080 0|MagicMir | } 0|MagicMir | [2020-10-10 17:42:52.595] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [2020-10-10 17:42:52.595] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines: 0|MagicMir | [2020-10-10 18:02:44.397] [LOG] Module helper loaded: newsfeed 0|MagicMir | [2020-10-10 18:02:44.397] [LOG] All module helpers loaded. 0|MagicMir | [2020-10-10 18:02:44.496] [LOG] Starting server on port 8080 ... 0|MagicMir | [2020-10-10 18:02:44.509] [LOG] Server started ... 0|MagicMir | [2020-10-10 18:02:44.509] [LOG] Connecting socket for: updatenotification 0|MagicMir | [2020-10-10 18:02:44.510] [LOG] Connecting socket for: calendar 0|MagicMir | [2020-10-10 18:02:44.511] [LOG] Starting node helper for: calendar 0|MagicMir | [2020-10-10 18:02:44.511] [LOG] Connecting socket for: newsfeed 0|MagicMir | [2020-10-10 18:02:44.512] [LOG] Starting node helper for: newsfeed 0|MagicMir | [2020-10-10 18:02:44.512] [LOG] Sockets connected & modules started ... 0|MagicMir | [2020-10-10 18:02:44.590] [LOG] Launching application. 0|MagicMir | [2020-10-10 18:02:47.001] [LOG] Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000 0|MagicMir | [2020-10-10 18:02:47.045] [LOG] Create new news fetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 0|MagicMir | [2020-10-10 18:02:47.496] [INFO] Newsfeed-Fetcher: Broadcasting 54 items. 0|MagicMir | [2020-10-10 18:02:48.059] [INFO] Calendar-Fetcher: Broadcasting 5 events.
-
@Ghost2000 pm2 stop 0
gotta stop the current version -
pi@MagicMirror:~ $ pm2 stop 0 [PM2] Applying action stopProcessId on app [0](ids: 0) [PM2] [MagicMirror](0) ✓ ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ default │ 2.13.0 │ fork │ 0 │ 0 │ 2 │ stopped │ 0% │ 0b │ pi │ disabled │ └─────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ pi@MagicMirror:~ $