MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. johnny1234boy
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt2 not showing up

      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"],
                                              },
                                      ],
                              },
                      },
      
      posted in Troubleshooting
      J
      johnny1234boy
    • 1 / 1