A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Black screen when insert https://github.com/paphko/mmm-weatherchart
-
@prototype0815 better solution, download my fork of the module with both fixes
stop your magicmirror
cd ~/MagicMirror/modules mv mmm-weatherchart mmm-weatherchart.original git clone https://github.com/sdetweil/mmm-weatherchart.git cd mmm-weatherchart npm install cd ~/MagicMirror npm start
-
Hey guys thank you all for your help! The sdetweil fork is working very well if “del” is installed too.
:handshake: :thumbs_up: great community -
@prototype0815 said in Black screen when insert https://github.com/paphko/mmm-weatherchart:
if “del” is installed too
what does that mean? del was added to the package.json file and should have been installed when u did the new npm install after cloning my repo…
"dependencies": { "del": "^5.1.0", "request": "latest" }
-
I did exactly what you had written, but the weatherchart didnt work.
I had to install “del” separately after --> “cloning your repo and use npm install” -
@prototype0815 thx… weird…
thats the whole point the dependencies section