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

    bokchok

    @bokchok

    0
    Reputation
    3
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    bokchok Unfollow Follow

    Latest posts made by bokchok

    • More Problems with Calendar

      In my outlook calendar, I have two events with the same name that happen on the same day. For some reason, magic mirror only shows the first, not the second. Any ideas? PM me for ics file.

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil Good to know! I’m glad this was helpful.

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil Did a clean install, for some reason I have 0.12.0 again. I’m not getting the error, though…

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil Weird. I thought I updated after then. I’ll do another clean install and see what happens

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil The version nmber is 0.12.0
      When was 0.12.1 released?

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @Yunalescar Worked! Thank you sir

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil I was having trouble with upgrading, so I saved config.js in a separate directory and did a clean install of MagicMirror two days ago. Everything should be up to date

      posted in Troubleshooting
      B
      bokchok
    • RE: Error with Outlook Calendar

      @sdetweil I’m on 2.13. I went ahead and set you the ics file

      posted in Troubleshooting
      B
      bokchok
    • Error with Outlook Calendar

      I can’t get an outlook calendar to work with the defualt calendar module. The events just won’t show up. The console error is:

      [2020-10-02 22:45:26.002] [ERROR]  Whoops! There was an uncaught exception...
      [2020-10-02 22:45:26.003] [ERROR]  TypeError: Cannot read property 'iana' of undefined
          at getIanaTZFromMS (/home/pi/MagicMirror/node_modules/node-ical/ical.js:108:30)
          at /home/pi/MagicMirror/node_modules/node-ical/ical.js:175:23
          at Object.DTSTART (/home/pi/MagicMirror/node_modules/node-ical/ical.js:457:32)
          at Object.handleObject (/home/pi/MagicMirror/node_modules/node-ical/ical.js:483:39)
          at Object.parseLines (/home/pi/MagicMirror/node_modules/node-ical/ical.js:534:18)
          at Object.parseICS (/home/pi/MagicMirror/node_modules/node-ical/ical.js:590:18)
          at Object.sync.parseICS (/home/pi/MagicMirror/node_modules/node-ical/node-ical.js:190:15)
          at Object.autodetect.parseICS (/home/pi/MagicMirror/node_modules/node-ical/node-ical.js:221:17)
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:79:22)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:185:22)
      

      The config I have for calendar the calendar module is:

                      {
                              module: "calendar",
                              header: "Today",
                              position: "top_left",
                              config: {
                                      calendars: [
                                              {
                                                      //holidays
                                                      symbol: "calendar",
                                                      url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
                                              },
                                              {
                                                      //NEC
                                                      symbol: "music",
                                                      url: "private_url.ics"
                                              },
                                      ],
                                      maximumEntries: 25,
                                      maximumNumberOfDays: 1,
                                      fade: false,
                                      getRelative: 0,
                                      animationSpeed: 1000,
                              }
                      },
      
      
      posted in Troubleshooting
      B
      bokchok
    • RE: Outlook Calendar Wrong Timezone

      Fixed on its own!

      posted in Troubleshooting
      B
      bokchok