home-assistant-sun-card
home-assistant-sun-card copied to clipboard
Values are not displayed
The values are displayed on the PC Win10 chrome browser, but not on the android tablet with the WallPanel application.
Is this project continuing? What is the chance of an update?
The project is continuing, but currently I'm a bit limited on time, there many changes in the develop branch that hopefully will be released soon. About the issue, I haven't used that app but my guess is that they don't support all the features that modern browser do, could you attach a screenshot or something?
What I read that WallPanel uses to display WebView for android.
All the cards I have on my tablet are displayed correctly, including sensor values and graphs.
The Sun card is displayed, but has no values on the android 9 wall tablet. The application used to display the WallPanel.
Clearing the cache or restarting the tablet didn't help.
After reading the darkMode problem, I also removed it using card-mod. The values on the tablet are displayed correctly. Is this a darkMode problem?
type: custom:sun-card
entity: sun.sun
timeFormat: 24h
card_mod:
style: |
.sun-card.sun-card-light {
--sun-card-lines: var(--disabled-text-color) !important;
--sun-card-text-color: var(--primary-text-color) !important;
--sun-card-subtitle-color: var(--secondary-text-color) !important;
}