burnsy180
(Burnsy180)
August 8, 2024, 10:42pm
1
Just installed the horizon card via HACS, but it’s backwards!
Any idea how to fix this so time is left-to-right?
Ask in Github of this card.
jchh
((not John))
August 9, 2024, 8:04am
3
how is it backwards? The snapshot looks OK to me.
1 Like
burnsy180
(Burnsy180)
August 9, 2024, 8:09am
4
The Sun is travelling from right-to-left. You can also the direction of the arrow on the x axis. It’s very weird given I haven’t seen a single person with this problem. Has to be a simple config issue…somewhere.
Are you on the southern hemisphere?
rejuvenate:main
← jesserockz:jesserockz-2024-213
opened 10:17PM - 09 Jun 24 UTC
# Pull Request Template for Home Assistant / Lovelace Card Repository
## Over… view
Using the `southern_flip` config flag, I swapped the sunset/sunrise, dusk/dawn and moonrise/moonset elements.
### Type of Change
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Documentation update
- [ ] Refactoring
- [ ] Other (please describe):
## Checklist
Please ensure that you have completed the following tasks before submitting your pull request:
- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md) for this project.
- [x] I have tested my changes against the `dev` branch (or another appropriate branch) and verified that they are working as expected.
- [ ] I have updated the documentation (if applicable) to reflect my changes.
- [x] My changes adhere to the repository's code style guidelines.
- [x] My changes do not introduce any breaking changes or unexpected behaviors.
## Related Issues / Pull Requests
Please include any related issues or pull requests that this change is associated with, and use the appropriate keywords (`Closes`, `Fixes`, `Resolves`) to automatically close the related issues when this pull request is merged.
- Resolves #124
## Additional Details
Please provide any additional information that you feel is relevant to this pull request, such as screenshots, code snippets, or examples.
![2024-08-05_07-34-39](https://github.com/user-attachments/assets/fd0c590a-c4f1-4f4d-be8c-a1ca56c809b1)
1 Like
jchh
((not John))
August 9, 2024, 8:17am
6
Oh, I see now. That’s bizarre.
burnsy180
(Burnsy180)
August 9, 2024, 8:18am
7
Ahh you legend. southern_flip: false
fixed it.
Pity that’s not in the docs anywhere. Thanks mate.
Beware that the improvement in the ticket I’ve linked is not merged yet.