MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. OdomLinx
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Groups 0

    OdomLinx

    @OdomLinx

    1
    Reputation
    552
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    OdomLinx Unfollow Follow

    Best posts made by OdomLinx

    • 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

      posted in Bug Hunt
      OdomLinxO
      OdomLinx

    Latest posts made by OdomLinx

    • RE: Timetable with (almost) static data

      Use the Module iframe to Display the php Site

      posted in Requests
      OdomLinxO
      OdomLinx
    • 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

      posted in Bug Hunt
      OdomLinxO
      OdomLinx
    • RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)

      @E3V3A Yes copy paste error, I adjusted it

      posted in Tutorials
      OdomLinxO
      OdomLinx
    • RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)
      1. 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’.

      posted in Tutorials
      OdomLinxO
      OdomLinx