if you are loged in on putty, you can restart your mirror using this command:
pm2 restart mm
or you’ll have to install a VNC Server on Raspberry to display your screen remotly.
And then you’ll be able to reload the mm pushing CTRL + R
if you are loged in on putty, you can restart your mirror using this command:
pm2 restart mm
or you’ll have to install a VNC Server on Raspberry to display your screen remotly.
And then you’ll be able to reload the mm pushing CTRL + R
Hey there!
You should not install MagicMirror as Root in the /root directory.
check out this:
https://forum.magicmirror.builders/topic/259/installing-mm2/10
I think it is the same issue.
@Bangee said in Installing MM2:
as I c, you’ve installed your MagicMirror in the /root directory.
I’m not sure if this is working so far.Try to install everything as pi and not as root in the /home/pi directory and let us know what happend.
try
whoami-> piupdate your distribution with
sudo apt-get update && sudo apt-get upgradethen
cd /home/pior onlycdand install again:
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
yeah, no problem. today my calendar is running. I’ve made no changes…
strange, I’ve sent you the link to the working one.
Thanks! :hand_splayed_tone1:
ok, and whats inside of this file: /home/pi/MagicMirror/npm-debug.log
Can you share this with us?
as I c, you’ve installed your MagicMirror in the /root directory.
I’m not sure if this is working so far.
Try to install everything as pi and not as root in the /home/pi directory and let us know what happend.
try whoami -> pi
update your distribution with sudo apt-get update && sudo apt-get upgrade
then cd /home/pi or only cd
and install again: curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
please give me your Mailadress, I’ll share my Calendar with you. :-)
she has different events in her calendar, but the all the other things are the same as mine.
ok, my girlfriends calnedar is working. also with office 365 :-) so stupid…
ok, sounds not that good as expected. Whats next?
Are you sure, that the files are there?
If the are, let’s try to restart pm2 restart mm or sudo reboot.
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?
its a weekly event.
I’ll Try to delete this event and reload, but thats no the solution… :-(
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, '');
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? :-)
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
I think you would like to use this one.
https://github.com/Bangee44/MMM-swisstransport
Hey there
I think it was about 150 CHF per m2. I went to pick it up at them.
Delivery was to expensive :-)
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?
Thank you.
I’ve got it from here:
http://www.glastroesch.ch/glas/82-spionspiegel.html