@evroom
You are correct sir,
I had done a git pull and forgot about it on all modules.
Yours updated me to 2.0 version and my config was from the 1.0 version.
Fixed me right up.
Thanks for your help.
Really appreciated.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-MPlayer
-
RE: MMM-MPlayer
@evroom
Version 2
I will reload it and try again.
Thanks for the information. -
MMM-MPlayer
Anyone else having trouble with MMM-MPlayer?
All the sudden I can not get it to see my camera’s, 7 of them and I have tested they all work in VLC on my laptop… I know its kind of like comparing apples to oranges.
Any Ideas. Here are How i install it.
In the home directory /home/pi
sudo apt install -y mplayer
Then I do in ~MagicMirror/modules
git clone https://github.com/evroom/MMM-MPlayer.git
Then in my Config.js{ module: "MMM-MPlayer", // disabled: true, position: "top_left", header: "", config: { useTwoWindows: false, //true, layout: "row", monitorAspect: 0, rotate: -1, windowSize: { width: 1860, height: 920 }, windowPosition: { x: 5, y: 5 }, streamInterval: 20000, streams: { window1: [ "rtsp://admin1:admin1@192.168.1.40:554/stream1", "rtsp://admin1:admin1@192.168.1.42:554/stream1", ], } } },
Help me I have fallen down a rabbit hole I think…
Raspberry Pi 4 w 4gb ram
Bookworm fully updated.
MagicMirror latest version 2.32 I think.it is.PS:
It was working on this exact setup 3 days ago, but after it came backup after pm2 stop @9pm and pm2 restart @7am, it did not work… It does it automatically, happens every day. -
RE: MagicMirror² installation and setup scripts
@sdetweil
What do you mean by using a parm?
Like apply/MM ? -
RE: MagicMirror² installation and setup scripts
@sdetweil said in MagicMirror² installation and setup scripts:
I thought as much, about the renaming it back to MagicMirror, upgrade and put it back to MM.
I have moved the mm.sh out to the home/pi directory, and fixed it to see the correct directory. Then I fixed the mm.json to point to the mm.sh in home directory.
That way I can only have to fix the mm.sh each time.
Simple enough
Don’t think about it too much… It was just a thought… -
MagicMirror² installation and setup scripts
@sdetweil
Hey Sam,
on your install and update scripts is there a way to change the directory for installation? IE I would like to change the MagicMirror folder to MM on one pi
and CM on another. Just curious. I pulled down your raspberry.sh and replaced everything MagicMirror with MM and it installed but then I tried a git pull and it did not work. I did have to change the mm.sh in the installers directory, to look at MM instead of MagicMirror… then do a pm2 delete all and a pm2 start mm.sh then pm2 save and it works now… Just playing around, but got me to thinking. NOT A GOOD THING sometimes… LOL -
RE: Default Calendar Symbols
@almightyyoshi
try
symbol: false,
or maybe it’s
symbol: null,
Not sure if that will work not able to test -
RE: MMM-SmokeFree – Track your smoke-free journey
@chrisfr1976
Cool I will chec k it out sooner or later. -
RE: MMM-SmokeFree – Track your smoke-free journey
@chrisfr1976
How do I change it to US currency? -
RE: MMM-Chores - Manage and keep track of your household Chores
@mischag
So are you trying to change things by going into MM/modules/MMM-Chores/data.json and editing it? I just tried that and it does not work.
I think it is because the module assigns each grouping a specific ID that way beyond my paygrade… Wish I could be of more help…
So are you accessing it remotely i.E. from a different network?
Hope you figure it out…