try
npm install coffee-script -g
and then the rest of the apps in the warning
try
npm install coffee-script -g
and then the rest of the apps in the warning
great tutorial. Will give it a try later on.
I made the complicated way around it and created a VirtualMaschine with Debian, with a standalone MM installation.
This natively running thing is way better. Thanks
sounds interesting. Do you control it with a touchscreen?
Can you maybe upload a screenshot how it looks like?
i made exactly what you described, but i launch the two scripts (one for off and one for on) via the crontab.
Go again trough the MM install description for the pi and check all settings again.
i made a error and put one line in the wrong place and had similar problems like you. Since i double checked it, everything is fine
my fork looks like this.
Almost anything is hardcoded or directly changed in the code since i am to lazy and just made it for my needs ;)
alert and update module disabled -> problem solved ;)
cool. thanks for the explanation.
So what can i do, if i do not want to update, because it would overwrite my changes, but get rid of the “please update the MMM-NOAA module” message on the mirror?
is there a git command to ignore local changes?
can you explain what else you have changed?
Since today the module is stuck at “Gathering weather data”.
The mirror tells me, that there is a update, and i should upgrade.
Since i made massive manual changes in the module on many different places to fit my needs, i don’t really want to do it all over again.
So it would be helpful to know, what lines changed so the great module works again.
I am not really into the git thing, so i don’t know how i can compare the changes (if possible)
@Niggich
Change the css file in the module folder like this
.MMM-RTSPStream .innerWrapper {
position: relative;
width: 352px; /* Video width + 2*border + 2*padding */
height: 242px;
/* border: 1px solid white; */
/*float: left;*/
display: inline-block;
text-align: center;
margin: 15px;
}
the line “border: 1px solid white;” needs to be adujsted or uncommented like in my case