Read the statement by Michael Teeuw here.
Netatmo module
-
I know the readme does not state it, but usually a black screen after installing a new module means dependencies are missing.
Please open a terminal
cd ~/MagicMirror/modules/MagicMirror-Netatmo-Module npm install
Then try to re run your magic mirror.
-
I did, thanks. In my case the path is different
cd ~/MagicMirror/netatmothe command took about a 2 mins, I did restart Raspberry, run Magic - still the same. There is no error during starting Magic, last row is Launching application
disabling module in configure.js (by //) make Magic working properly
BR, Zdenek
-
@zdenek you have to install modules in the path
~/MagicMirror/modules
as yawns mentioned, otherwise the system cant find the module -
Yes, my mistake, folder
netatmo
is correct, but it needs to be inmodules
Could you please start your mirror with
npm start dev
, open the console in your browser by pressing F12 and check for any errors there? -
@strawberry-3.141 seems to be right. By running @yawns command I can see that there is row src=“modules/netatmo//netatmo.js”
with error 404may I simply copy/paste to modules folder? Or have tu run again from github? and the command will be:
git clone https://github.com/CFenner/MagicMirror-Netatmo-Module.git modules/netatmo
?
ZdenekP.S.: simple copy/paste works. Thanks guys
-
Hi Zdenek,
I just installed the Netatmo-Module, but I can’t get the “refresh_token” vial Hurl-it.
I always get an “400 Bad Request”.Where ist the trick?
Maybe it’s because I don’t know what the “gant_type” “password” is supposed to be?
Thank you for your help.
KC -
@Kai-Christoph To be honest, I´m newbie. I just followed the instructions. 1st - registered app and get appID and appSecret. Than insert URL to Hurl-It and add all mentioned parameters.
“gant_type” - it´s I guess typo - should be ““grant_type””
And it´s not a variable. The name of the parameter is ““grant_type”” and the Value is “password” - I guess, it´s a definition, that authentication will be done via username+password (probably there are other way - certificate? PIN? don´t know)BR, Zdeněk
-
@zdenek Hihihihihi! The missing “r” was the key! Thanks for your hint!
Cheers
KC -
Sorry for late Reply on this old Thread, buuuut…
I got everything installed very quick and get it started. But its loading and loading and loading…i dont get any Information from my Netatmo Station…i started it also with “dev” and got no errors or anything else…
What i’ve done wrong?
Refresh Token? I used the Login credentials from my dev account, maybe thats my mistake?Thanks for your help
PS: How to use moduleOrder? I dont know how to use/insert into config ;) (Newbie)