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.

    Default Calander - can't get it to work

    Scheduled Pinned Locked Moved Solved Troubleshooting
    7 Posts 3 Posters 711 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.
    • S Offline
      svencarree
      last edited by

      Hello

      As a relative newbie I’ve got almost everything to work accept the Calendars. I’ve tried the default en several other modules but it keeps saying " No data found." or something like that (It’s in Dutch at my MM)/

      If I copy and past my open Google Calendar URL in the chromium browser it appears, so I think i’ve got the right URL?!

      I’ve even ‘back scripted’ it to the original code and still nothing appears and de message keeps saying ‘No data Found’ .

      {
      module: "calendar",
      position: "top_left", // This can be any of the regions. Best results in left or right regions.
      config: {
      colored: false,
      coloredSymbolOnly: false,
      calendars: [
      	{
      		url: 'https://www.calendarlabs.com/templates/ical/US-Holidays.ics',
      		symbol: 'calendar',
      		auth: {
      		    user: 'username',
      		    pass: 'superstrongpassword',
      		    method: 'basic'
      		}
      	},
      ],
      

      }
      },`

      S mattkabM 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @svencarree
        last edited by

        @svencarree if u copy/paste the url, you should get a file download not a calendar display.

        u want the ical format url, not the embed url

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • mattkabM Offline
          mattkab @svencarree
          last edited by

          @svencarree
          I got multiple google calendars to display, including subscribed calendars. Try using the two links here (I had more luck with the secret address, and just use that as the default) in settings:
          calendars.png

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

            @mattkab correct those are the ical format urls.
            public and secret.

            the embed url is located above them

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            mattkabM 1 Reply Last reply Reply Quote 1
            • mattkabM Offline
              mattkab @sdetweil
              last edited by

              @sdetweil I was just trying to be extra obvious and explicit for @svencarree :)

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

                @mattkab I thought your info was fabulous!

                I was just using your image to reconfirm the words I used in the prior post.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil

                  Woowww I knew it had to be some kind of PEBCAK! Thanks, it was so simple.

                  Thanks for answering all the newbie questions.

                  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