roku-card icon indicating copy to clipboard operation
roku-card copied to clipboard

Roku Card not showing in Lovelace

Open Sarai91 opened this issue 2 years ago • 3 comments

Checklist:

  • [x] I updated to the latest version available
  • [x] I cleared the cache of my browser

Release with the issue: 1.2.4

Last working release (if known): N/A

Browser and Operating System: Tested on Windows 10 and MacOS Big Sur (Firefox 100.0)

Description of problem: The card does not appear in the Lovelace gui. Attempting to manually add the card in the yaml editor returns the error: Custom element doesn't exist: roku-card.

I also attempted to replace the automatically added reference in the Settings > Dashboards > Resources menu (/hacsfiles/roku-card/roku-card.js?hacstag=164367214124, Javascript Module) with /local/roku-card/roku-card.js but that also produced nothing.

Javascript errors shown in the web inspector (if applicable): N/A

Additional information: This was the first card I attempted to add using HACS. I added two other cards successfully, which do show up in the Lovelace GUI (Mini Media Player and RGB Light Card)

Sarai91 avatar May 11 '22 01:05 Sarai91

I can also confirm that it is not showing up in Lovelace, nor does it work trying to add it manually

JPDucky avatar Oct 16 '22 09:10 JPDucky

I went through the process of a new install only to get the above error, and lo and behold, having forgotten ever troubleshooting this, that I should find my own comment lol.

tldr; still doesn't work.

JPDucky avatar Feb 16 '23 02:02 JPDucky

Use the manual option when you add a card. Scroll to the bottom. You'll have to manually define it with the example on the readme. If you have volume issues try changing the the service to this volume_up: tap_action: action: call-service service: media_player.volume_up service_data: entity_id: media_player.obeythewalrus_tv volume_down: double_tap_action: action: call-service service: media_player.volume_down service_data: entity_id: media_player.obeythewalrus_tv

nextcode4u avatar Mar 28 '23 02:03 nextcode4u