You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to have an option to set the hemisphere when defining the card?
The text was updated successfully, but these errors were encountered:
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
I live in Australia (southern hemisphere). The moon is seen differently from the northern hemisphere.
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?
The text was updated successfully, but these errors were encountered: