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

Give option to change moon phase depending on hemisphere [Feature request] #82

Open
kaizersoje opened this issue May 30, 2021 · 1 comment

Comments

@kaizersoje
Copy link

I live in Australia (southern hemisphere). The moon is seen differently from the northern hemisphere.

image

The current code below is for the Northern hemisphere.

Nt={new_moon:"🌑",new:"🌑",waxing_crescent:"🌒",first_quarter:"🌓",waxing_gibbous:"🌔",full:"🌕",full_moon:"🌕",waning_gibbous:"🌖",third_quarter:"🌗",last_quarter:"🌗",waning_crescent:"🌘"}

This is the code for the Southern hemisphere.

Nt={new_moon:"🌑",new:"🌑",waxing_crescent:"🌘",first_quarter:"🌗",waxing_gibbous:"🌖",full:"🌕",full_moon:"🌕",waning_gibbous:"🌔",third_quarter:"🌓",last_quarter:"🌓",waning_crescent:"🌒"}

Is there a way to have an option to set the hemisphere when defining the card?

@kaizersoje kaizersoje changed the title Give option to change moon phase depending on hemisphere Give option to change moon phase depending on hemisphere [Feature request] May 30, 2021
@kaizersoje
Copy link
Author

Hi @r-renato, could you take a look at this?

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

1 participant