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

    Posts

    Recent Best Controversial
    • Mirror Pricing

      Hi, Can anyone give some example prices for the two way mirror?

      I’m in Australia and have been quoted about $220 (to $500) for glass and $160 for acrylic.
      (AUD - Australia dollars of course)

      Sizing is abor 500x300 for a 22" monitor. Are these prices normal or should I be able to find something cheape?

      Also, if anyone has good places to buy from is Australia that would be great :)

      Thanks!

      posted in Hardware
      C
      clumsy_ninja
    • RE: Calendar Not Loading

      Bump, anyone? Should I put an issue ticket in GitHub?

      posted in Troubleshooting
      C
      clumsy_ninja
    • Calendar Not Loading

      Hi, I’m having trouble getting my Calendar to load in the default calendar module.

      i have checked the link the and curl/wget downloads it just fine however when MM starts it just shows “Loading…” forever.

      I have two calendars, a google calendar and a office365 calendar. The google calendar loads fine but the office365 displays the issue above.

      Here is my obfuscated config file.

       {
                              module: 'calendar',
                              header: 'Calendar',
                              position: 'top_left',
                              config: {
                                      maximumNumberOfDays: 14,
                                      calendars: [
                                              //{
                                              //      symbol: 'home',
                                              //      url: 'https://calendar.google.com/calendar/ical/username%40gmail.com/private-4342c3561aea50c145ab3ab8320a/basic.ics'
                                              //},
                                              {
                                                      symbol: 'home',
                                                      url: 'https://outlook.office365.com/owa/calendar/cd2245088f5b4dbfa64ef416b080@company.com.au/cf65756c71a8465e97bb5470c536cce55697333579349617917$
                                              }
                                      ]
                              }
                      },
      

      When i start it with the google one uncommented it loads google fine, but no office365.
      When i start it with the google one commented out, I get:

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0  npm start
      
      > magicmirror@2.0.0 start /home/pi/MagicMirror
      > electron js/electron.js
      
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper ...
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ...
      Server started ...
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Create new calendar fetcher for url: https://outlook.office365.com/owa/calendar/cd2245088f5b4dbfa64ef28e2416@company.com.au/cf65756c71a8465e97bb5470c536cce55697333579349617917/calendar.ics - Interval: 300000
      Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      Create new news fetcher for url: http://feeds.smh.com.au/rssheadlines/top.xml - Interval: 300000
      Whoops! There was an uncaught exception...
      TypeError: curr.start.toISOString is not a function
          at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39:40)
          at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:257:41)
          at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:298:20)
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:24)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:186:22)
          at emitTwo (events.js:106:13)
          at Request.emit (events.js:191:7)
          at Request.<anonymous> (/home/pi/MagicMirror/node_modules/request/request.js:1060:10)
          at emitOne (events.js:96:13)
          at Request.emit (events.js:188:7)
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      

      Thanks in advance.

      posted in Troubleshooting
      C
      clumsy_ninja
    • RE: Calendar - maximumNumberOfDays

      @bhepler Thanks for you reply, I’m glad you got it to work in the end :)

      I was in the middle of writing a big response and had my config file pasted in and everything and then…
      I realised i had it set in a layer to high, in the module config rather than the calendar config (facepalm) :(

      anyhow, its working now so Yay!! haha

      posted in Troubleshooting
      C
      clumsy_ninja
    • Calendar - maximumNumberOfDays

      Hi,

      I’ve configured the default calendar to use my google ical but i wanted to use the maximumNumberOfDays option to limit it to show two weeks (14 days).

      After restarting the app it showed no difference though. has anyone else had this option working or not working? or anything special that needs to be done?

      Thanks in advance!

      posted in Troubleshooting
      C
      clumsy_ninja
    • RE: TypeError: curr.start.toISOString is not a function

      I’m just starting with my MagicMirror today and am also having this issue.
      I have two calendars,

      1. Office 365 - gives this issue
      2. google - loads, but doesn’t display all events in my calendar
      posted in Troubleshooting
      C
      clumsy_ninja
    • 1
    • 2
    • 3
    • 3 / 3