Re: MMM-CalendarExt3
How do I move the date number to the bottom left or right of the days box. Instead of the upper right, I would like the bottom right.
I can not figure out what the correct syntax is to do this.
Help,
Thank you.
Re: MMM-CalendarExt3
How do I move the date number to the bottom left or right of the days box. Instead of the upper right, I would like the bottom right.
I can not figure out what the correct syntax is to do this.
Help,
Thank you.
@alex2
MMM-WebVeiw worked for one camera but I can not get more than one instance to run Like i do with MMM-RTSPStream but I had to go back to the OS before bullseye.
@scumbelly
Did you ever get the V3 cam to work with MagicMirror?
Did you find a module that works with the Wyze Cams?
I would like to run multiple instances of the module MMM-WebView.
That way I can get away from the RTSPStream module that is a pain to keep running and slow to load with a heavy load on the Raspberry Pi.
But my skill level is not good enough to figure out how to do so.
Re: MMM-Snow - Yet another Snow Module
Ok all is there a way to color the rain blue and the hearts red. Also can I run more than one at a time like rain and hearts or rain and snow at the same time in this module? Just curious more than anything.
If so HOW.
Wish I could figure out the CSS stuff. Sometimes it seems so simple and others I have no clue how to even begin.
My crontab -e looks like this.
00 08 * * * pm2 restart mm
30 21 * * * pm2 stop all
I have my background set to black and the desktop bar set to black, and the smallest icon size so when the pm2 stop all runs it looks like a blacked out screen with a few little bitty icons showing for walking around in the dark night light.
Then in the morning it restarts mm. This way it is not running the SSD or memory card all night adding to the read write times.
@wishmaster270
Ok that might work out for the 1 camera I am wanting to show on the screen. Does MM support JavaScript or while I need to add it as a dependency?
@wishmaster270
Will this module support RSTP camera website?
Example:
rstp:/192.168.1.31:554/live ?
Does anyone know how to remove the “null null” from MMM-Cocktails
see “thumbnail”
@BKeyport said in Magic Mirror - RTSP not integrated:
@plainbroke https://github.com/MMRIZE/MMM-RTSP is where he kept his attempt.
It’s still there for now. :)
Hey,
I pulled that to my mirror but all I get is the header. Which tells me I have something wrong in my config file but, He did not put much for how to setup the config file… I know the module is working since it shows the header on my mirror, just not the actual rtsp of the camera.
Do you have time to show me what I need to setup in the config file?
Here is what I put in my config.js file.
{
module: "MMM-RTSP",
position: "middle_center",
header: "RTSP - Garage",
config: {
streams: [
{
rtsp: "rtsp://admin:admin@192.168.1.35:554/live",
}
],
wsPort: 2000, // should be unique.
startStreamId: 1,
}
},
Are you using Pages or Carousel?
That happens if there is a missing comma or some kind of error in your config.js file …
@wishmaster270
I used the second one and removed the animation it is big enough on my screen now we can read it from across the living room. Much appreciate the wisdom you have imparted on me. Waiting for Sunday to see if need the animation part of the css code.
@stroo333
Did you ever get an answer from the developer of this module?
I really would like to be able to resize it also.
Plus the sunday comic not scrolling, resize would be a plus there too.
@Egnos
Sorry, I do not use the bluetooth feature at all on my MM, so I am of no help in that area…
@Egnos
I have one camera show at a time using mmm-carousel, they use the full screen one at a time in various places in my line up of modules. I have 40+ modules running on my Mirror .
module: "MMM-Carousel",
config: {
transitionInterval: 43000,
ignoreModules: ["MMM-DynamicWeather", "MMM-ModuleScheduler"],
mode: "slides",
slides: [
["MMM-CalendarExt3"],
["calendar", "clock", "compliments"],
["facts", "clock", "compliments"],
["iFrame"],
["MMM-ATM", "clock", "compliments"],
["MMM-Bored", "clock", "compliments"],
["MMM-RTSPStream"],
["MMM-CalvinAndHobbes", "clock", "compliments"],
["MMM-CloneWarsQuotes", "clock", "compliments"],
["MMM-Cocktails", "clock", "compliments"],
["MMM-covid19", "clock", "compliments"],
["MMM-DailyQuote", "clock", "compliments"],
["MMM-DarkSkyForecast", "clock", "compliments"],
["MMM-Dogs", "clock", "compliments"],
["MMM-DumbAssCatFacts", "clock", "compliments"],
["MMM-RTSPStream2"],
["MMM-EARTH", "clock", "compliments"],
["MMM-Evil", "clock", "compliments"],
["MMM-EyeCandy", "clock", "compliments"],
["MMM-Gas", "clock", "compliments"],
["MMM-GmailFeed", "clock", "compliments"],
["MMM-History", "clock", "compliments"],
["MMM-icanhazdadjoke", "clock", "compliments"],
["MMM-ImagesPhotos", "clock", "compliments"],
["MMM-RTSPStream3"],
["MMM-MotionEye"],
["MMM-MyWordOfTheDay", "clock", "compliments"],
["MMM-NetworkScanner"],
["MMM-NFL", "clock", "compliments"],
["MMM-Oneliner", "clock", "compliments"],
["MMM-OpenWeatherForecast", "clock", "compliments"],
["MMM-quote-of-the-day", "clock", "compliments"],
["MMM-RTSPStream4"],
["MMM-RAIN-MAP"],
["MMM-rfacts", "clock", "compliments"],
["MMM-SimpleLogo", "clock", "compliments"],
["MMM-SingleStock", "clock", "compliments"],
["MMM-Todoist", "clock", "compliments"],
["on-this-day", "clock", "compliments"],
["random_quotes", "clock", "compliments"],
["MMM-RTSPStream5"]
@Egnos
I use MMM-RTSPStream I have 5 separate instances running, without any issues as long as the cameras are up and running.
@Egnos
Use sdetweil’s backupRestore module it makes it pretty easy to reinstall it all into a working order and it saves your config.js and custom.css very important in my case I do not want to ever go through all the hours spent trial and error testing to get my mirror the way I wanted it…
@Egnos
I am currently using the latest Buster with 5 different rtsp cameras ( i use carousel) and I have no problems viewing them.
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Just my 2 cents. Unless someone much smarter than me can fix Omxplayer in Bullseye. I have resigned myself to stay on Buster until I can’t anymore…