Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. vicb
    3. Topics
    • Profile
    • Following 0
    • Followers 2
    • Topics 12
    • Posts 81
    • Best 24
    • Groups 3

    Topics created by vicb

    • vicb

      What conditions hide the timeline on mobiles ?
      Windy Plugins • • vicb

      4
      0
      Votes
      4
      Posts
      467
      Views

      vicb

      I was able to solve this using

      The less mixins .mobile(), .desktop(), ...

      The root scope variables isMobile, ...

    • vicb

      @plugins/plugin-data-loader and premium forecasts
      Windy Plugins • • vicb

      1
      1
      Votes
      1
      Posts
      301
      Views

      No one has replied

    • vicb

      Adding multiples webcam (i.e. batch)
      Windy Webcams • • vicb

      6
      0
      Votes
      6
      Posts
      581
      Views

      vicb

      I have just seen that the webcams are online.
      Thanks !

    • vicb

      Did anything change recently with left hand side handling ?
      Windy Plugins • • vicb

      15
      1
      Votes
      15
      Posts
      128
      Views

      marekd

      @vicb Creating plugin API and plugin sandboxing would solve this, but it is quite complex project with unsure result. Yes, javascript has an access to Cordova and Cordova has an access via its plugins to many native functions. iOS is quite safe, because user has to confirm (face id, password) any try to access his/her private data. Android, especially in some older versions, is totaly unsecured.

    • vicb

      Meteogram time is not aligned with the timeline
      Bug Reports • • vicb

      4
      0
      Votes
      4
      Posts
      82
      Views

      ?

      @vicb

      I ask as I tried multiple ways but could not reproduce a time offset like your graphic displays.

    • vicb

      UNSOLVED pluginDataLoader / ICON airData gh values are off by ~10x
      Replicable BUGs • • vicb

      2
      2
      Votes
      2
      Posts
      84
      Views

      TZ

      @vicb Hi, thank you for reporting! It seems that the data is not divided by the gravitational constant. We will fix it.

    • vicb

      Bug in the model switcher display ?
      Windy Plugins • • vicb

      5
      0
      Votes
      5
      Posts
      181
      Views

      vicb

      I ended up loading detail-render instead and it fixed my issue.

      Thanks !

    • vicb

      SOLVED I can not edit a post on the forum.
      Fixed BUGs • • vicb

      3
      0
      Votes
      3
      Posts
      65
      Views

      vicb

      Works great now. Thanks you so much.

    • vicb

      Favorites and paragliding sites
      Your Feedback and Suggestions • • vicb

      2
      0
      Votes
      2
      Posts
      67
      Views

      ivo

      Hmm it seems like a bug. Fav can be type station, fav, airport.

      Will check

      Thx for reporting

    • vicb

      Is there a way to retrieve user's favorite locations
      Windy Plugins • • vicb

      4
      0
      Votes
      4
      Posts
      172
      Views

      vicb

      Thanks @ivo

      So the "better" way to retrieve favorites is

      import favs from "@windy/favs"; // or // var favs = W.require('favs');

      Then

      favs.getAll();

      returns:

      { "34.492/-119.702": {key: "34.492/-119.702", lat: 34.491843, lon: -119.702396, name: "Santa Barbara", type: "fav", …}, "36.768/-119.098": {key: "36.768/-119.098", lat: 36.768385, lon: -119.097719, name: "Dunlap", type: "fav", …}, … }

      and

      favs.getArray();

      returns:

      [ {key: "37.514/-121.882", lat: 37.513810842731, lon: -121.88215255737303, name: "Mission Peak", type: "fav", …}, {key: "37.365/-122.246", lat: 37.3650410873092, lon: -122.24594593048094, name: "Windy Hill", type: "fav", …}, {key: "34.492/-119.702", lat: 34.491843534372784, lon: -119.70239639282227, name: "Santa Barbara", type: "fav", …}, … ]
    • vicb

      Sounding Plugin - for paraglider pilots
      Windy Plugins • • vicb

      42
      6
      Votes
      42
      Posts
      3074
      Views

      Korina

      @tomasz-w Hello, image upload size has a limit, try to upload a smaller picture.

    • vicb

      Could we have more pressure levels ? Cloud cover for those levels ?
      Windy Plugins • • vicb

      10
      0
      Votes
      10
      Posts
      426
      Views

      vicb

      Thanks !

      I use the sfc temp +3 degree for now as an approx - probably too much in the morning or when the cloud cover is important.

      The surface temperature reported by the model does not seem to work better (I may want to give it an another try later).

      Does it answer your question or is the question more about the temperature gradient ?