fade2metal

Results 5 comments of fade2metal

Maybe the code of this plugin could help you developing onvif integration for camera ui: https://github.com/koush/scrypted/tree/main/plugins/onvif I would really like to get this feature because mail motion detection doesn't always...

I modified the plugin to use it with fakegato. You have to install the fakegato library first: `npm i fakegato-history` In my case it was: `sudo npm i -g fakegato-history`...

I also have this issue. I already changed the volume values in the script files off_trigger.sh from /usr/bin/pactl set-sink-volume @DEFAULT_SINK@ ${START_VOLUME}% to /usr/bin/pactl set-sink-volume @DEFAULT_SINK@ 10% and the same in...

Enabling both interfaces would end in a loop if you connect to the same router/network. Why would you like to connect to both networks? When you are connected with a...

Ah okay! Sorry I didn't understand that. But I found out that this is a dietpi related issue and not mupibox specific. https://dietpi.com/forum/t/potential-fix-for-enabling-both-eth0-and-wlan0-at-the-same-time-on-rpi4b/15295