@Mats-0 so you mount that shared folder on your mm system in some location. typically those end up in the /media/username folder
then you use the ln command to create a linked directory to that folder
in the MMM-ImagesPhotos folder, rename the upload folder out out the way
mv upload upload-old
then create the linked upload
sudo ln -s the-mounted-path upload
I add a line to my /etc/fstab to create the link to my server share at boot time.
I have never seen a Synology mas, so I don’t know how you get those volumes mounted on the consuming systems are they using windows
samba shares?
I tried to reinstall this module, several times, to make it work, with no luck. After new year’s there was a MagicMirror Update, Jan 2024, and it fixed itself. No idea why or how this happened but it works again
I have a 7" touch LCD hooked up to the PI running MM. Going to use it as a smart alarm clock. I have it laid out like I want I am working on a way dimmer.
Using REMOTE_ACTION. Dimming the screen to about 50 (out of 255) seem to turn off the touch functionality.
Are better ways to dim the MM screen. I don’t want to turn it off.
Update: Tried in on a 5 inch lcd and in server mode with broswers. Same issue
I’m the one who wrote this functionality for this module, and I didn’t exactly design it to be able to send a notification for every state change. I designed it to look for a specific state and send a notification when the state matches something you’re looking for.
For example, if you want something to happen when your smart lock is in the unlocked state.
That being said, I just looked at the code again, and I don’t think it would be too difficult to modify it to notify on every state change if stateVal is empty.
Give me some time and I’ll see what I can do to make this happen for you.
I assume you would want the notification to return the current state of the sensor?
@sdetweil I may add the python code to the start of the script. Enable the pins in Python and then read them . See if that works.
I see that others have reported as well
@matt216
Resolved.
Adding ?export to the end of your calendar URL generates the ics file required. Also recommend confirming the auth settings in the baikal web UI.
@alexmann
thanks for the response. Everything seems correctly configured. Unless I’m missing an “Available Space” config… but I dont believe so.
As far as permissions, I wouldnt know where to begin haha
@sdetweil Worked it out! the monitor would just lose signal straight after the boot screen everytime. Turned out i just needed to change the resolution to a lower one, so i’m guessing my monitor was too old to support whatever resolution Bookworm was trying to push
@rama3124 not running MagicMirror, no…
VNC didn’t work on the image before Dec 5
some audio issues as well…
but again, not specific to MM… maybe some modules impacted, but few
@Bungle68 you might be able to use my upgrade script with the parm
force
instead of
apply
to upgrade the base
see
https://github.com/sdetweil/MagicMirror_scripts