Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Feature Request: Support for Moon visualization #144

Open
Danieldiazi opened this issue Oct 1, 2022 · 3 comments
Open

Feature Request: Support for Moon visualization #144

Danieldiazi opened this issue Oct 1, 2022 · 3 comments

Comments

@Danieldiazi
Copy link

Hi!
Fantastic card, very beautiful and useful!!
I wonder if in the future will be possible to adapt this card in order to show Moon information. There are integrations like Astroweather that provide Moon information, and it will be fantastic if it shows in a card like "home-assisstant-sun-card". I suppose it will be difficult, this card is named "sun-card" and I'm asking for Moon support :)

@Danieldiazi Danieldiazi changed the title Support for Moon Feature Request: Support for Moon visualization! Oct 1, 2022
@Danieldiazi Danieldiazi changed the title Feature Request: Support for Moon visualization! Feature Request: Support for Moon visualization Oct 1, 2022
@modul8
Copy link

modul8 commented Nov 14, 2022

I would love to see this also!
Great card already though!

@Tom-ahawk
Copy link

Its possible to get moon data from ipgeolocation.io like:

  - platform: rest
    resource: https://api.ipgeolocation.io/astronomy?apiKey=MyKey&location=MyTown,MyCountry
    name: Moon API
    scan_interval: 1200
    json_attributes: 
      - date
      - current_time
      - moonrise
      - moonset
      - moon_status
      - moon_altitude
      - moon_distance
      - moon_azimuth
      - moon_parallactic_angle
    value_template: '{{value_json.moon_status}}'
date: 2022-11-24
current_time: 19:32:50.036
sunrise: 08:36
moonrise: 09:44
moonset: 15:09
moon_status: -
moon_altitude: -26.863470965430853
moon_distance: 364301.28898391494
moon_azimuth: 265.84440759063875
moon_parallactic_angle: 27.564141243389596
friendly_name: Moon API

Would be nice to see the Moon path in your card.

@Tontze
Copy link

Tontze commented Dec 6, 2022

I fourth this ! Would be so cool !

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

No branches or pull requests

4 participants