Coder Social home page Coder Social logo

Comments (16)

tilomitra avatar tilomitra commented on May 20, 2024

It is for me. Follow the steps under "See your calendar (View Only)" here: https://support.google.com/calendar/answer/37648?hl=en

from magicmirror.

obrienk10 avatar obrienk10 commented on May 20, 2024

It used to work fine until I updated. The comment in the code even seems to indicate that it's known to be broken. Haven't tried the latest updates but will try again next week.

On 24 Dec 2015 9:55 p.m., Tilo [email protected] wrote:It is for me. Follow the steps under "See your calendar" here: https://support.google.com/calendar/answer/37648?hl=en

—Reply to this email directly or view it on GitHub.

from magicmirror.

kichilron avatar kichilron commented on May 20, 2024

Seems to be doing the same thing for me - at the moment it's simply outputting a "500 server error" when I put in my ICAL-URL from Google.

from magicmirror.

tottidergeier avatar tottidergeier commented on May 20, 2024

i tried the "see your calendar" and even some easy basic .ics url, but i don´t get to see a calendar.
No error, just nothing.
Did i miss something?
I just added my own URL into config.js

from magicmirror.

scooper86 avatar scooper86 commented on May 20, 2024

Yes, same thing for me since latest update.

Updated config.js as per and also tried entering it straight into the PHP file however no luck.

from magicmirror.

Nexxic avatar Nexxic commented on May 20, 2024

Same error here. Have tried putting the .ics url both in the config.js and controllers/calendar.php.

I get the following message in the chrome debugging tool:
ical_parser.js:32 GET http://192.168.1.9/controllers/calendar.php?url=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Fical%2my-private-calendar-url/basic.ics 500 (Internal Server Error)

from magicmirror.

kichilron avatar kichilron commented on May 20, 2024

That is exactly the error I'm getting.

from magicmirror.

danedb avatar danedb commented on May 20, 2024

I had the same problem.
There's a parenthesis missing at line 33 in controllers/functions/gzip.php

        if(stristr($h, "content-encoding") and stristr($h, "gzip") {

should be

        if(stristr($h, "content-encoding") and stristr($h, "gzip")) {

that change got it working for me...

from magicmirror.

Nexxic avatar Nexxic commented on May 20, 2024

That fixed it for me too. Thanks!

from magicmirror.

kichilron avatar kichilron commented on May 20, 2024

Worked perfectly, thanks for investigating.

from magicmirror.

nhubbard avatar nhubbard commented on May 20, 2024

I'm the person that made the server part modular, but I will submit a pull request to fix it. Thanks for letting us know!

from magicmirror.

tottidergeier avatar tottidergeier commented on May 20, 2024

Worked for me , Thanks so much!

from magicmirror.

xcellcior avatar xcellcior commented on May 20, 2024

It seems the calendar.php has moved to the controllers folder on https://github.com/MichMich/MagicMirror

Here is what I did, everything works except for my google calendar.

  1. Downloaded the magic mirror zip from this site

JS>CONFIG.JS
2. added 'en' language on lines 2 and 13, 'Toronto,Canada' on line 10, and my API code for weather on line 14
3. removed the url from the news code on line 41 so it doesn't load news
4. swapped in my private ical google calendar url

CONTROLLERS>CALENDAR.PHP
5. swapped in my private ical google calendar url on line 3

CONTROLLERS>FUNCTIONS>GZIP.PHP
6. added the extra parenthesis on line 33

INDEX.PHP
7. removed < div class="news medium">< /div> from line 20

Everything works except my calendar still wont load. I have the code on:
http://www.magicmirror.xcellwebdesign.com

Any help is much appreciated :)

from magicmirror.

jimmyly89 avatar jimmyly89 commented on May 20, 2024

Adding the bracket worked for me as well! Been trying to figure this out all week!

Thanks!

from magicmirror.

nhubbard avatar nhubbard commented on May 20, 2024

This issue has been fixed as of acceptance of commit 91a57fd. Please close this issue, @MichMich.

from magicmirror.

hrampadarath avatar hrampadarath commented on May 20, 2024

Hi, I'm having the same issue as xcellcior. The extra parenthesis is added on line 33 and I'm using my gcal ical private address in config.js ... but no luck with the calendar showing. Any help is much appreciated.

from magicmirror.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.