MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. LightsGuy
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    LightsGuy

    @LightsGuy

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    LightsGuy Unfollow Follow

    Latest posts made by LightsGuy

    • RE: Calendar_Monthly

      I ditched it for ext3 and got it working. Nevermind.

      posted in Troubleshooting
      L
      LightsGuy
    • Calendar_Monthly

      The calendar will show up but not my events. I’m at a loss as to what’s wrong.

      {
        module: "calendar_monthly",
        position: "middle_center", 
        config: {
          calendars: [
            {
              symbol: "Family Calendar", 
              url: "https://calendar.google.com/calendar/ical/143bc5920aac14092a67c60a703b17952824edd6486e1304082b028389749b0b%40group.calendar.google.com/public/basic.ics",
            },
          ],
        },
      },
      
      posted in Troubleshooting
      L
      LightsGuy