@MMRIZE
That is great to know. Thanks for the update, no worries.
I actually have RTSPStream up and running now using VLC.
So I am in no rush.
Read the statement by Michael Teeuw here.

Posts
-
RE: Magic Mirror - RTSP not integrated
-
RE: Magic Mirror - RTSP not integrated
@MMRIZE ,
You get that RTSP module to work yet. I am very interested in it since MMM-RTSPStream has quit working altogether for me.
Not sure what I did different this time but even vlc fails to show a picture… -
RE: Magic Mirror - RTSP not integrated
@BKeyport
I have been looking at both and neither will work with my MM.
I thank you for the information though I thought for a bit I could make it work, but I finally just gave up. My head was hurting from all the reading and searching to get it all to work. You must have the patients of Job to get that to work. More likely you understand code WAY better than I do… All this code is way above my understanding… -
RE: Display the specified picture in the specified location
@sdetweil said in Display the specified picture in the specified location:
@plainbroke I give u the option to fill around the picture, color or a blurred version of the pic.
this module doesn’t support multiple instances
and the copy/rename won’t work eitherBummer Sam.
I installed yours and it worked without changing anything in my config.
I was hoping to fool it into working as a double… -
RE: Display the specified picture in the specified location
What are the differances? Maybe switching to yours would let me run a second one again. I used to have one that shows my grandkids and the other our dogs past and present Now I can only get one to run at a time.
Probably need to do some reading about running multiple versions… -
RE: Display the specified picture in the specified location
@sdetweil
original I think https://github.com/roramirez/MMM-ImagesPhotos
Didnt know you had one. i usually stick with what i know. -
RE: Automatically terminate the process after NPM Run serve
@史新瑞 said in Automatically terminate the process after NPM Run serve:
Hello everyone, after NPM run serve you need CTRL + C or something to stop the process, but I want it to stop automatically, what should I do
Try putting a space then & that works for me on a couple of different projects I am running. Like my DHCP server Hope it helps.
-
RE: Display the specified picture in the specified location
@史新瑞
Here is what I use in my config.js file, for an example:{ module: "MMM-ImagesPhotos", position: "middle_center", config: { opacity: 0.9, animationSpeed: 500, updateInterval: 10000, backgroundColor: "black", maxWidth: "500px", maxHeight: "500px", fill: false } },
Hope this is what you where looking for. I find and example really helps me figure out what I am doing wrong or in some cases what I am doing correct.
-
MMM-Cocktails null null null
Hello Again,
Trying to fix some little annoyances like this one where MMM-Cocktails is using null to hold the line spacing, I guess. I left a new issue with the maker a week ago or so, I understand he is not able to communicate at this time with us. I was hoping someone has run into this before and I am just not able to do the correct word search to find the answer.
See the picture for a better explanation… Circled in RED. -
RE: DumbassCats
@sdetweil said in DumbassCats:
@plainbroke you are getting from here, right?
https://github.com/mykle1/MMM-DumbAssCatFacts.gitline 100 is right, I had added a debug line and a blank line.
Yes to your question. I am not sure why because nothing changed overnight, 8pm to 7am next day, but all the sudden it started working. Only thing I can think happened was my internet is hit or miss during really stormy weather and it could not get a good connection to the api provider. If that is even a thing. Which is weird because the RainMap module I have running seems to always work… Oh well problem solved. Not going to worry about it anymore this week.
Thank you for all the help you provide.