Read the statement by Michael Teeuw here.
[New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis!
-
@mmmallday Neat!
-
@mmmallday Nice! Don’t forget to add it to the module list 😀
-
Trying to install this module, and it is asking for Github username/password, is that expected? Reason I am asking is because it fails even after typing that information.
-
@markiper this is the url for git clone
https://github.com/wlans/MMM-Accuweather-Headline
i also fixed the url in the original post
-
@mmmallday you should add a package.json to document the requirement for axios in the node_helper.js
just cause it works today doesnt mean it will in the future (witness all the trouble with the request
library)easiest way to do all that
in your module folder, donpm init -y
npm install axiosthen git add package.json to your repo
commit it
and push to githubyou should also update the readme to insure the npm install
or npm ci is a step of the module installthere are other properties in package.json that would help the 3rd party lister to group your module in the correct place
-
ohhh… i joined late