List of Finished Windy Plugins (v42+)
-
@pavelmedia Hello,
All requested fixes have been implemented:
The screenshot file has been renamed to screenshot.jpg (lowercase).
The GitHub repository link has been added to pluginConfig.
You can find the plugin at: https://windy-plugins.com/3774440/windy-plugin-wind-solar-power-forecast/1.0.1/plugin.min.js
And the source code at: https://github.com/murathany90/windy-plugin-wind-solar-power-forecastPlease check these links. Thank you.
-
-
@pavelmedia please check it again https://windy-plugins.com/16976117/windy-plugin-fieldguard/3.0.0/plugin.min.js
-
-
@pavelmedia Just a quick friendly follow-up on my previous post above regarding the Windy plugin. I haven't received any feedback yet. If anyone has any insights or updates, I would really appreciate it!
Thanks,
-
Hi @murathany, thanks for your updates. It seems your plugin cannot be closed - the closing X sits at the top left, behind the search field, unable to be clicked.
Hi @fieldguard, thanks for your updates.
- Your screenshot still has a capital S, so it won't display. Can you change to an all-lowercase name.
- In onDestroy you unregister all map click handlers. Can you amend to only unregister your own handler - e.g.
map.off('click', handler)and notmap.off('click').
-
@pavelmedia https://windy-plugins.com/3774440/windy-plugin-wind-solar-power-forecast/1.0.2/plugin.min.js "the closing X sits at the top left, behind the search field, unable to be clicked" fixed please check it again
-
Thanks @murathany, your plugin is now published.
-
-
Thanks @fieldguard, your plugin is now published.
-
@pavelmedia Hi, I updated the plugin, would it update automatically in windy plugin list? -https://github.com/FieldGuard365/windy-plugin-fieldguard
-
Yes please! 🎉
Windy IFR Planner
https://windy-plugins.com/14161593/windy-plugin-ifr-planner/0.16.0/plugin.min.jsIFR flight planning right inside Windy — FAA preferred routes resolved through real named fixes, a vertical weather profile (terrain, clouds, icing, turbulence, winds aloft) sampled at each waypoint's forecast arrival time, prioritized hazard advisories at cruise, a cruise-altitude recommendation, fuel & wind-adjusted range, a multi-day weather comparison, and one-tap export to ForeFlight. Runs entirely client-side.
Quick question: for future releases, do I re-post the new version URL here, or does the gallery follow my latest published version automatically? Thanks!
-
Thanks @Edward-Juden, your plugin is now published.
-
@pavelmedia I updated some features could you please update it. https://windy-plugins.com/16976117/windy-plugin-fieldguard/3.0.5/plugin.min.js
-
@FieldGuard plugin updated.
-
Hello Windy Team, I've created a new DFS Airspaces plugin covering the whole of Germany for VFR Pilots! Please review and publish it. Here is the install URL: "https://windy-plugins.com/4663604/windy-plugin-dfs-airspaces/0.1.1/plugin.min.js"
-
I make an Update with a new Version: https://windy-plugins.com/4663604/windy-plugin-dfs-airspaces/0.1.2/plugin.min.js
-
Hi @Fledervie, thanks for your plugin. Can you fix the following:
- make sure all listeners and intervals (
map.on, setInterval, addEventListener) are removed once user closes your plugin (onDestroy) - the screenshot (
src/screenshot.jpg) comes from the default plugin template - feel free to replace with your own.
- make sure all listeners and intervals (