List of Finished Windy Plugins (v42+)
-
@pavelmedia thanks.
-
Hello Windy team,
I would like to submit my plugin for review and inclusion in the public plugins gallery.
The plugin displays the official wildfire risk and extreme maximum temperature warning maps for Navarra for today, tomorrow and the day after tomorrow. It also provides municipality information and independent, non-official guidance for forestry and other activities based on Navarra's 2026 wildfire prevention plan.
Plugin URL:
https://windy-plugins.com/4775398/windy-plugin-navarra-temperaturas/0.3.3/plugin.min.jsSource code:
https://github.com/MendioxGG/windy-plugin-navarra-temperaturasThe plugin has been tested successfully using direct URL installation. It uses the official IDENA WMS service and does not require an intermediary server.
Could you please review it for public inclusion?
Thank you.
-
Hello Windy team,
I have released version 0.4.5 of the Navarra Forest Fire Prevention plugin.
The plugin displays official SITNA/Government of Navarra WMS data for:
- Municipal forest fire risk.
- Extreme maximum-temperature warnings.
- Today, tomorrow and the day after tomorrow.
- Municipality information through GetFeatureInfo.
- Guidance for permitted or restricted activities based on Annex 4 of the Navarra 2026 Forest Fire Prevention Plan.
Version 0.4.5 includes:
- Improved dependent filters for all activity groups.
- More detailed agricultural activity filters.
- Information about vehicle restrictions and exceptions during Extreme fire risk.
- Clearer interpretation of when a temperature warning is not applicable.
- More reliable WMS layer switching with fewer unnecessary requests.
- Popup lifecycle fixes.
- A more compact colour legend.
Installation URL:
https://windy-plugins.com/4775398/windy-plugin-navarra-temperaturas/0.4.5/plugin.min.js
Source code:
https://github.com/MendioxGG/windy-plugin-navarra-temperaturas
The plugin is independent and unofficial. The map data comes directly from SITNA and the Government of Navarra.
Thank you!
-
@pavelmedia please update my plugin https://windy-plugins.com/16976117/windy-plugin-fieldguard/3.0.9/plugin.min.js
-
Hi Windy Team and Community,
I've updated my Light Pollution Atlas plugin to use the latest Windy plugin scaffold. Also updated to use the latest 2025 light pollution data.
- New plugin link: https://windy-plugins.com/13458720/windy-plugin-light-pollution-atlas/0.4.0/plugin.min.js
- Source Code: https://github.com/DuckSoft/windy-plugin-light-pollution-atlas
Please help me publish it. Thanks!
-
Hi @Mendiox, thanks for your plugin, it's now published.
Thanks @fieldguard for your update, it's now published.
Thanks @xutao-guo for your update, it's now published.
-
@pavelmedia thanks you! :D
-
@pavelmedia Thank you. I found some bugs though sorry, please publish this https://windy-plugins.com/16976117/windy-plugin-fieldguard/3.1.0/plugin.min.js.
-
Hello @pavelmedia,
Version 1.0.0 of Windy Plugin Navarra Temperaturas is now published and ready for review.
This version includes:
- Guidance on work restrictions in non-developable land according to Annex 4 of the 2026 Navarra Forest Fire Prevention Plan.
- Improved interface and mobile display.
- Municipality-based consultation of official fire-risk and maximum-temperature warning data.
- A button to copy and share the consultation summary.
- Updated information, attribution and screenshot.
The published version has been tested successfully on both desktop and mobile.
Plugin URL:
https://windy-plugins.com/4775398/windy-plugin-navarra-temperaturas/1.0.0/plugin.min.jsRepository:
https://github.com/MendioxGG/windy-plugin-navarra-temperaturasCould you please update the public plugin to version 1.0.0?
Thank you!
-
I have successfully uploaded version 1.0.3 of
windy-plugin-cma-typhoonthrough the officialpublish-pluginGitHub Action.Main updates in version 1.0.3
- Added a lazy rolling one-year browser for stopped historical typhoons, based on each storm's generation time
- Up to five stopped historical tracks can be displayed simultaneously
- Added independent show/hide and remove controls for historical tracks
- Added historical wind-intensity evolution lists
- The strongest active typhoon is now selected by default
- Improved handling of newly stopped typhoons and partial CMA endpoint failures
- Added stronger validation for wind, pressure, coordinates, timestamps, and forecast data
- Removed background automatic refresh while retaining initial loading and explicit manual refresh
- Added caching and map-layer limits to keep historical-track performance bounded
- Updated
src/screenshot.jpgto show the new historical-typhoon interface
Validation completed successfully:
- 22 automated logic tests passed
- TypeScript type-check passed
- Production build passed
- Pull-request and post-merge GitHub Actions CI passed
Repository:
https://github.com/jianghanzhi2006-dotcom/windy-plugin-cma-typhoonRelease PR:
https://github.com/jianghanzhi2006-dotcom/windy-plugin-cma-typhoon/pull/4Version 1.0.3 installation URL:
https://windy-plugins.com/17482767/windy-plugin-cma-typhoon/1.0.3/plugin.min.jsCould you please review and approve the version 1.0.3 update?
Thank you!

