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

    Posts

    Recent Best Controversial
    • RE: Default Calender-absolute Date

      I am having the same problem. However: the way I configured it, is I modified calendar.js in magicmirror/modules/default/calendar. There is a setting in that file timeformat:. It was set to relative and I modified it to absolute.

      Can someone please clarify if this is the proper way to configure this or does something have to be changed in config.js too?

      My calendar is still relative right now.

      Thanks!

      Nathan

      posted in Troubleshooting
      D
      deadherring
    • RE: multiple calendars

      That worked! Thanks!

      posted in Troubleshooting
      D
      deadherring
    • multiple calendars

      Hi,

      I’ve got the magic mirror up and running on a Pi3. I got the calendar to work with an exchange .ics. Now I’m trying to add a second calendar (gmail) working.

      This page says that it should be possible:

      The calendar module is one of the default modules of the MagicMirror. This module displays events from a public .ical calendar. It can combine multiple calendars.

      It’s not exactly clear on how to add the second url. I tried a whole bunch of different ways including adding commas etc. Can someone write out for me how it needs to be entered in config.js?

      Thanks.

      config: {
          calendars: [
              {
                  url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics',
                  symbol: 'calendar',
              },
          ],
      }
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      D
      deadherring
    • 1 / 1