Giter VIP home page Giter VIP logo

Comments (13)

thobach avatar thobach commented on August 14, 2024 1

I fixed the error logging for invalid configuration parameter. Could you please navigate to ~/MagicMirror/modules/MMM-MicrosoftToDo and perform a git pull, restart the Magic Mirror and let me know wich error messages you are seeing now? Thanks!

from mmm-microsofttodo.

 avatar commented on August 14, 2024

Hello do you know why i have this message please ?

You need to follow the instructions at the bottom, and disable electron web security.

from mmm-microsofttodo.

thobach avatar thobach commented on August 14, 2024

With the latest version disabling electron web security is not needed anymore.
Do you still have the issue? Maybe the configuration parameters are incorrect, I suggest to check logs to see if you have any related error message.

from mmm-microsofttodo.

macbenoit avatar macbenoit commented on August 14, 2024

I dis the électron desactivation but still havé the problème, where can i see the logs plz?

from mmm-microsofttodo.

thobach avatar thobach commented on August 14, 2024

With the latest update of the module you don't need the electron web security deactivation.
Please navigate to the "MagicMirror/modules/MMM-MicrosoftToDo" folder, run "git pull" and then restart and show server side logs e.g. with "pm2 stop mm && pm2 start mm && pm2 logs mm".
If you open the Magic Mirror in your browser, e.g. "http://192.168.0.15:8080" (depending on your local IP), you can see the logs with "Command+Option+J" (Chrome macOS), or "Control+Shift+J" (Chrome Windows/Linux).

from mmm-microsofttodo.

macbenoit avatar macbenoit commented on August 14, 2024

Hello thank you so much it works great just after the git pull, can you explain it to me ?

from mmm-microsofttodo.

JulianoSGomes avatar JulianoSGomes commented on August 14, 2024

I had this problem using task list ID from a list created by the Web https://to-do.microsoft.com/ , generating a short url like

.../tasks/l-1x7n370onxl

so i created a list through "Microsoft To Do, Android app" and it's generated a long url like

.../tasks/AQMkADAwATZiZmYAZC1kMjE2LTIwNzMtMDACLTAwCgAuAAADgek7Jnf5y06rGrH3CR07ygEAoS5yi6HuqEmGF7U_zbAvGwADU_ndfAAAAA==

using task list ID from longest url, i solved my problem.

from mmm-microsofttodo.

sgarg15 avatar sgarg15 commented on August 14, 2024

Hey, so i did everything and i am having this issue, i tried git pull as well and it says that its already up to date does anyone know why?

from mmm-microsofttodo.

ClausMunch avatar ClausMunch commented on August 14, 2024

I'm also unable to load the list. I get this in my Chrome log:
MMM-MicrosoftToDo.js:20 Uncaught (in promise) TypeError: Cannot read property 'length' of null at Class.getDom (MMM-MicrosoftToDo.js:20) at main.js:111 at new Promise (<anonymous>) at updateDom (main.js:110) at Object.updateDom (main.js:520) at Class.updateDom (module.js:358) at Class.socketNotificationReceived (MMM-MicrosoftToDo.js:61) at module.js:246 at r.<anonymous> (socketclient.js:30) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:24) at r.onpacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83) at r.ondecoded (index.js:83) at a.<anonymous> (index.js:83) at a.r.emit (index.js:83) at a.add (index.js:83) at r.ondata (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83) at r.onPacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83) at r.onPacket (index.js:83) at r.onData (index.js:83) at WebSocket.ws.onmessage (index.js:83) getDom @ MMM-MicrosoftToDo.js:20 (anonymous) @ main.js:111 updateDom @ main.js:110 updateDom @ main.js:520 updateDom @ module.js:358 socketNotificationReceived @ MMM-MicrosoftToDo.js:61 (anonymous) @ module.js:246 (anonymous) @ socketclient.js:30 r.emit @ index.js:83 r.onevent @ index.js:83 MMSocket.self.socket.onevent @ socketclient.js:24 r.onpacket @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.ondecoded @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 a.add @ index.js:83 r.ondata @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.onPacket @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.onPacket @ index.js:83 r.onData @ index.js:83 ws.onmessage @ index.js:83

from mmm-microsofttodo.

mirko3000 avatar mirko3000 commented on August 14, 2024

Same for me, followed the exact procedure, but it seems not to load the list. Even if I ommit the listId, it gives me a different error in node_helper, also it seems not to retrieve any list.

Any idea?

from mmm-microsofttodo.

mirko3000 avatar mirko3000 commented on August 14, 2024

Ok, after debugging the REST response I got the issue:
"MailboxNotEnabledForRESTAPI" - REST API is not yet supported for this mailbox.

So it seems this approach only works for Office365 accounts - I am using an old outlook.com account.

from mmm-microsofttodo.

codingwatermelon avatar codingwatermelon commented on August 14, 2024

EDIT: 4/30/20
I rebooted the Pi and it started working.


hey there, having the same issue (stuck on Loading Entries...) but nothing related to this module is showing up in the console log (I am currently up to date as of 4/28).

Is there a way to test that the authentication portion (from client ID, secret, etc.) works (perhaps you have a quick command line call that will rule out any error with this)?

from mmm-microsofttodo.

thobach avatar thobach commented on August 14, 2024

Based on no more updates about this issue appearing, I'm closing the issue for now. Please reopen with the error message you see if the issue still persists, thanks!

from mmm-microsofttodo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.