question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Card not showing at all

See original GitHub issue

The card is not showing at all.

No card type configured.
- type: 'custom:mini-graph-card'
  entities:
    - sensor.processor_use
    - sensor.synology_cpu_load_total

Installed through HACS, running 0.113.3 on HassOS 4.11

Using the latest Chrome browser, also tried clearing cache. And the js file is referenced correctly in the home assistant config.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bobvmierlocommented, Aug 3, 2020

Why not just add the card from the UI with the correct indentations? That worked fine for me. Anyway, if this is still an issue for you it’s not the same as mine. While mine has been solved, I would suggest you open a new issue.

FYI: This is my raw config.

  - badges: []
    cards:
      - entities:
          - sensor.processor_use
          - sensor.synology_cpu_load_total
          - sensor.nucplex_intel_core_i5_8259u_load_cpu_total
        hours_to_show: 168
        show:
          fill: false
        type: 'custom:mini-graph-card'
    icon: 'mdi:desktop-tower'
    path: hardware
    title: Hardware
0reactions
theForkcommented, Aug 3, 2020

In the raw config editor, my playground-tab looks like that:

  - badges: []
    cards:
      - type: 'custom:mini-graph-card'
        entities:
          - sensor.nuc_cpu_temperature
          - sensor.owm_temperature
      - type: gauge
        entity: sensor.owm_temperature
        min: 0
        max: 100
    path: dev
    title: Dev

Looks good to me. When saving, there is no error due to indentation. Still I cannot see the card. It appears as if there is still an issue (?) I suggest to reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix SD Card Not Showing Up/Recognized [2022 Guide]
Issues with SD cards not showing up or not being recognized correctly are common, but there are many solutions that can help you...
Read more >
SD Card Not Showing Up or Working in Windows 10/8/7
SD cards may not appear properly for a variety of reasons, including connection issues, mechanical damage, logical corruption, SD card reader issues, and...
Read more >
5 Cases Where Your Memory Card Is Not Showing Files
The memory card not showing files is a common issue that can easily be fixed. Here, you can learn how to solve 5...
Read more >
How to Fix SD Card Not Detected / Showing Up / Recognized ...
Key moments. View all · Solution 1: Check SD Card on Another Device. · Solution 1: Check SD Card on Another Device. ·...
Read more >
[Latest] Fix SD Card Not Showing up on PC | Full Guide
Part 1. Why Is SD Card Not Showing Up? ... Whenever the SD card doesn't show up in PC, it is either physically...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found