List of Finished Windy Plugins (v42+)
-
Hi, I would like to submit this plugin please...
https://github.com/tomgooch/windy-plugin-soarcalc
I have already been using it privately and have circulated it to be used directly from the url to a number of others.
-
Hi @tomA27
Just one small issue: the plugin's screenshot won't load because the filename starts with a capital S. Can you please rename it to lowercase "screenshot.png".
Thanks!
-
@pavelmedia Thank you very much for looking at the plug-in. I have already renamed the screenshot.
-
@pavelmedia I don't know if it was even necessary but I did a new "publish-plugin" so I had to up the version to 1.0.6.
-
@tomA27 Many thanks for fixing. Plugin is now published.
It is required to do a new publish pipeline for every update, so you did right.
-
@pavelmedia Thanks again for your help. I have one question please. If I run publish-plugin again (with a new version) in order to "install directly from url" and test future changes on a mobile phone, will that interfere with the published version that everyone sees? If so, what is your recommendation for such testing?
-
@tomA27 If you wish to test multiple versions, you can use the
private: true
flag in plugin config and remove it in a version ready for release.You don't have to use it though. Currently we only publish plugins if an update is requested either here or in our Slack channel, so users won't be impacted unless you request.
-
@pavelmedia Perfect! That was exactly the answer that I was hoping for. Thanks again.
-
Hi I've updated the Light Pollution Atlas Overlay Plugin:
https://windy-plugins.com/13458720/windy-plugin-light-pollution-atlas/0.3.1/plugin.min.js
Please help me publish it. Thanks!
-
Thanks @Xutao-Guo, update published.
-
Hi, I would like to have my plugin published.
Source: https://github.com/RyanMathewson/windy-plugin-usa-nws-alerts
Install: https://windy-plugins.com/1013994/windy-plugin-usa-nws-alerts/1.0.0/plugin.min.js -
Hi @antflash22
- I'm unable to test the plugin, there's an error:
can't access property "start", info is null radarCalendarChanged plugin.svelte:601
- the
onDestroy
method should remove all listeners with store.off(), map.off() - did you know Windy has a weather warnings layer? Did you find any missing data?
-
@pavelmedia Thanks for the feedback.
"can't access property "start", info is null"
I wasn't able to reproduce that error. It was related to a feature I was working on but have since abandon. I have now removed all code related to the radar calendar so hopefully that clears it up on your end."the onDestroy method should remove all listeners with store.off(), map.off()"
I have removed all references tostore
and added the missingmap.off
calls to theonDestroy
per your recommendation."did you know Windy has a weather warnings layer? Did you find any missing data?"
Yes, I am aware of the Weather Warnings layer and I am not aware of any missing data.
I was inspired by YouTubers like Ryan Hall with their real-time radar/alert displays. I wanted to track storms on the Windy radar and see the what alerts were active in the viewed region in real-time.The existing Weather Warnings layer currently shows more alerts than my plugin because I can only show alerts where the NWS API provides the geometry. I'm working on a solution to support alerts without geometry provided and match the level of functionality of the Weather Warnings layer.
I have updated my plugin and published version 1.0.1.
Source: https://github.com/RyanMathewson/windy-plugin-usa-nws-alerts/tree/1.01
Install: https://windy-plugins.com/1013994/windy-plugin-usa-nws-alerts/1.0.1/plugin.min.jsLet me know if there is anything else I need to do for this to be published. Thanks for your support and the lovely Windy app!
-
@antflash22 Thanks for your changes and the information. Your plugin is now published.
Thanks for building with Windy!