-
Thanks @fieldguard, @Mendiox, @jhz20060703 - your plugins are updated.
-
Hi Windy team,
Could you please review and approve this finished plugin for the public plugins gallery?
Plugin name: windy-plugin-sun-moon-path
Title: Sun & Moon Path
Version: 0.5.0
Install URL: https://windy-plugins.com/17629746/windy-plugin-sun-moon-path/0.5.0/plugin.min.js
Repository: https://github.com/bytepoem/windy-plugin-sun-moon-path
Release: https://github.com/bytepoem/windy-plugin-sun-moon-path/releases/tag/v0.5.0
Author: bytepoemThe plugin draws sunrise, sunset, moonrise, and moonset direction lines on the Windy map for a selected location and date. It also shows current sun/moon directions, event times, moon phase, observing windows, and optional 600 km reference points.
private is set to false.

-
@pavelmedia thanks
-
Hi Windy team,
Please review and approve Sun & Moon Path 0.6.0 for the public Plugins Gallery.
Plugin: windy-plugin-sun-moon-path
Version: 0.6.0
Plugin URL: https://windy-plugins.com/17629746/windy-plugin-sun-moon-path/0.6.0/plugin.min.js
Repository: https://github.com/bytepoem/windy-plugin-sun-moon-pathThis version adds an EC/ICON weather timeline from the previous 6 hours through the next 5 days, cloud-layer data, weather conditions, and aligned sun/moon rise and set curves. It has been tested on desktop and mobile. The plugin configuration is set to private: false.
Thank you.

-
Hi @bytepoem, thanks for your plugin. Can you fix the following:
- make sure all listeners and intervals (map.on, bcast.on, setInterval, addEventListener, etc) are removed once user closes your plugin (onDestroy)
- include a screenshot (
src/screenshot.jpg)
-
Hi @pavelmedia,
I have addressed the requested changes and published version 0.6.1:
- All plugin-owned listeners and timers, including singleclick.on, bcast.on, map.on, setInterval, and setTimeout, are now cleaned up in onDestroy. Pending weather/GPS work and plugin-created map layers are also stopped or removed when the plugin closes.
- Added the required screenshot at src/screenshot.jpg.
- The Chinese/English language selection now also persists in the current browser.
Plugin URL: https://windy-plugins.com/17629746/windy-plugin-sun-moon-path/0.6.1/plugin.min.js
Repository: https://github.com/bytepoem/windy-plugin-sun-moon-path
Release: https://github.com/bytepoem/windy-plugin-sun-moon-path/releases/tag/0.6.1Please review it again. Thank you.
-
Hi Windy team,
I made a Windy plugin about fishing. Could you please approve and publish this plugin to windy.com? Thank you!
Plugin name:
windy-plugin-fishing-assistantPlugin title:
Windy Fishing Assistant PluginInstallation URL:
https://windy-plugins.com/14016682/windy-plugin-fishing-assistant/1.0.1/plugin.min.js
Github repository:
https://github.com/HarryChen-10086/windy-plugin-fishing-assistantDescription:
This angler‑oriented plugin calculates a 0‑100 fishing index based on pressure trends, weather conditions, wind, temperature, daytime periods and moon phase. It displays key fishing‑relevant data including air temperature, wind gusts, barometric pressure, humidity, wave parameters, sea‑surface temperature, sunrise‑sunset prime fishing windows and CAP weather alerts. Users can pick locations by clicking the map, use GPS positioning, switch forecast models, and quickly toggle common map layers. Both English and Simplified‑Chinese UI languages are supported.Screenshot:

-
By the way, after this plugin is published, how can I modify the plugin's title and screenshots? (I just noticed they are not quite suitable and plan to update them in a later version). Should I just use the plugin update method?
-
Hi Windy Team,
I've created a wind profile plugin designed for paragliding pilots.

It shows a vertical wind profile by pressure level for a clicked location, with:
Wind speed & direction per altitude (color-coded by strength)
Thermal strength estimate with CCT (convective cloud top) and LCL (cloud base) overlay
High / mid / low cloud layer bars
Precipitation amount and type
Weather icons per hour
1h or 3h resolution, up to 7 days — supports MLM, GFS and ICON-EUGitHub: https://github.com/dinokarl/windy-plugin-windprofile
Latest version: https://windy-plugins.com/23733/windy-plugin-windprofile/0.1.0/plugin.min.jsCan this be considered for official inclusion?
Greetings,
Dino -
Hi Windy team and community,
I have developed an open-source plugin called Aero Clear, designed to provide an easy, intuitive way to analyze air mass stability and soaring conditions directly within Windy.
Could you please consider reviewing and adding it to the official Windy plugins gallery?
Key Features:
- Clear air mass and stability analysis at a glance.
- Lightweight and fully integrated into the Windy desktop/mobile interface.
Links & Info:
- GitHub Repository: https://github.com/01ive/windy-plugin-aero-clear
- Plugin Install Link: https://windy-plugins.com/4142422/windy-plugin-aero-clear/0.0.2/plugin.min.js
Feedback and suggestions are more than welcome!
Thanks,
01ive

