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 not working after update

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 527 Views 2 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.
    • U Offline
      uatuba
      last edited by

      Greetings…I updated, and everything worked great using the update script, except the calendar. If I don’t comment out the calendar section in my config, I just get a blank screen. When I do comment it out, everything else works as expected. Has there been a change or do I have something wrong? I’ve searched the documentation and the forum and I can’t find anything.

                    {
                            module: "calendar",
                            header: "Upcoming Events",
                            position: "top_left",
                            config: {
                            timeFormat: "absolute",
                            getRelative: 0,
                            urgency: 0,
                            showEnd: false,
                            maximumEntries: 10,
                                    calendars: [
                                            {
                                                    symbol: "calendar-check-o ",
                                                    url: "webcal://p62-caldav.icloud.com/[removed]"
                                            }
                                    ]
                           }
                    },
      
      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @uatuba
        last edited by

        @uatuba you said u updated? how did u do that?

        for 2.15 you also had to do npm install again because some dependencies changed

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        U 1 Reply Last reply Reply Quote 0
        • U Offline
          uatuba @sdetweil
          last edited by

          @sdetweil I used the upgrade script. Nothing broke…except the Calendar. I went back and did npm install.

          Now nothing works–I get a blank screen, which may have to do with the MMM-PIR-Sensor module which breaks every time I do an upgrade.

          S 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @uatuba
            last edited by

            @uatuba yeh, good old pir needs a binary build
            electron-rebuild to match electron versions

            we should have looked at the logs for calendar issue

            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