MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Calendar failed to load Gmail ical

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 299 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      barucomx
      last edited by

      Re: Calendar failed to load.
      in the solution provided by @sdetweil worked wonderfully on old versions of MagicMirror, but in a brand new instalation I got the same error but does not work at all adding the case ‘’: to the file /home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js

      Any suggestions? 🙂

      [2020-10-02 01:54:04.535] [INFO]   Calendar-Fetcher: Broadcasting 0 events.
      [2020-10-02 01:54:08.276] [ERROR]  Whoops! There was an uncaught exception...
      [2020-10-02 01:54:08.277] [ERROR]  Error: Unknown RRULE property 'RRULE'
          at /home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js:1191:23
          at Array.forEach (<anonymous>)
          at parseRrule (/home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js:1149:11)
          at parseLine (/home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js:1138:20)
          at Array.map (<anonymous>)
          at Function.parseString (/home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js:1110:41)
          at Function.RRule.fromString (/home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js:2135:32)
          at Object.END (/home/pi/MagicMirror/node_modules/node-ical/ical.js:446:30)
          at Object.handleObject (/home/pi/MagicMirror/node_modules/node-ical/ical.js:483:39)
          at Object.parseLines (/home/pi/MagicMirror/node_modules/node-ical/ical.js:534:18)
      [2020-10-02 01:54:08.280] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-10-02 01:54:08.281] [ERROR]  If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      B 1 Reply Last reply Reply Quote 0
      • B Offline
        barucomx @barucomx
        last edited by

        found a ‘solution’ in the file /home/pi/MagicMirror/node_modules/node-ical/node_modules/rrule/dist/es5/rrule.js just commented the default action and now I can see the calendar :astonished_face:

                                case 'BYEASTER':
                                    options.byeaster = Number(value);
                                    break;
                                case '':
                                    break;
                                default:
                    //                throw new Error("Unknown RRULE property '" + key + "'");
                    ```
        S 2 Replies Last reply Reply Quote 0
        • S Offline
          sdetweil @barucomx
          last edited by

          @barucomx can u send me a little ics with that one event? we have an open issue, but can’t recreate it…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @barucomx
            last edited by

            @barucomx i need a short ics file from you that causes this problem so we can fix it…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy