MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Bangee
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 3
    • Topics 12
    • Posts 122
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: New modules, don´t load

      Are you sure, that the files are there?
      If the are, let’s try to restart pm2 restart mm or sudo reboot.

      posted in Troubleshooting
      BangeeB
      Bangee
    • RE: New modules, don´t load

      Can you show maybe show some error’s from the logs: pm2 logs mm
      Or do you use firebug when your testing you MM in your webbrowser?

      posted in Troubleshooting
      BangeeB
      Bangee
    • RE: TypeError: curr.start.toISOString is not a function

      its a weekly event.

      I’ll Try to delete this event and reload, but thats no the solution… :-(

      posted in Troubleshooting
      BangeeB
      Bangee
    • RE: TypeError: curr.start.toISOString is not a function

      ok, so here it is:

      Create fetcher ...
      Create fetcher done!
      curr contains:
      { type: 'STANDARD',
        params: [],
        start: { Mon, 01 Jan 1601 02:00:00 GMT tz: undefined },
        tzoffsetfrom: '+0200',
        tzoffsetto: '+0100',
        rrule: 'RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10' }
      curr.start is set to:
      { Mon, 01 Jan 1601 02:00:00 GMT tz: undefined }
      curr contains:
      { type: 'DAYLIGHT',
        params: [],
        start: { Mon, 01 Jan 1601 01:00:00 GMT tz: undefined },
        tzoffsetfrom: '+0100',
        tzoffsetto: '+0200',
        rrule: 'RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3' }
      curr.start is set to:
      { Mon, 01 Jan 1601 01:00:00 GMT tz: undefined }
      curr contains:
      { type: 'VEVENT',
        params: [],
        rrule: 'RRULE:FREQ=WEEKLY;UNTIL=20161004T183000Z;INTERVAL=1;BYDAY=TU;WKST=SU',
        uid: '040000008200E00074C5B7101A82E008000000009B3BEC42F394D10100000000000000001000000074F8AEF399AAD4438C6FBCBC8E500415',
        summary: 'Sommertraining',
        start: '00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna":20160524T203000',
        end: '00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna":20160524T220000',
        class: 'PUBLIC',
        priority: '5',
        dtstamp: '20160621T203603Z',
        transparency: 'OPAQUE',
        status: 'CONFIRMED',
        sequence: '0',
        location: 'Tco',
        'MICROSOFT-CDO-APPT-SEQUENCE': '0',
        'MICROSOFT-CDO-BUSYSTATUS': 'BUSY',
        'MICROSOFT-CDO-INTENDEDSTATUS': 'BUSY',
        'MICROSOFT-CDO-ALLDAYEVENT': 'FALSE',
        'MICROSOFT-CDO-IMPORTANCE': '1',
        'MICROSOFT-CDO-INSTTYPE': '1',
        'MICROSOFT-DISALLOW-COUNTER': 'FALSE' }
      curr.start is set to:
      00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna":20160524T203000
      /home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:45
            rule += ';DTSTART=' + curr.start.toISOString().replace(/[-:]/g, '');
      
      
      posted in Troubleshooting
      BangeeB
      Bangee
    • RE: TypeError: curr.start.toISOString is not a function

      so i think you are right:

      pi@raspberrypi:~/MagicMirror/modules/default/calendar $ node debug.js
      Create fetcher ...
      Create fetcher done!
      undefined
      undefined
      undefined
      /home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39
            rule += ';DTSTART=' + curr.start.toISOString().replace(/[-:]/g, '');
                                             ^
      
      TypeError: curr.start.toISOString is not a function
          at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39:40)
          at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:257:41)
          at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:298:20)
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:24)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:200:22)
          at emitTwo (events.js:100:13)
          at Request.emit (events.js:185:7)
          at Request.<anonymous> (/home/pi/MagicMirror/node_modules/request/request.js:1067:10)
          at emitOne (events.js:95:20)
          at Request.emit (events.js:182:7)
      

      I’m using office365 calendar, but most of the time, my calendar is running …

      So whats next? :-)

      posted in Troubleshooting
      BangeeB
      Bangee
    • TypeError: curr.start.toISOString is not a function

      Today my calender has been broken with this error in debug.js:

      pi@raspberrypi:~/MagicMirror/modules/default/calendar $ node debug.js
      Create fetcher ...
      Create fetcher done!
      /home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39
            rule += ';DTSTART=' + curr.start.toISOString().replace(/[-:]/g, '');
                                             ^
      
      TypeError: curr.start.toISOString is not a function
          at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39:40)
          at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:257:41)
          at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:298:20)
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:24)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:200:22)
          at emitTwo (events.js:100:13)
          at Request.emit (events.js:185:7)
          at Request.<anonymous> (/home/pi/MagicMirror/node_modules/request/request.js:1067:10)
          at emitOne (events.js:95:20)
          at Request.emit (events.js:182:7)
      

      So any idea, whats going on there?

      Thanks

      posted in Troubleshooting
      BangeeB
      Bangee
    • RE: MMM-SwissTransport

      I think you would like to use this one.
      https://github.com/Bangee44/MMM-swisstransport

      posted in Transport
      BangeeB
      Bangee
    • RE: Bangee's Mirror

      Hey there

      I think it was about 150 CHF per m2. I went to pick it up at them.
      Delivery was to expensive :-)

      posted in Show your Mirror
      BangeeB
      Bangee
    • RE: Bangee's Mirror

      My first contact was by using the contact form on the right side. After this, they sent me an offer for my mirror.
      Im not sure if you’ll be able to order online.

      Where are you from? Switzerland?

      posted in Show your Mirror
      BangeeB
      Bangee
    • RE: Bangee's Mirror

      Thank you.

      I’ve got it from here:
      http://www.glastroesch.ch/glas/82-spionspiegel.html

      posted in Show your Mirror
      BangeeB
      Bangee
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 10 / 13