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?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA - Another Weather Module
-
RE: MMM-NOAA - Another Weather Module
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) -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@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
-
What are your top3 modules?
Hi all,
what are your top3 modules you can’t live without?Beside the very useful standard calendar and weather forecast module i love this three ones:
- MMM-Fritz Call Monitor (shows a incoming telephone call with name, if the number is saved)
- MMM-RTSPStream (shows a stream of a network attached camera)
- MMM-Todoist (displays you to list from todoist)
Please share your most important modules and strip it down to only 3.
-
RE: What kind of glass do you use for your MagicMirrors?
@Barbarian said in What kind of glass do you use for your MagicMirrors?:
So I am almost done with the development of my MagicMirror
haha.
Sorry dude, thats just a dream. You will never be done with it™. And thats the fun thing about this.
Some crazy guys here are developing such nice things, that you always want to “upgrade”, or even make it better.Maybe it would be helpful to write done the country you are living in, to give you more local specific tips.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
added the pkill commands but it does not work. It does not kill the apps.
From time to time, the feed disappears. Have not yet found when and why.
Sometimes it runs 2 days without problems, the other day it only lasts for some hours.
Weird.Only thing what helps is currently a reboot of the whole pi.
Since it was to complicated to log in on a device to give the reboot command, i set up a
Amazon Dash Button and placed it right next to the mirror.
So my wife can reboot the mirror with just a simpleorder-click. ;)Hopefully the OMX version will become more stable sooner or later.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Thanks for the explanation.
It was already working, but i could not see the stream remotely within a VNC session (the ffmpeg stream was visible).
It works perfect now. No delay, and way sharper.
But…
If i restart the mirror because of changes in the config, i get a blank black screen.
The omxplayer does not stop completely. One instance is still running and is not killable.Additionally it seems that something kills the DNS of the pi. (Could be something else, but i guess it starts by adding your module).
Now the stupid thing. if i restart the service with “dhclient”, the name resolution works again, but i need to restart the mirror, that the scripts are loading.
If i restart the mirror, dns is not working anymore. (etc/resolve.conf is correct)It would really helpful if the omxplayer would shutdown completely if i
pm2 stop mirror.sh
or
pm2 restart mirror.sh
to not get a blank screen.Above all this, i love the module and appreciate your work. Thanks a lot.
WAF is really huge for this great addon ;) -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Do i understand correctly?
Local Player means that it only can playback a source, directly installed at the pi?
No source from a wlan attached ip cam?Tried the wip branch for my IP cam, since the ffmeg player uses 100% and has 6 seconds delay in my case.
With the omx player i do not get a picture anymore. (At least i do not have a complete black screen anymore ;) ) -
RE: Mirror is turning off since today after some minutes
So it is definetly related to either pm2 or the MM application.
If i stop the mirror with “pm2 stop mirror.sh” the normal pi desktop is shown and the screen does not go offline.
The status light of the monitor is always “online”, even if there is no picture shown anymore.
I can always revive the screen (for some minutes) with the above bash script.I really can’t get it, whats causing this.
i checked the crontab -e file (also as sudo) there is just a
@reboot script for the mirror to autostart after a reboot
and two scripts for switching the monitor off at 10pm and switch on at 6.45am. This is working.Any suggestions?
It started after testing with a pir sensor. This sensor is meanwhile disconnected physically.