Read the statement by Michael Teeuw here.
MMM-Netatmo updated
-
-
@kasperinline Have you tried to create new credentials via the Netatmo web portal?
https://dev.netatmo.com/ I am using a fork of this module and have clientId,
clientSecret, accessToken, new
created. With this, the query of the Netatmo data works again. -
@Tribun
Are you using a module from CFenner?
There is no accessToken input in this module. Only clientId and clientSecret are entered.
Have you made regenerate your client id and client secret in your application on the Netatmo website?
And entered new data into the module settings and everything worked?(In addition to the problem with authorization in the Netatmo module in the Magic mirror, I have the same problem with authorization in the RainMachine auto-watering device. There, too, the login\password and client id and client secret are entered. Creating a new application on the Netatmo website and entering new data in the RainMachine settings did not help with authorization…)
-
@Laz Sorry, I got the module wrong, I used RaymondMolenaar’s module. There it was enough to recreate the module data on the Netatmo developer homepage and to exchange the data in config.js. A few months ago I recreated the access data because the module was no longer working properly, something was probably wrong with the API at the time Netatmo changed.
I have the new data "clientId: "
"clientSecret: "
“refreshToken:”
“accessToken:”
inserted into the config and the module works again. -
@Tribun
Thank you
Did you create an app on the https://dev.netatmo.com/apps/ website?I tried to put the RaymondMolenaar module once.
Here above (September 27, 2022) I wrote about my problem…
How did you get token ?
On the Netatmo application page, it is not clear which token should be used… ((
-
@Laz
At choose scopes: select “read station” and press generate token, you will get the “refreshToken:” and
“accessToken:”Enter all newly created values in config.js after that it should work again.
-
-
Hi All, thanks for the support provided in this forum here. Awesome!
I’m following all what is said here: got “refreshToken”, “accessToken” via the Netatmo page, entered it in the config.js exactly as stated here. Nevertheless, the module won’t show up on the mirror - just a small circle beneath the header.
Am I missing “something”, a specific setting for the mirror? The RBpi is not publicly accessible from the internet, no web hook URI, no direct URI configured.
Any help appreciated! The Netatmo module is the feature why we have the MM2!
-
@Mitch_66 I found the solution to my problem: once I inserted the moduleOrder parameter, the module showed up. As it isn’t marked as “required”, I didn’t put it in the first place.
Maybe helps somebody having the same issue
-
@Mitch_66
Good afternoon!
Please show your config in this module. I also prescribed this parameter, but my Netatmo module does not appear… (((