Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find card after HACS install #123

Open
garyo opened this issue Aug 16, 2022 · 5 comments
Open

Can't find card after HACS install #123

garyo opened this issue Aug 16, 2022 · 5 comments
Assignees

Comments

@garyo
Copy link

garyo commented Aug 16, 2022

I installed using HACS
image

and checked that the resource is set up:
image

but I can't find the card type aarlo-glance or anything like it when I edit any dashboard. I've restarted a couple of times. Anything else I need to do?

@twrecked
Copy link
Owner

You have to use the custom card set up. Try that and paste in an example configuration, as soon as you change the camera id an image should appear on the card.

@twrecked twrecked self-assigned this Aug 18, 2022
@Justbob56
Copy link

Justbob56 commented Dec 7, 2022

I have the same problem but the custom card still produces the error:

Screen Shot 2022-12-07 at 7 09 17 AM

Anyone else have this problem that has found a solution? The resource URL looks correct to me (/hacsfiles/lovelace-hass-aarlo/hass-aarlo.js?hacstag=1972451790205) and I have tried several others to try to get it to work. The actual path doesn't help nor does any that I have found thus far in other threads. I've tried re-installing with no success.

I can get some results using the picture-glance card I am curious as to why I can't get this card to show up as a custom card.

@dw1562
Copy link

dw1562 commented Mar 30, 2023

I have been getting this for ages but I tried everything again today and I now have it working. I'm not really sure what I did differently so I can't really give you any clues other than to try again because it CAN work!

@rozza-m
Copy link

rozza-m commented May 23, 2023

I'm having exactly the same issue

@suprra
Copy link

suprra commented Jun 8, 2024

Since this is still open and I had the exact problem today, the solution for me was the resource url having extra characters after installing via hacs
hacs install added (as you can see in previous images a lot of characters after the url, thats what wouldn't allow me to create a custom card giving an error (unfortunately I didn't copy the error).
/hacsfiles/lovelace-hass-aarlo/hass-aarlo.js is what should be in resources but instead it had /hacsfiles/lovelace-hass-aarlo/hass-aarlo.js?hacstag=..... bla bla bla
Deleted everything after js and I could create a custom card with the code provided in the readme

type: custom:aarlo-glance
entity: camera.aarlo_[insert camera name here]
name: null
show:
  - motion
  - sound
  - snapshot
  - battery_level
  - signal_strength
  - captured_today
  - image_date
top_title: false
top_status: false
top_date: false
image_click: play

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants