Thomas Bachmann
Thomas Bachmann
I just tried on the latest version of magic mirror (v2.27.0) also with a newly generated app and it still works fine for me. Does anyone have some server and...
I addressed the issue of https://github.com/thobach/MMM-MicrosoftToDo/issues/104, please try it with the latest commit. Thanks!
@Vispercept Thanks for your hint. I'm using raspbian and replacing `NODE_EXEC=$(which node)` with `NODE_EXEC="/usr/local/bin/node"` worked for me.
Check out the node_helper.js file as well, which contains the code that parses the response from the Microsoft server and makes it available to the Magic Mirror client. E.g. https://github.com/thobach/MMM-MicrosoftToDo/blob/master/node_helper.js#L252...
Can you tell me in which step (and share a screenshot) you struggle to obtain the Client ID? I just created a new registration and was able to obtain a...
Can you try to login at http://portal.azure.com with a personal live account created at https://signup.live.com/ ? I created different test accounts this way in the past without requiring a credit...
It seems you need to: 1. create an Azure Subscription at https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=portal, where you need to provide your credit card details, and then 2. create an app registration at https://portal.azure.com/?quickstart=true&feature.tokencaching=true&feature.internalgraphapiversion=true#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade...