home-assistant-sun-card icon indicating copy to clipboard operation
home-assistant-sun-card copied to clipboard

Values are not displayed

Open pepe59 opened this issue 3 years ago • 4 comments

The values are displayed on the PC Win10 chrome browser, but not on the android tablet with the WallPanel application.

pepe59 avatar Jul 15 '21 14:07 pepe59

Is this project continuing? What is the chance of an update?

pepe59 avatar Jul 15 '21 17:07 pepe59

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?

AitorDB avatar Jul 23 '21 11:07 AitorDB

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. sun card wallpanel

pepe59 avatar Jul 23 '21 12:07 pepe59

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;
    }

sun card ok

pepe59 avatar Jul 23 '21 15:07 pepe59