Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moon Only #126

Open
yakatz opened this issue Apr 12, 2024 · 2 comments
Open

Moon Only #126

yakatz opened this issue Apr 12, 2024 · 2 comments

Comments

@yakatz
Copy link

yakatz commented Apr 12, 2024

I have a use case to show only the moon information without the sun.

I haven't looked at how complicated that would be - I might try a PR next week if I have time.

@ThomDietrich
Copy link

Hey there! We have many options to show and hide elements, why not the sun and the moon as well. Happy to see a PR for this one ;)

@DJaeger
Copy link

DJaeger commented May 5, 2024

I would love that feature too.
Simply hiding the sun is easiest by using card_mod, simply add this to your card YAML:

card_mod:
  style: |
    ha-card [
      --hc-sun-color: transparent;
      --hc-day-color: transparent;
      --hc-night-color: transparent;
    }

But it would be great if we could also toggle between sun or moon for the header info.
And a upper-path-mask and a lower-path-mask for the moon would be nice, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants