Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. jakubvrana
    • Profile
    • Following 0
    • Followers 3
    • Topics 21
    • Posts 72
    • Best 27
    • Controversial 0
    • Groups 3

    jakubvrana

    @jakubvrana

    55
    Reputation
    161
    Profile views
    72
    Posts
    3
    Followers
    0
    Following
    Joined Last Online
    Website www.vrana.cz/

    jakubvrana Unfollow 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
      jakubvranaJ
      jakubvrana
    • RE: Windy.com introduces soaring forecast

      This layer is extremely over-optimistic. It predicts heights for 1000 m or more higher than they are predicted by other methods (and then they really are). Take a look at the screenshot: The Thermals layer predicts 3200 m (which is extremely rare in Czechia) whereas it will actually be around 1890 m (as predicted by another method).

      cf57f7e0-6660-4102-9252-911194006a6c-image.png

      The method used by my plugin has its “proof” in the diagram:

      meteogram.png

      I have no idea how the number coming from the Thermals layer is computed but it's most certainly wrong.

      posted in Announcements
      jakubvranaJ
      jakubvrana
    • Remove dead plugins

      Please remove my plugin Aladin wind (windy-plugin-aladin). The data source is gone and it's not probable that it will be back.

      Please also remove the plugin Paragliding flyability (windy-plugin-pg) which is not mine. Its data source is also gone, https://pg-api.ovh/ is not even in the DNS anymore. This plugin didn't work for long periods in the past. I've contacted the author several times which always helped only for a short time.

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Keyboard shortcuts

      There's also - and + (or =) to zoom the map.

      posted in Frequently Asked Questions
      jakubvranaJ
      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
      jakubvranaJ
      jakubvrana
    • RE: List of finished Windy Plugins (old version)

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

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

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: List of finished Windy Plugins (old version)

      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
      jakubvranaJ
      jakubvrana
    • RE: Geopot. height doesn't work

      It works for me now too.

      posted in Your Feedback and Suggestions
      jakubvranaJ
      jakubvrana
    • RE: List of finished Windy Plugins (old version)

      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
      jakubvranaJ
      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
      jakubvranaJ
      jakubvrana

    Latest posts made by jakubvrana

    • RE: temp-surface disappeared from ECMWF-HRES

      It's fixed now, thanks.

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • temp-surface disappeared from ECMWF-HRES

      I get the forecast data by getMeteogramForecastData. There are many keys like dewpoint-150h and there also used to be temp-surface. It now disappeared. Please add it back.

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: List of Finished Windy Plugins (v42+)

      I've updated the Flymet plugin and published. Please review and approve.

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Plugins not compatible

      @Suty Is this at least automatic when I publish a new version? Or do I need to always notify you?

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Plugins not compatible

      @Suty Does every new version need to be approved?

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Plugins not compatible

      @Suty I've published the plugin: https://github.com/vrana/windy-plugin-pg-mapa/actions/runs/8658990874

      How long does it take to appear in Windy?

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Plugins not compatible

      @Suty I've updated the plugin to the new system. It works in the dev mode. It still says it's not compatible. What do I need to do to re-enable it in Windy plugins list?

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • Wrong link

      There's a wrong link at https://docs.windy-plugins.com/getting-started/.

      It leads to https://github.com/windycom/windy-plugin-teplate.git (M is missing in template).

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • Plugins not compatible

      Almost all the plugins now say “not compatible”. What should we do to make it compatible? Is there some announcement?

      posted in Windy Plugins
      jakubvranaJ
      jakubvrana
    • RE: Not working Plugin!

      @jakubvrana, it now lives in @windy/fetch as getPointForecastData.

      Before doing any API change, can you scan the plugins if they use the old API and either send pull requests to fix them or at least inform us? It's really not pleasant if my plugin keeps breaking because of these changes.

      posted in Bug Reports
      jakubvranaJ
      jakubvrana