I have a sensor for a bus that runs at certain time intervals, and only on weekdays. This means that the sensor is undefined for all other times. This results in a line that doesn't get rendered properly on the card.
Ah, good catch! I thought I had some handling to filter these out but it might have been lost in a rewrite some time back! Let me know if you find something, otherwise I will have a look at it :)
I have a sensor for a bus that runs at certain time intervals, and only on weekdays. This means that the sensor is undefined for all other times. This results in a line that doesn't get rendered properly on the card.
This is my code for the card:
The code for sensors:
The resulting card:
I'm not really a programmer, more of a hobby hacker, but I'll see what I can do myself on my branch.