neoground / neowx-material

Revamp WeeWX with Neowx-Material, a modern Material Design skin offering a sleek, responsive UI, captivating graphs & advanced features.
https://neoground.com/projects/neowx-material
MIT License
53 stars 30 forks source link

Almanac Reversed in Southern Hemisphere #55

Open nschulz-utas opened 2 years ago

nschulz-utas commented 2 years ago

Hi, On the Almanac page the Summer Solstice shows a date in June. This is our winter in the southern hemisphere. Similarly, the Winter Solstice displays a date in December, our Summer. And so on... the Autumnal Equinox is in Spring...

nzkiwi68 commented 1 year ago

I have this issue too (New Zealand)

stalkerGH commented 1 year ago

Maybe you should reverse order of equinoxes and solstices in skin.conf? I didn't try but in my opinion it should work.

Default skin.conf:

`vernal_equinox = Vernal Equinox

summer_solstice = Summer Solstice

autumnal_equinox = Autumnal Equinox

winter_solstice = Winter Solstice`

Try change it to:

`vernal_equinox = Autumnal Equinox

summer_solstice = Winter Solstice

autumnal_equinox = Vernal Equinox

winter_solstice = Summer Solstice`

nschulz-utas commented 1 year ago

OK, this does work. It's a valid workaround. Thanks for the creative idea 👍