Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    Autoplay radar widget

    Scheduled Pinned Locked Moved Your Feedback and Suggestions
    3 Posts 3 Posters 1.1k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Reese HenschenR Offline
      Reese Henschen
      last edited by

      WIndy you are missing the boat here not implementing or figuring a way to setup autoplay on the radar with looping updates when new data arrives. I've seen this requested by a lot of people and frankly would be a big reason to upgrade to premium (Which I Have) tons of hotels/ kiosks/ and any Dak board users would love to have this setup on their launch screen for the day. You figured a way to put the forecasting on it which is nice and all but the autoplay feature has been requested for some time now please as a paying customer look into implementing this. Surely you could find someone on fiver to set this up .... hell id even pay to help it get done!
      PLEASE IMPLEMENT THIS ASAP!!!!!!!!!!!

      M 1 Reply Last reply Reply Quote 1
      • M Offline
        MrBond @Reese Henschen
        last edited by

        @Reese-Henschen
        Yes, this is highly requested!

        1 Reply Last reply Reply Quote 0
        • Andreas FleckA Offline
          Andreas Fleck
          last edited by

          Hello together,

          i have the same issue.

          But i found a little workaround if you need this autoplay on fix browsers.
          I use the embedded windy for build a weatherstation on a Tablet with chrome browser. I spended much time but find only this way to become a working autoplay.

          The script is tested at Firefox and Chrome browser, there we have the tampermonkey app, at firefox on android,too

          But i have realy no idea how i can run this script on apps like kisok mode or other browser whre had no function to run tampermonkey.

          I have installed the app tampermonkey on my chrome browser and implemented there this script:

          // ==UserScript==
          // @name Windy Auto Play
          // @namespace http://tampermonkey.net/
          // @version 0.1
          // @description Automatically click the play button on Windy after 10 seconds
          // @author Your Name
          // @match https://embed.windy.com/embed.html*
          // @grant none
          // ==/UserScript==

          (function() {
          'use strict';

          // Wait 10 seconds before clicking the play button
          setTimeout(() => {
              const playButton = document.querySelector('[data-ref="play"]');
              if (playButton) {
                  playButton.click();
              }
          }, 5000);
          

          })();

          I hope windy find a way to implement this in the embedded part,too.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Windy Community  |  Powered by excellent NodeBB
          Terms of Use     Privacy Policy     Windy.com