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

Posts

Recent Best Controversial
  • RE: Office365 Calendar issue

    @sdetweil ok so what do I need to do to provide you the information you need?

    posted in Troubleshooting
    S
    SdR
    Jan 2, 2021, 5:20 AM
  • RE: Office365 Calendar issue

    @sdetweil said in Office365 Calendar issue:

    @SdR come on,

    line in config.js

    logLevel: ["INFO", "LOG", "WARN", "ERROR"],
    

    add

    "DEBUG"
    

    to that list

    I added it in config.js at this location;

    */

    var config = {
    logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”,“DEBUG”],
    address: “localhost”, // Address to listen on, can be:

    I will send the result in PM, but I don’t see any DEBUG line in pm2.log

    posted in Troubleshooting
    S
    SdR
    Dec 22, 2020, 7:33 AM
  • RE: Office365 Calendar issue

    @sdetweil tnx…

    regarding “@SdR come on”… I’m no pro in Raspberry… doing all by google…and trial & error. So yes I need some help with this…

    Will add it tomorrow and let you know the results.

    posted in Troubleshooting
    S
    SdR
    Dec 21, 2020, 1:27 PM
  • RE: Office365 Calendar issue

    @sdetweil can you help?

    posted in Troubleshooting
    S
    SdR
    Dec 18, 2020, 7:31 AM
  • RE: Office365 Calendar issue

    @sdetweil Yes, I can, but can you provide an example how to do that in the config.js file

    posted in Troubleshooting
    S
    SdR
    Dec 15, 2020, 12:53 PM
  • Office365 Calendar issue

    There is a strange issue with MM 2.13 and Calendar for Office365 users.
    I have already applied the calendar fix, but the following;

    I have placed the calendar.ics file in the config.js as required and it is showing me calendar topics.
    The thing is it is only showing recurring calendar topics, it will not show daily calendar topics that are not recurring.

    Checked the error logs, but nor error as well.

    Any idea?

    posted in Troubleshooting
    S
    SdR
    Dec 15, 2020, 8:03 AM
  • RE: Calendar iCAL not working since 2.13 update

    @sdetweil

    I was just mentioning that :D but you already noticed…
    I have done accordingly, and now it works fine again…after a reboot…

    Tnx!

    posted in Troubleshooting
    S
    SdR
    Oct 5, 2020, 12:46 PM
  • RE: Calendar iCAL not working since 2.13 update

    This did not solve the issue… mv command did not work as there was nothing to rename.
    so cloned it and ran install and it created a folder under ‘modules’ which was not there before.

    rebooted and still the same result

    posted in Troubleshooting
    S
    SdR
    Oct 5, 2020, 7:41 AM
  • Calendar iCAL not working since 2.13 update

    Hi,

    Everything worked fine regarding my O365 caledar items via iCal, but since the update to version 2.13 it stopped working. It is not an internet connection issues as suggested and when following the link in my config file as HTTPS it downloads the .ical file… don’t really understand it as it has always worked… below the error log where it does states some issues regading ‘iana’;

    [2020-10-04 14:47:48.881] [ERROR]  (node:800) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    [2020-10-04 14:47:48.882] [ERROR]  (node:800) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    [2020-10-04 14:47:50.611] [ERROR]  Whoops! There was an uncaught exception...
    [2020-10-04 14:47:50.613] [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)
    [2020-10-04 14:47:50.617] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    [2020-10-04 14:47:50.618] [ERROR]  If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    [2020-10-04 14:53:24.284] [ERROR]  Whoops! There was an uncaught exception...
    [2020-10-04 14:53:24.284] [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)
    [2020-10-04 14:53:24.285] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    [2020-10-04 14:53:24.285] [ERROR]  If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    
    posted in Troubleshooting
    S
    SdR
    Oct 4, 2020, 1:08 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy