Read the statement by Michael Teeuw here.
MMM-Tado - Tado API Login no longer working (403 error) — any fix?
-
@sdetweil I’ve now reinstalled it from this site. I can’t find the URL in the logs.
-
@JoeFranz how are you displaying the logs?
-
@sdetweil pm2 logs MagicMirror
-
@JoeFranz probably need more lines
pm2 logs MagicMirror --lines=100
-
@sdetweil said in MMM-Tado - Tado API Login no longer working (403 error) — any fix?:
pm2 logs MagicMirror --lines=100
OK, the URL is now displayed :-)
I’ll try it out, thanks! -
@sdetweil Hi i reinstall the hole MM Software and use the daydy16 Tado Version but from the beginning with alle the config i became this error
what i do wrong
-
i Spend now 4 Nights with Chatgpt without Outcome. Only the handle Version change the Bearer works great.
-
@chichi1887 said in MMM-Tado - Tado API Login no longer working (403 error) — any fix?:
i Spend now 4 Nights with Chatgpt without Outcome. Only the handle Version change the Bearer works great.
Did you find a solution?
Thank you. -
@det I have the same problem.
-
This is my solution. Just install the https://github.com/daydy16/MMM-Tado
In the config file:{ module: 'MMM-Tado', position: 'bottom_left', // This can be any of the regions. config: { updateInterval: 900000 // miliseconds-15minutes-96times per day < 100 } },
After you launch your Mirror with “node --run start”, you receive in the terminal this:
MMM-Tado: Device authentication required. Please visit the following URL: https://login.tado.com/oauth2/device?user_code=XXXXXX
You put that URL in your browser and submit the code. That’s it.
Hope it helps!