Read the statement by Michael Teeuw here.
Need to npm install valid-url everytime I deploy MM
-
Hi there.
I love MM but I have a problem where everytime before deploying the container I have to edit the config and set the module calendar to disabled{ disabled: true, module: "calendar", header: "Cal", position: "bottom_right", config: { calendars: [ { symbol: "calendar-check", url: "mycal" } ] } },
then after starting the container I go into the container
npm install valid-url
then I get prompt and need to
npm audit fix
After all that I edit the config again and set the module calendar to enabled and everything works fine
{ disabled: false, module: "calendar", header: "Cal", position: "bottom_right", config: { calendars: [ { symbol: "calendar-check", url: "mycal" } ] } },
Without doing that the container won’t work.
How can I fix that?
-
calendar hasn’t used valid-url for almost a year.(2.16).
That would make sense as I had this problem for quite a while everytime I was moving docker volumes between devices but I decided to ask for help just today.
I removed/modules/default
added dns entry to docker-compose as my calendar module could’t reach google and it is working now.
Thank you -
@gggg1981gggg audit fix is unnecessary. nothing we can do about libs using libs using libs.etc that have old code. fix usually caused more problems than it fixes.
calendar hasn’t used valid-url for almost a year.(2.16).
-
calendar hasn’t used valid-url for almost a year.(2.16).
That would make sense as I had this problem for quite a while everytime I was moving docker volumes between devices but I decided to ask for help just today.
I removed/modules/default
added dns entry to docker-compose as my calendar module could’t reach google and it is working now.
Thank you