@sdetweil thanks for the suggestion, I’ve putted the line in my config and for now every thing looks fine
Latest posts made by azuettel
-
RE: pm2 log gets to big (mm-out.log)
-
pm2 log gets to big (mm-out.log)
After a while the log file (mm-out.log) of pm2 gets to big (>22Gb) and uses all the space of my sd card. I just delete the file and everything runs fine again. I would like to know if I have to turn of the log or is there something wrong and filling my log?
I get a calender fetcher event every few seconds
Calendar-Fetcher: Broadcasting 12 events.
Is that normal?
-
Password protection in mailbox.org calender link
Re: Problem with calender
I managed to display my calender from the provider mailbox.org. To increase security I would link to use the option of my provider to protect the link with a password but I don’t know which auth method to use in MM-Calender config, any suggestions?In the settings of the provider I can choose a password but no user.
-
Troubles updating to 2.6.0
I ran into troubles when updating to 2.6.0, before on 2.5.0 everything worked fine.
I get errors when update with git pull && npm install, below the npm debug_log
0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ] 2 info using npm@1.4.21 3 info using node@v8.11.1 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info prestart magicmirror@2.6.0 6 info start magicmirror@2.6.0 7 verbose unsafe-perm in lifecycle true 8 info magicmirror@2.6.0 Failed to exec start script 9 error magicmirror@2.6.0 start: `sh run-start.sh` 9 error Exit status 127 10 error Failed at the magicmirror@2.6.0 start script. 10 error This is most likely a problem with the magicmirror package, 10 error not with npm itself. 10 error Tell the author that this fails on your system: 10 error sh run-start.sh 10 error You can get their info via: 10 error npm owner ls magicmirror 10 error There is likely additional logging output above. 11 error System Linux 4.14.90-v7+ 12 error command "/usr/bin/node" "/usr/bin/npm" "start" 13 error cwd /home/pi/MagicMirror 14 error node -v v8.11.1 15 error npm -v 1.4.21 16 error code ELIFECYCLE 17 verbose exit [ 1, true ]
when I manually try to start via npm start it states that
> magicmirror@2.6.0 start /home/pi/MagicMirror > sh run-start.sh run-start.sh: 4: run-start.sh: electron: not found
so I tried to install/update electon but had no luck
npm ERR! Error: Method Not Allowed npm ERR! at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10) npm ERR! at /usr/share/npm/lib/cache/add-named.js:203:12 npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7) npm ERR! at FSReqWrap.oncomplete (fs.js:135:15) npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! System Linux 4.14.90-v7+ npm ERR! command "/usr/bin/node" "/usr/bin/npm" "i" "electron" npm ERR! cwd /home/pi/MagicMirror npm ERR! node -v v8.11.1 npm ERR! npm -v 1.4.21 npm ERR! code E405 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/pi/MagicMirror/npm-debug.log npm ERR! not ok code 0
what am I missing?
-
Problem with exdate exeption in .ics file
I have a problem with my .ics file for the standard calendar module. The exeptions “exdate” of an event are stored in the wrong format, it look like this:
BEGIN:VEVENT DTSTAMP:20181120T052855Z CLASS:PUBLIC CREATED:20181120T052855Z DESCRIPTION: DTEND;TZID=Europe/Zurich:20170828T082000 DTSTART;TZID=Europe/Zurich:20170828T075000 EXDATE:20170925T055000Z,20171002T055000Z,20171009T055000Z,20171016T055000 Z,20171023T055000Z LAST-MODIFIED:20181120T052855Z RRULE:FREQ=WEEKLY;UNTIL=20171112T065000Z;BYDAY=MO SEQUENCE:0 SUMMARY:xxx TRANSP:OPAQUE UID:2b8ae706-c70f-4592-a380-6d301b5bb624 X-MICROSOFT-CDO-BUSYSTATUS:BUSY END:VEVENT
but they should look like this:
BEGIN:VEVENT DTSTAMP:20181120T052855Z CLASS:PUBLIC CREATED:20181120T052855Z DESCRIPTION: DTEND;TZID=Europe/Zurich:20170828T082000 DTSTART;TZID=Europe/Zurich:20170828T075000 EXDATE:20170925T055000Z EXDATE:20171002T055000Z EXDATE:20171009T055000Z EXDATE:20171016T055000Z EXDATE:20171023T055000Z LAST-MODIFIED:20181120T052855Z RRULE:FREQ=WEEKLY;UNTIL=20171112T065000Z;BYDAY=MO SEQUENCE:0 SUMMARY:xxx TRANSP:OPAQUE UID:2b8ae706-c70f-4592-a380-6d301b5bb624 X-MICROSOFT-CDO-BUSYSTATUS:BUSY END:VEVENT
Since these are wrong, none of the calendar elements are shown. Any suggestions how to change that?
-
MMM-Calender with share of mailbox.org calender
I’m changing from gmail to mailbox.org and I’d like to add my calender like I did with gmail. Unfortunately from my new calender provicer mailbox.org I can’t get a .ics share, the only thing I get is a link looking like this https://share.mailbox.org/ajax/share/… or the CalDAV link looking like this https://dav.mailbox.org/caldav/… Is there a way to feed my MMM-Calender (or maybe a different module)?