thehijacker

Results 53 comments of thehijacker
trafficstars

Implemented it myself. ![image](https://user-images.githubusercontent.com/13857043/116853433-50277600-abf6-11eb-8588-c00042dcaba6.png) Changed JS can be found here: [jukebox-card_v2021_05_01_v4.zip](https://github.com/lukx/home-assistant-jukebox/files/6413566/jukebox-card_v2021_05_01_v4.zip) Andrej

With latest HA update, icons are not showing. Need to figure out what changed.

Made so many changes to the source code that I made a fork and published it here: https://github.com/thehijacker/home-assistant-jukebox Feel free to use it. What is new/added/fixed: - Displaying station logo...

Implemented this myself after struggling with javascript and getting familiar with HA functions :). Inside the code I also have power off button next to the stop button that powers...

Best I could do without blocking entire browser. I try to call service media_play every 0,5 seconds for 5 seconds in total after I switch to station. Now streams that...

Can you merge this PR? I would love to see radio name with logo instead of Default Media Receiver. Tried to manually edit the js file but after HA restart...

My project is now working as intended. I endeded up opening 16 different websocket relays. This is done on boot using systemd daemon script: ``` [Unit] Description=WebSocket service After=network.target [Service]...

I can do Slovenian translation. Please add it to crowdin.

Hello, For me this is working fine. ``` location ^~ /psitransfer/ { proxy_pass http://127.0.0.1:3993; proxy_buffering off; proxy_request_buffering off; proxy_set_header Host $http_host; } ``` Using systemd script to autostart it: ```...

Use MQTT Explorer. Much easier to test mqtt commands. Download it from here: http://mqtt-explorer.com/ ![image](https://user-images.githubusercontent.com/13857043/100920399-58f70d00-34db-11eb-88e1-b65c56216de3.png) I used topic "rfid" in GUI. So I send to this topic json type string:...