Hue Lights synced with Mac

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 6

  • @grapetv2366
    @grapetv2366 8 лет назад

    i feel sorry for that ball,that u had to put behind The tv :(
    anyway,thanks for sharing!

  • @BluexPresents
    @BluexPresents 8 лет назад

    can you explain how to run this script? I seem to be missing some dependencies

    • @mutsuda
      @mutsuda  8 лет назад

      Hi! You have to:
      brew install ImageMagick
      gem install hue
      gem install rmagick
      gem install colormath
      Run the script. ruby hue_lights.rb
      The first time you run it it should give you an error. Go to the Hue Bridge, press the round button and run the script again within 30 seconds.
      Hope it works! If not, give me details and I'll try to help!

    • @BluexPresents
      @BluexPresents 8 лет назад

      getting some errors with the dependencies still.
      Ignoring binding_of_caller-0.7.2 because its extensions are not built. Try: gem pristine binding_of_caller-0.7.2
      tried running gem pristine --all but get errors from that as well. I'll be looking into it haha

    • @BluexPresents
      @BluexPresents 8 лет назад

      updated ruby to 2.3, getting a different error now, libMagickWand-6.Q16.2.dylib requires version 8.0.0 or later, but liblzma.5.dylib provides version 6.0.0. still looking at it