Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. jakubvrana
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 43
    • Best 13
    • Groups 3

    jakubvrana

    @jakubvrana

    27
    Reputation
    92
    Profile views
    43
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.vrana.cz/

    jakubvrana Follow
    API developers Paraglider Developers

    Best posts made by jakubvrana

    • Autoload plugin

      Please, please, please, add the option to automatically load a plugin specified in the URL. It's annoying to always need to find my plugin in the list and open it manually. Also, it's hard to refer a plugin to other people, I need to give them instructions instead of just a URL.

      I understand that there are some security concerns but can you allow this at least for the official plugins that show in the UI?

      When doing it, please allow loading more plugins at the same time, the URL could be e.g. windy.com/?plugin=pg-mapa&plugin=airspaces.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Develop Windy Plugin to extend functionality of Windy

      @ivo The plugins are great. Would it be possible to persist the plugins I loaded? Either by storing the loaded plugins in Local Storage or at least by putting the loaded plugins into URL (something like /?plugin=windy-plugin-pg).

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: List of finished Windy Plugins

      5d36442d-0eac-4cd7-b75b-1a68d8729974-image.png

      windy-plugin-flymet: Displays layers useful for glider pilots from FLYMET in Czechia.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: List of finished Windy Plugins

      88df793d-87d7-4563-ab11-45dbef9d5568-image.png

      windy-plugin-aladin: Displays wind direction and speed in the picker according to the Aladin forecast in Czechia.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: List of finished Windy Plugins

      Let us know if we should add your plugin to the list

      I've created windy-plugin-pg-mapa. I would like it to be published. Please let me know if you need me to do something else.

      There's also a Windy API version at https://pg.vrana.cz/mapa/ which works only with GFS but it's available on mobiles too.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Autoload plugin

      I've created a poor man solution to load the plugins I always use with a bookmarklet. Create a browser bookmark with this URL (strip the newlines if need to but e.g. Chrome does that automatically, keep javascript:):

      javascript:
      function loadPlugin(id) {
        document.querySelector('[href="#load"]').click();
        setTimeout(() => {
          const input = document.querySelector('[placeholder="Example: windy-plugin-hello-world"]');
          input.value = id;
          input.dispatchEvent(new InputEvent('input'));
          input.nextElementSibling.children[1].click();
        });
      }
      loadPlugin('windy-plugin-pg-mapa');
      setTimeout(() => {
        W.broadcast.fire('rqstOpen', 'plugins');
        setTimeout(() => loadPlugin('windy-plugin-flymet'));
      }, 3000);
      

      Then open https://www.windy.com/plugins and click this bookmark. It will open the plugins I use.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • Unable to select Meteoblue and Arome in Wind comparison

      Wind comparison allows selecting ECMWF, GFS and Icon as primary but Arome and Meteoblue not. I see no reason for it as both Arome and Meteoblue could be selected as a model for the map. Arome even stays as primary when showing the wind comparison and it is then in this weird state that it's both selected and disabled:

      Screenshot from 2020-04-19 21-17-51.png

      Meteoblue couldn't be primary for an unknown reason. Could it be just because it's named NEMS in the model selection and Meteoblue in the Wind comparison? Please unify this, it's confusing.

      posted in Bug Reports
      jakubvrana
      jakubvrana
    • RE: Give access to interpolator

      I've temporarily solved it by using an internal API:

      W.tileInterpolator.createFun(interpolate => {
        var data = interpolate({lat, lon});
      });
      

      @marekd The plugins aren't available on mobile which is a deal breaker for me. But I'll probably create both the plugin and the app using API.

      posted in Windy API v4
      jakubvrana
      jakubvrana
    • RE: Geopot. height doesn't work

      It works for me now too.

      posted in Your Feedback and Suggestions
      jakubvrana
      jakubvrana
    • RE: Plugins not working on mobiles/pads: what's the definitive word?

      The plugins are actually available on mobile, there's just no menu item for them. If you open https://www.windy.com/plugins on mobile then you can use them. If you open this link from other app (not a browser) then you can use them even in the Windy app (which hijacks the opened URL and opens itself, at least on iOS).

      posted in Windy Plugins
      jakubvrana
      jakubvrana

    Latest posts made by jakubvrana

    • RE: List of finished Windy Plugins

      88df793d-87d7-4563-ab11-45dbef9d5568-image.png

      windy-plugin-aladin: Displays wind direction and speed in the picker according to the Aladin forecast in Czechia.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Updated Plugins System

      @rittels You are right. I didn't want some of my plugins to be listed in the gallery as they are not very useful for others. However, I just learned that it's possible to have an approved but unlisted plugin which is fine with me.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Load our meteorological data into your Windy Plugin

      @marekd, thanks for the update. Backwards compatibility is sacred for me so I'm surprised that you break it just to change a name, especially if there are official docs and examples around. I can understand that this was an omission but I don't understand not reverting it once reported. Can you please at least keep both names? (I don't know if some kind of aliases are possible here.)

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Load our meteorological data into your Windy Plugin

      This seems to be renamed to @windy/@plugins/plugin-data-loader. Is this change permanent or is it a bug? If permanent then please fix the docs and examples but I'd suggest keeping the original name.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Updated Plugins System

      Thanks for the update and congrats on becoming a code contributor. Would it be possible to just prefill the form at URL https://www.windy.com/plugins/windy-plugin-unknown? I use some niche plugins which are not worth approving and this would allow loading them more easily.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Load our meteorological data into your Windy Plugin

      @ivo, this stopped working today around 11:40:

      “tinyrequire DI error: Can not resolve @plugins/windy-plugin-pg-mapa module Error: Tinyrequire error: Module "pluginDataLoader" does not exist!”

      37335e97-0137-40bc-a5fb-633dd01dd9f8-image.png

      Also, would be possible to return the data in 1-hour resolution for premium users?

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • One hour shift of wind

      There's a one hour shift between the wind forecast at the bottom of the page and the wind markers on the map. This is an example:

      2015c98a-dc15-4035-af91-72e4bea83621-image.png

      Note that the time selected is 10:00 which e.g. ICON forecasts as 2 G:5 from south yet the marker says 3 G:8 from south-west which is the forecast for 11:00.

      I can consistently reproduce this both on desktop and on mobile.

      posted in Bug Reports
      jakubvrana
      jakubvrana
    • RE: Your animations

      To download this video just click with right mouse button on this link and select "Save link as..."


      This video is licenced under Creative Commons licence (CC-BY 3) and can be used/modified freely in any possible way. Just mention Windy.com

      Create your own animation at https://www.windy.com/animate

      posted in General Discussion
      jakubvrana
      jakubvrana
    • RE: Autoload plugin

      I've created a poor man solution to load the plugins I always use with a bookmarklet. Create a browser bookmark with this URL (strip the newlines if need to but e.g. Chrome does that automatically, keep javascript:):

      javascript:
      function loadPlugin(id) {
        document.querySelector('[href="#load"]').click();
        setTimeout(() => {
          const input = document.querySelector('[placeholder="Example: windy-plugin-hello-world"]');
          input.value = id;
          input.dispatchEvent(new InputEvent('input'));
          input.nextElementSibling.children[1].click();
        });
      }
      loadPlugin('windy-plugin-pg-mapa');
      setTimeout(() => {
        W.broadcast.fire('rqstOpen', 'plugins');
        setTimeout(() => loadPlugin('windy-plugin-flymet'));
      }, 3000);
      

      Then open https://www.windy.com/plugins and click this bookmark. It will open the plugins I use.

      posted in Windy Plugins
      jakubvrana
      jakubvrana
    • RE: Skipping by hour in Windy Premium

      Yes, thanks.

      posted in Your Feedback and Suggestions
      jakubvrana
      jakubvrana