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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt2

      Hello,
      I understand that this module currently has no one supporting it but this is a general question concerning this module(I am a total new bee)
      Here is my entry into config.js and everything works fine except I see no entry from MMM-CalendarExt2. Can anyone tell me what I’m doing wrong ? The default calendar works fine with these google calendars.

      {
        module: 'MMM-CalendarExt2',
        position: "top_left",
        rotateInterval: 1000*60,
        config: {
          calendars : [
            {
              url:"webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
            },
          ],
      views: [
                { 
                  name: "view1",
                  mode: "month",
                  slotCount: "7",
                  maxItems: "1000",
                  hideOverflow: false,
                  slotMaxHeight: "95px",
                  monthFormat: "MMMM YYYY",
                  position: "top_left",
                  calendars: []
                },
              ],
          scenes: [
            {
              name: "DEFAULT",
            },
          ],
        },
      },
      
      posted in Utilities
      S
      steverichab
    • 1 / 1