<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Autoplay radar widget]]></title><description><![CDATA[<p dir="auto">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!<br />
PLEASE IMPLEMENT THIS ASAP!!!!!!!!!!!</p>
]]></description><link>https://community.windy.com/topic/34122/autoplay-radar-widget</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 14:45:35 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/34122.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jul 2024 03:23:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Autoplay radar widget on Fri, 26 Jul 2024 06:48:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello together,</p>
<p dir="auto">i have the same issue.</p>
<p dir="auto">But i found a little workaround if you need this autoplay on fix browsers.<br />
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.</p>
<p dir="auto">The script is tested at Firefox and Chrome browser, there we have the tampermonkey app, at firefox on android,too</p>
<p dir="auto">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.</p>
<p dir="auto">I have installed the app tampermonkey on my chrome browser and implemented there this script:</p>
<p dir="auto">// ==UserScript==<br />
// <a class="plugin-mentions-user plugin-mentions-a" href="/user/name" aria-label="Profile: name">@<bdi>name</bdi></a>         Windy Auto Play<br />
// @namespace    <a href="http://tampermonkey.net/" rel="nofollow ugc">http://tampermonkey.net/</a><br />
// <a class="plugin-mentions-user plugin-mentions-a" href="/user/version" aria-label="Profile: version">@<bdi>version</bdi></a>      0.1<br />
// @description  Automatically click the play button on Windy after 10 seconds<br />
// <a class="plugin-mentions-user plugin-mentions-a" href="/user/author" aria-label="Profile: author">@<bdi>author</bdi></a>       Your Name<br />
// <a class="plugin-mentions-user plugin-mentions-a" href="/user/match" aria-label="Profile: match">@<bdi>match</bdi></a>        <a href="https://embed.windy.com/embed.html" rel="nofollow ugc">https://embed.windy.com/embed.html</a>*<br />
// <a class="plugin-mentions-user plugin-mentions-a" href="/user/grant" aria-label="Profile: grant">@<bdi>grant</bdi></a>        none<br />
// ==/UserScript==</p>
<p dir="auto">(function() {<br />
'use strict';</p>
<pre><code>// Wait 10 seconds before clicking the play button
setTimeout(() =&gt; {
    const playButton = document.querySelector('[data-ref="play"]');
    if (playButton) {
        playButton.click();
    }
}, 5000);
</code></pre>
<p dir="auto">})();</p>
<p dir="auto">I hope windy find a way to implement this in the embedded part,too.</p>
]]></description><link>https://community.windy.com/post/196621</link><guid isPermaLink="true">https://community.windy.com/post/196621</guid><dc:creator><![CDATA[Andreas Fleck]]></dc:creator><pubDate>Fri, 26 Jul 2024 06:48:17 GMT</pubDate></item><item><title><![CDATA[Reply to Autoplay radar widget on Wed, 17 Jul 2024 20:55:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/reese-henschen" aria-label="Profile: Reese-Henschen">@<bdi>Reese-Henschen</bdi></a><br />
Yes, this is highly requested!</p>
]]></description><link>https://community.windy.com/post/194802</link><guid isPermaLink="true">https://community.windy.com/post/194802</guid><dc:creator><![CDATA[MrBond]]></dc:creator><pubDate>Wed, 17 Jul 2024 20:55:31 GMT</pubDate></item></channel></rss>