MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Display calendar Gmail

    Tutorials
    3
    3
    5875
    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
      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 ?

      Sandy2503 Mykle1 2 Replies Last reply Reply Quote 0
      • Sandy2503
        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
        • Mykle1
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy