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.

    Display calendar Gmail

    Scheduled Pinned Locked Moved Tutorials
    3 Posts 3 Posters 6.4k Views 4 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.
    • G Offline
      greda
      last edited by

      Hi every body,
      I have got a Gmail account and I want to view the calendar.
      Who could help me or give me a tutorial ?

      Sandy2503S Mykle1M 2 Replies Last reply Reply Quote 0
      • Sandy2503S Offline
        Sandy2503 @greda
        last edited by

        @greda

        my Gmail Calendar looks so -->

                        {
                                module: "calendar",
                                position: "top_left",
                                header: "Familienkalender",
                                config: {
                                        calendars: [
                                                {
                                                        symbol: "calendar-check-o ",
                                                        url: "webcal://calendar.google.com/calendar/ical/XXXXXXgooglemail.com/private-6bXXXXXX/basic.ics"
                                                }
                                        ],
                                        titleReplace: {
                                                "De verjaardag van ": "",
                                                "'s birthday": ""
                                        },
                                        excludedEvents: [
        
                                        ],
                                        maxTitleLength: 26,
                                        urgency: 3,
                                        timeFormat: "absolute",
                                        maximumEntries: 15
                                }
                        },
        
        

        go with your browser to:
        calender.gmail.com

        and log in with your emal and your password an go to the settings of your calendar.

        go to import / export an look to your privat adress in ical format and now copy the link to your config.js

        this work on my mirror.

        Greetz Sandy2503

        1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @greda
          last edited by

          @greda

          Your Gmail calendar is your Google calendar. So, use google to find out how to get the ics address of your google calendar. Once you have that, you can enter it into the calendar module of MM to display it

          Create a working config
          How to add modules

          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