Use the Module iframe to Display the php Site
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Posts made by OdomLinx
-
RE: Timetable with (almost) static data
-
RE: unable to get noble package running
@SvenSommer Late but…
https://github.com/sandeepmistry/noble#running-without-rootsudo
Running without root/sudo
Run the following command:sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
This grants the node binary cap_net_raw privileges, so it can start/stop BLE advertising.
Note: The above command requires setcap to be installed, it can be installed using the following:
sudo apt-get install libcap2-bin
This works on my Zero W with Debian Stretch
-
RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)
@E3V3A Yes copy paste error, I adjusted it
-
RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)
- disable the HDMI port with
vcgencmd display_power 0
and enable with
vcgencmd display_power 1
Most monitors then go into standby. Some also show ‘NO Signal’.