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.

Sometimes all of sudden color lines appear black

See original GitHub issue

Hey there!

Got mini-graph-card running for months now and am pretty happy about it!

Thanks for the efforts!

Several cards for a wide range of sensors usually work well for me - however - sometimes all of sudden a random card (got the same issue for several cards but usually only one at the time) appears with black lines instead of the color lines I’d expect.

So: It works for months and then suddenly it is black for a couple of days and usually will be fine again after that.

`type: custom:mini-graph-card entities:

  • entity: sensor.ble_temperature_flowercare1 name: FC 1
  • entity: sensor.ble_temperature_flowercare2 name: FC 2
  • entity: sensor.ble_temperature_4 name: Roof name: Temperatur (48h) show: labels: true legend: true align_icon: state align_header: center align_state: right color_thresholds:
  • value: 15 color: darkblue
  • value: 19 color: blue
  • value: 20 color: green
  • value: 27 color: yellow
  • value: 29 color: orange
  • value: 30 color: red hours_to_show: 48 points_per_hour: 1`

image

Also: I’d like to become the entitiy icon (the dots next to the entity name to be in the color of the color defined in the threshold - which appears to be working only for “red” values. Don’t know why .

Any ideas on this?

Thanks in advance!

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Zahnwehcommented, Dec 23, 2021

For everyone reading this: I just figured out that 6-digit hexcodes for colors are solving the problem.

color_thresholds:
  - value: 0
    color: '#0000FF'
  - value: 50
    color: '#FFFF00'
  - value: 60
    color: '#FF0000'
  - value: 65
    color: '#DC143C'
0reactions
kalkihcommented, Dec 23, 2021

Correct, see #520

Read more comments on GitHub >

github_iconTop Results From Across the Web

thin black lines on the screen started with one now four - iFixit
If the lines are appearing and disappearing then it is not dead pixels you are dealing with but it could still be related...
Read more >
Vertical lines on TV Most common causes - YouTube
Repair Hack Explained | How to Fix TV Horizontal Lines - Part 2 · vertical lines on the color tv screen no picture...
Read more >
Fix Vertical and Horizontal Lines on Phone Screen - Carlcare
Watching your mobile screen with those white or black vertical/horizontal lines is annoying. In short, it's tough to use a phone with these...
Read more >
What could cause a laptop to have lines on the screen ... - Quora
There could be several reasons for a black screen with white lines on a laptop. Here are a few things you can try...
Read more >
Black lines on display appearing and disappearing randomly
As you can see from the picture, there are few black lines. Strange thing is,the black lines can sometimes turn into "thick lines", ......
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