I did Thank you
Read the statement by Michael Teeuw here.
Posts made by vanced54
-
RE: Google Calendar not updating
So any other suggestions as to figure out what is going on?
-
RE: Google Calendar not updating
@sdetweil So what does that mean? Does that provide a clue as to why I’m not getting calendar events to show up?
-
RE: Google Calendar not updating
The events were in the past. Only 10 were there but it seems like that is what the max events were set to.
-
RE: Google Calendar not updating
It does find events. So that means the link is good I belive.
-
RE: Google Calendar not updating
@sdetweil where do I do the node debug.js?
I tried it but doesn’t seem to work
I did edit the debug.js file with the same link.
-
RE: Google Calendar not updating
Not that I see but there may be something I am overlooking
-
RE: Google Calendar not updating
@sdetweil said in Google Calendar not updating:
@vanced54 said in Google Calendar not updating:
calendar error 404: Not Found
that means the URL you provided is not working (not found)
put the url in the browser on the pi, it must download an ics file… if not fix til it does
then add THAT url to MM calendar configSo I have gotten the 404 error to clear but there are no events coming in.
{
module: “calendar”,
header: “Dustin’s Calendar”,
position: “top_left”,
config: {
calendars: [
{
symbol: “calendar-check-o”,
url: “https://calendar.google.com/calendar/ical/USERNAME%40gmail.com/private-CODE/basic.ics” }
]
}
},Here is the code. I did change my user name to USERNAME and the private code to CODE