noone knows?
Read the statement by Michael Teeuw here.
Posts
-
Grunt?
Dears
I tried to update. “git pull” - ok. “npm install” - warning: grunt-yamllint@0.2.0 requires a peer of grunt@-0.4.0 but none was installed.I´m noob - i´ve n idea, what´s going on. Can someone help me plz?
Thanks
Zdenek -
RE: Netatmo module
@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
-
RE: Netatmo module
@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
-
RE: Netatmo module
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
-
Netatmo module
Hi all
I´m newbie, I´m trying to get running Netatmo module. What I´ve did:- installed latest Magic Mirror
- installed latest upates and upgrades
- customized default modules
Until now everything OK
followed https://github.com/CFenner/MagicMirror-Netatmo-Module
- get from github
- registered new app on Netatmi API, get ClientID and Client secret
- sent POST request to Hurl.it, got valid response with “access_token” and “refresh_token”
- CTRL+C & CTRL+V entered Module section to .js including ID, Secret and Refresh_token
After run Magic mirror I´ve got black screen with yellow sign in top-right corner.
any idea, what´s wrong? or how to verify, settings?
thanks for help
Zdenek