MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Office365 Calendar issue

    Troubleshooting
    2
    9
    140
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SdR last edited by

      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?

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @SdR last edited by sdetweil

        @SdR can u add ‘Debug’ to the logLevel list in config.js and run mm again.

        It will output to to console if u use npm start or to the logs if you use pm2

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • S
          SdR last edited by

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

          1 Reply Last reply Reply Quote 0
          • S
            SdR last edited by

            @sdetweil can you help?

            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @SdR last edited by

              @SdR come on,

              line in config.js

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

              add

              "DEBUG"
              

              to that list

              Sam

              Create a working config
              How to add modules

              S 1 Reply Last reply Reply Quote 0
              • S
                SdR last edited by

                @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.

                1 Reply Last reply Reply Quote 0
                • S
                  SdR @sdetweil last edited by

                  @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

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sdetweil @SdR last edited by

                    @SdR that (no debug) means uvare not running the develop branch fixes

                    Sam

                    Create a working config
                    How to add modules

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      SdR @sdetweil last edited by

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

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy