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

[Bug]: Card Style does not show labels #322

Open
2 tasks done
csigritz opened this issue May 31, 2024 · 1 comment
Open
2 tasks done

[Bug]: Card Style does not show labels #322

csigritz opened this issue May 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@csigritz
Copy link

csigritz commented May 31, 2024

Requirements

  • I checked the troubleshooting section in the README to verify that I have the latest TrashCard version.
  • I did a search to see if there is a similar issue or if a pull request is open.

Current Behavior

Currently when using card_style: card there are no labels shown. When using card_style: chip everything looks fine.

CleanShot 2024-05-31 at 17 37 16@2x
CleanShot 2024-05-31 at 17 38 41@2x

Also when inspecting the card via dev tools, there is no label or text. within the element.

Expected Behavior

Labels should also appear when using the card_style: card

Steps To Reproduce

  1. Install Addon
  2. Configure addon with type card
  3. Labels do not appear

Context

YAML state

event_grouping: true
drop_todayevents_from: '10:00:00'
next_days: 30
pattern:
  - icon: mdi:flower
    color: lime
    type: organic
    pattern: Biotonne
    label: Biotonne
  - icon: mdi:newspaper
    color: blue
    type: paper
    pattern: Papiertonne
    label: Papier
  - icon: mdi:recycle-variant
    color: amber
    type: recycle
    pattern: Gelber Sack
    label: Gelber Sack
  - icon: mdi:trash-can-outline
    color: grey
    type: waste
    pattern: Restmüll
    label: Restmüll
  - icon: mdi:dump-truck
    color: purple
    type: others
  - label: Sperrmüll
    icon: mdi:dump-truck
    color: cyan
    type: custom
    pattern: Sperrmüll
day_style: counter
card_style: card
alignment_style: space
color_mode: icon
items_per_row: 3
refresh_rate: 60
with_label: true
type: custom:trash-card
entities:
  - calendar.trash_cal
filter_events: true
use_summary: false
hide_time_range: true
full_size: true

Environment

- Browser: Chrome, Safari, Arc
- HA Version: 2024.5.5
- HACS: 1.34.0
- TrashCard: 2.2.1
- Theme: Default

Debug data

No response

Anything else?

No response

@csigritz csigritz added the bug Something isn't working label May 31, 2024
@kgd192
Copy link

kgd192 commented Aug 1, 2024

Same issue here
FIX: Didn't have mushroom installed - user error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants