2024-05-27 15:54:42 +02:00
|
|
|
# realweather
|
|
|
|
|
2024-05-27 16:11:43 +02:00
|
|
|
differences compared to v0:
|
|
|
|
- no geoip mode, I think it doesn't fit as it's only cosmetical
|
|
|
|
- as such, renamed modes:
|
|
|
|
* `point` -> `static`
|
|
|
|
* `globe` -> `dynamic`
|
2024-06-08 10:43:25 +02:00
|
|
|
* usually there's just a boolean for dynamic
|
2024-05-27 16:11:43 +02:00
|
|
|
- I wanted to do this even before this plugin: \
|
|
|
|
lightning ⚡ in real time
|
|
|
|
* if static, only time synced, random position \
|
|
|
|
probably within some radius from the static point
|
2024-06-08 10:43:25 +02:00
|
|
|
* if dynamic, position is also synced
|
|
|
|
- commands, finally!
|
|
|
|
|
|
|
|
TODO (no order):
|
|
|
|
- auto update
|
|
|
|
- static mode for lightning
|
|
|
|
- extensible: api (partially there)
|
|
|
|
- airplanes? https://opensky-network.org/
|
|
|
|
- more api providers, multiple api keys
|
|
|
|
- snow
|
|
|
|
- lightning effects
|
2024-05-27 16:11:43 +02:00
|
|
|
- weather levels \
|
|
|
|
it's not like there's strong rain or there's no rain \
|
|
|
|
I'm not sure how yet
|
2024-06-01 19:35:15 +02:00
|
|
|
- sunrise sunset
|
2024-06-08 10:43:25 +02:00
|
|
|
- track the above in issues
|
|
|
|
|
|
|
|
### Building
|
|
|
|
To compile, clone this repo and `mvn clean package`. \
|
|
|
|
JAR will be in `target/`. Use the one without `original-`.
|
2024-05-27 16:11:43 +02:00
|
|
|
|
2024-06-08 10:43:25 +02:00
|
|
|
### Versioning
|
|
|
|
Basically, 0.9.x are prereleases
|