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

    Thomas2990

    @Thomas2990

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

    Thomas2990 Unfollow Follow

    Latest posts made by Thomas2990

    • Issue with calendar module

      Hi,
      I’m trying to run the default Calendar module on my MagicMirror, but nothing shows up on the screen when I run it. I looked through the logs and I found this message

      0_1534270278110_CALENDAR ERROR.png

      I’m running MagicMirror server-only on a raspberry pi 2.

      This is my config for the calendar module:

                   {
                          module: "calendar",
                          header: "US Holidays",
                          position: "top_left",
                          config: {
                                  url: 'http://calendarlabs.com/templates/ical/US-Holidays.ics',
                                  symbol: 'calendar'
                          }
                   },
      
      posted in Troubleshooting
      T
      Thomas2990