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.

    MMM-CalendarExt2 not showing up

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 3 Posters 513 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.
    • C Offline
      codac
      last edited by

      I have already searched the other posts regarding this topic, but no solution worked for me. The calendar is a Nextcloud calendar, hence the ?export part.

      The module is simply not showing up and I can’t find the error.

      The config is:

                      {
                              module: "MMM-CalendarExt2",
                              config: {
                                      calendars: [
                                                  {
                                                              name: "PrivateCalendar",
                                                              url: "https://<usernam>:<password>@<hostname>/remote.php/dav/calendars/<username>/privatecalendar?export",
                                                  },
                                      ],
                                      views: [
                                              {
                                                      mode: "daily",
                                                      locale: "de-DE",
                                                      position: "top_right",
                                                      calendars: ["PrivateCalendar"],
                                              },
                                      ],
                                      scenes: [
                                              {
                                                      name: "DEFAULT",
                                                      views: [],
                                              },
                                      ],
                              },
                      },
      
      BKeyportB 1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer @codac
        last edited by

        @codac Let’s eliminate the obvious.

        Change your URL to this:

        https://calendar.google.com/calendar/ical/brendan.keyport%40gmail.com/public/basic.ics

        It should result in a daily event “test” for a half hour.

        If it does not work, reboot your pi and try again.

        If it does, please check your calendar app for a specific “ICS” export. Some sites use both a web export, and a ICS export. the web export is good for google and outlook, but not us.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • J Offline
          johnny1234boy
          last edited by

          I am also new to MM, but here are the fields that are missing on yours compared to mine. I am not sure which is required and which is optional.

                          {
                                  module: "MMM-CalendarExt2",
                                  config: {
          				rotateInterval: 1000*60,
                                          calendars: [
                                                      {
                                                                  name: "PrivateCalendar",
          							className: "privatecalendar",
                                                                  url: "https://<usernam>:<password>@<hostname>/remote.php/dav/calendars/<username>/privatecalendar?export",
                                                      },
                                          ],
                                          views: [
                                                  {
                                                          name: "VIEW1",
          						mode: "daily",
                                                          locale: "de-DE",
                                                          position: "top_right",
                                                          calendars: ["PrivateCalendar"],
          						slotCount: 4,
                                                  },
                                          ],
                                          scenes: [
                                                  {
                                                          name: "DEFAULT",
                                                          views:["VIEW1"],
                                                  },
                                          ],
                                  },
                          },
          
          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