@Suty I would love that to happen, thank you.

Best posts made by Mortimer Cat
-
RE: List of Finished Windy Plugins (v42+)
-
RE: Improve Windy.com and make your own Windy Plugin
I just had my contrail plugin published, please may I be invited to your Slack channel :)
-
RE: List of Finished Windy Plugins (v42+)
Hi there,
I have created a plugin that analyses atmospheric conditions and calculates whether an aircraft would create contrails at a given location. I have attached a screenshot.
https://github.com/IoanaLogafatu/windy-plugin-contrails
The latest version
https://windy-plugins.com/8724298/windy-plugin-contrails/0.1.5/plugin.min.jsCan this please be considered for official inclusion?
-
RE: List of Finished Windy Plugins (v42+)
Thank you.
I have set private to true, version to 1.0.0 and actioned..
https://windy-plugins.com/8724298/windy-plugin-contrails/1.0.0/plugin.min.js
-
RE: Are the URL parameters passed to the plugin
@vicb Thank you
I missed the routerPath configuration. it works perfectly now.
-
RE: List of Finished Windy Plugins (v42+)
@David-Ryzec-3 Thank you, I'll upload a screenshot now
Would it be possible to change the author's name to "Ioana Logafatu" as per the pluginConfig.ts
MortimerCat is my business name, but the plugin in was a personal project.
-
RE: List of Finished Windy Plugins (v42+)
@David-Ryzec-3 Do I need to tell you I have updated the version?
https://windy-plugins.com/8724298/windy-plugin-contrails/1.0.1/plugin.min.js
Latest posts made by Mortimer Cat
-
RE: List of Finished Windy Plugins (v42+)
@IoanaLogafatu I confirm this is me.
-
RE: Improve Windy.com and make your own Windy Plugin
I just had my contrail plugin published, please may I be invited to your Slack channel :)
-
RE: Are the URL parameters passed to the plugin
@vicb Thank you
I missed the routerPath configuration. it works perfectly now.
-
RE: List of Finished Windy Plugins (v42+)
@David-Ryzec-3 Do I need to tell you I have updated the version?
https://windy-plugins.com/8724298/windy-plugin-contrails/1.0.1/plugin.min.js -
RE: List of Finished Windy Plugins (v42+)
@David-Ryzec-3 Thank you, I'll upload a screenshot now
Would it be possible to change the author's name to "Ioana Logafatu" as per the pluginConfig.ts
MortimerCat is my business name, but the plugin in was a personal project.
-
RE: List of Finished Windy Plugins (v42+)
Thank you.
I have set private to true, version to 1.0.0 and actioned..
https://windy-plugins.com/8724298/windy-plugin-contrails/1.0.0/plugin.min.js
-
RE: List of Finished Windy Plugins (v42+)
@Suty I would love that to happen, thank you.
-
Are the URL parameters passed to the plugin
If I call open Windy with the following URL, I get the map centred at -22,49 (wherever that may be)
https://www.windy.com/plugin/contrails?-22.715,49.109,5,i:pressure_params in my plugin code is always undefined.
export const onopen = (_params: any) => { console.log('PARAMS', _params); };
PARAMS undefined
Question 1) Should I be seeing something in _params?
Question 2) I want to pass a parameter to my plugin - in my case it will be the altitude I want to examine. How would I format that in my URL?
-
RE: List of Finished Windy Plugins (v42+)
Hi there,
I have created a plugin that analyses atmospheric conditions and calculates whether an aircraft would create contrails at a given location. I have attached a screenshot.
https://github.com/IoanaLogafatu/windy-plugin-contrails
The latest version
https://windy-plugins.com/8724298/windy-plugin-contrails/0.1.5/plugin.min.jsCan this please be considered for official inclusion?
-
RE: What is my User ID ?
@Mortimer-Cat I eventually realised publish-plugin on GitHub gives the full URL in the output.