Having a little issue with loading my Google calendar, I can load my office 365 calendar just fine but for some reason the Google private ical one refuses to load.
{
module: 'calendar',
header: 'Calendar',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o',
url: 'https://calendar.google.com/calendar/ical/username%40gmail.com/private-string/basic.ics'
},
{
symbol: 'calendar',
url: 'https://outlook.office365.com/owa/calendar/[email protected]/string/calendar.ics'
},
]
}
},
With the above code (without the obfuscation) only the office365 calendar will display, if I remove the office365 calendar then the google calendar only displays "loading events..."
You check check if the calendar is reachable using your terminal:
curl -L https://calendar.google.com/calendar/ical/username%40gmail.com/private-string/basic.ics
it should show something like:
...
BEGIN:VEVENT
UID:DE-IFS-USHW
DTSTART;VALUE=DATE:20001031
DTEND;VALUE=DATE:20001101
RRULE:FREQ=YEARLY;INTERVAL=1
SUMMARY:Halloween
DESCRIPTION:kein ges. Feiertag
DTSTAMP:20000101T000000Z
END:VEVENT
BEGIN:VEVENT
UID:DE-IFS-1110
DTSTART;VALUE=DATE:20001110
DTEND;VALUE=DATE:20001111
RRULE:FREQ=YEARLY;INTERVAL=1
SUMMARY:Welttag der Wissenschaft
DESCRIPTION:kein ges. Feiertag
DTSTAMP:20000101T000000Z
END:VEVENT
END:VCALENDAR
Is that correct?
Correct, I can load it fine with curl
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:[email protected]
X-WR-TIMEZONE:Europe/London
BEGIN:VTIMEZONE
TZID:Europe/London
X-LIC-LOCATION:Europe/London
BEGIN:DAYLIGHT
TZOFFSETFROM:+0000
TZOFFSETTO:+0100
TZNAME:BST
DTSTART:19700329T010000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
Is that all it shows? Or does it also show events (BEGIN:VEVENT)?
No, it shows a lot more than that, including (BEGIN:VEVENT)
Then it should work. But I can only test it if I have the feed. Could you create an other calendar with no personal info, and test that one? If it doesn't work either, could you share that url?
I have created a new calendar and used the private address which works fine.
So what's the difference between the two? Maybe you can regenerate a private link for the real calendar?
Having a look at the link for both, the working one appears to be a group calendar whereas the proper calendar is not.
https://calendar.google.com/calendar/ical/email%40gmail.com/private-string/basic.ics
https://calendar.google.com/calendar/ical/string%40group.calendar.google.com/private-string/basic.ics
You could try downloading both using the CURL command, and try to find the difference between the two.
Or try to create a "group" link for your primary calendar. (That would solve the issue.)
I will try to create a group link, just looking for instructions on how to do that.
If you find out, please let us know so we can add it to the Wiki somewhere.
I have been looking without success, will update if I do manage to find something.
So i have no problems with private and group google calendars.
url: 'https://calendar.google.com/calendar/ical/anke%40meineadresse.de/private-***/basic.ics'
'https://calendar.google.com/calendar/ical/meineadresse%40group.calendar.google.com/private-*/basic.ics'
Hmm, Perhaps there is something in my .ics that is causing it not to load then....
If you want You can mail me your personal link so I can test and debug it for you: michael [at] xonaymedia.nl
I have the same issue with office 365 calendar since last update.
So now i've tested my calendar using the debug script:
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:33
rule += ';DTSTART=' + curr.start.toISOString().replace(/[-:]/g, '');
BEGIN:VEVENT
UID:040000008200E00074C5B7101A82E00800000000F3588C26CD72D101000000000000000
010000000EAA95999F4521B43B7FB599D24D68DD9
SUMMARY:Ev segeln ev bremen
DTSTART;VALUE=DATE:20161006
DTEND;VALUE=DATE:20161011
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20160424T102012Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION:
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
END:VEVENT
I made a change to the ical loader yesterday which should fix this. Are you sure you have the latest version.
Hi, I will pull the latest version and see if it makes a difference.
On 24 April 2016 at 17:07, Michael Teeuw [email protected] wrote:
I made a change to the ical loader yesterday which should fix this. Are
you sure you have the latest version.โ
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/MichMich/MagicMirror/issues/221#issuecomment-213990086
{
module: 'calendar',
header: 'Calendar',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o',
url: 'https://calendar.google.com/calendar/ical/email%40gmail.com/private-string/basic.ics'
},
]
}
},
Trying to test just the google calendar now however this is throwing the "create a config file" message.
I am having similar issues, in that my calendars won't work and I cant get a BBC RSS feed to work. I just tried running the same config file on my laptop instead of my raspberry pi (1) and both worked. It sounds like it is a problem with my install opposed to the config or calendar permissions. Could this be your case too?
(Both the default RSS feed and calendar failed to display for me also)
Which OS are you using?
me? Raspbian GNU/Linux 8
Jessie? Wheezy?
For me it is working on Ubuntu 14.04 with npm start, and failing on RASPBIAN JESSIE on the raspberry pi 1 model b in the Epiphany browser.
I have just tried my laptop in serveronly mode, and then accessing it from chrome, I get the same problem. The calendar works with "npm start", but not with "node serveronly".
$ lsb_release -da
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
@viersa Please check your web inspector console. It probably gives an error about your config file.
Sure, I'm connected via ssh how would I go about doing that?
You can't. You have to do that in the interface. If you don't have a keyboard and mouse connected, you can use VNC. Installation instructions can be found in the WIKI.
Ok, I have connected using VNC Viewer, it is currently sitting at the "Please create a config file," do you have instructions on how to access/use the web inspector console? I checked the wiki but there is no mention there.
Hit ALT so you can acces the menu. There open the inspector and switch to the console.
https://i.imgur.com/Ezt0wht.png
Does this help?
"Unexpected token" there is a typo in your config file. Probably a missing or misplaced ' or ".
I have had a look but cannot find anything that is out of place.
pi@raspberrypi:~/MagicMirror/config $ cat config.js
var config = {
port: 8080,
language: 'en',
timeFormat: 24,
modules: [
{
module: 'alert',
},
{
module: 'clock',
position: 'top_left'
},
{
module: 'calendar',
header: 'Calendar',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o',
url: 'https://outlook.office365.com/owa/calendar/[email protected]/string/calendar.ics'
},
{
symbol: 'calendar-check-o',
url: 'https://calendar.google.com/calendar/ical/email%40gmail.com/private-string/basic.ics'
},
]
}
},
{
module: 'currentweather',
position: 'top_right',
config: {
location: 'Weather',
appid: 'b04363834d90ec27315c7a1c61a4de82',
timeFormat: '24',
initialLoadDelay: '5000'
}
},
{
module: 'weatherforecast',
position: 'top_right',
header: 'Forecast',
config: {
location: 'Forecast',
appid: 'b04363834d90ec27315c7a1c61a4de82'
}
},
{
module: 'newsfeed',
position: 'bottom_bar',
config: {
feeds: [
{
title: "News",
url: "http://feeds.bbci.co.uk/news/rss.xml"
}
],
showSourceTitle: true,
showPublishDate: true
}
},
]
};
/**** DO NOT EDIT THE LINE BELOW ****/
if (typeof module !== 'undefined') {module.exports = config;}
pi@raspberrypi:~/MagicMirror/config $
No issue with that config file. Works like a charm here.
Strange, its still throwing the same error.
Are you sure you've put it in the right place? With the right name?
~/MagicMirror/config/config.js
Yes, should be good.
You can use the web inspector to see if it can load the file, and what content the browser receives when loading the config.js file. Best advice I can give from here, is to digg around in the web inspector to find why it doesn't load.
Ok, I have just grabbed the template located at https://raw.githubusercontent.com/MichMich/MagicMirror/master/js/config.js but its still throwing the same error so it must be a file outside of the config.js that is at fault?
Try to remove the whole 'MagicMirror' folder and reinstall.
Ugh, removed MagicMirror to MagicMirror.bak
ran
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/v2-beta/installers/raspberry.sh | bash
getting
cp: cannot create regular file โ/usr/local/bin/nodeโ: Text file busy
during the build process.
This is probably enough:
git clone -b v2-beta https://github.com/MichMich/MagicMirror.git
Ok it appears to be back up and running now however my terminal is showing
[email protected] start /home/pi/MagicMirror
electron js/electron.js
npm ERR! Linux 4.1.19-v7+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.11.0
npm ERR! npm v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron js/electron.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron js/electron.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs magicmirror
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls magicmirror
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/npm-debug.log
pi@raspberrypi:~/MagicMirror $
npm install
(you've only downloaded the MM, not installed it.)
EDIT: should have been more clear about this in my latest comment.
Sorry, forgot to mention I already did.
pi@raspberrypi:~/MagicMirror $ npm install && npm start
npm WARN prefer global [email protected] should be installed with -g
[email protected] postinstall /home/pi/MagicMirror/node_modules/electron-prebuilt
node install.js
[email protected] /home/pi/MagicMirror
โโโฌ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โโโฌ [email protected]
โ โโโ [email protected]
โโโฌ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ ipaddr.[email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโฌ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโ [email protected]
โโโ [email protected]
โโโฌ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected] (git+https://github.com/rynomad/jsbn.git#bb522b0124f75424f89d49446c40a87111942c7b)
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโ [email protected]
โโโฌ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ lodash.[email protected]
โ โ โโโ lodash.[email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โโโฌ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โโโ lodash.[email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ lodash.[email protected]
โ โ โ โ โโโ lodash.[email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโฌ socket.[email protected]
โ โโโฌ engine.[email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ engine.[email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ arraybuffer.[email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโฌ socket.[email protected]
โ โ โโโฌ socket.[email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ socket.[email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ engine.[email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ socket.[email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโฌ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โ โโโ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โ โโโ [email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโ [email protected]
โ โ โโโ [email protected]
โ โโโ [email protected]
โ โโโฌ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โ โโโ [email protected]
โโโ [email protected]
โโโ [email protected]
โโโฌ [email protected]
โโโ [email protected]
[email protected] start /home/pi/MagicMirror
electron js/electron.js
npm ERR! Linux 4.1.19-v7+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.11.0
npm ERR! npm v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'electron js/electron.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron js/electron.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs magicmirror
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls magicmirror
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/npm-debug.log
Hmm... really got no clue what is going on here. The only thing I'm not confident about is Node 5.11, I've only tested 5.10. But that shouldn't be an issue.
To be honest, I would simply reinstall Jessie, and start with a clean slate.
Heh, that's probably the best idea, however that's a job for tomorrow.
Thanks for all the help so far, hope I can crack it tomorrow after work.
Hi,
I have a similar issue using a public ICS file. I'm using a Raspberry Pi B with Raspbian Jessy. I've started MagicMirror with "nohup node serveronly &" and used Midori Browser. I tried to include this calender
http://www.schulferien.org/media/ical/deutschland/feiertage_2016.ics
but no data is available onscreen. I tried to reach the calender via curl command and that just works perfect.
Could that be a problem with any permissions, as bn506 mentioned?
(RSS feeds also dont work for me)
I facing the same issue here with the private calander from Google Agenda, other ones in gmail don't give any problem. iCloud agenda is working fine. so all the agenda are working perheps mine :(
@cppFreeman I've tried the calendar feed you mentioned, and it appears to load fine. (Both on my Mac and Raspberry Pi). Maybe it has something to do with the Pi B?
Not sure, but @viersa is trying to use Electron on RPi 1, @MichMich. This won't work, remember?
Whoops! Indeed. :)
Guys, is this still an issue? Or can I close this issue? If it is an issue, can somebody supply me an example feed that doesn't work on a RPi 3?
did you fix anything last days?
otherwise i can send you, my config file.i do use a RPi 3
Only need a link to the non working iCal feed. Thanks!
where can i send it?
michael [at] xonaymedia.nl
I just pushed a small update. Could everyone who had an issue give it a try?
this update works fine for me! Thanx
I will try again this evening
On Tue, 10 May 2016, 18:28 Wilco Land, [email protected] wrote:
this update works fine for me! Thanx
โ
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/MichMich/MagicMirror/issues/221#issuecomment-218230520
Can confirm this is now working, thank you.
On 10 May 2016 at 18:50, Aaran Grimley [email protected] wrote:
I will try again this evening
On Tue, 10 May 2016, 18:28 Wilco Land, [email protected] wrote:
this update works fine for me! Thanx
โ
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/MichMich/MagicMirror/issues/221#issuecomment-218230520
Thanks!