<?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[Time slider on mobile is innacurate]]></title><description><![CDATA[<p dir="auto">When you drag the time slider to, say, 15:00, you may get shown the data for 15:00 or 16:00 depending on exactly how far you slide it. Looks like a basic rounding error to me where the data for the position of the slider is rounded to the nearest hour in two different ways, one for text display on the slider, and two to decide which data to display on the map.</p>
<p dir="auto">Very easy to reproduce and has existed as long as I can remember using Windy, so I'm not sure why it hasn't been noticed by the developers unless there's something more subtle going on.</p>
]]></description><link>https://community.windy.com/topic/21393/time-slider-on-mobile-is-innacurate</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 23:01:30 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/21393.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Jul 2022 20:42:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Thu, 13 Mar 2025 17:47:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/suty" aria-label="Profile: Suty">@<bdi>Suty</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/jphobbs" aria-label="Profile: jphobbs">@<bdi>jphobbs</bdi></a><br />
Isn't the fundamental problem here that the timestamp for the mapped data is not actually displayed on the map?  If it were then the problem would be obvious.  It becomes obvious if you have a plug-in that displays this timestamp as obtained like this...</p>
<pre><code>onMount(() =&gt; {
    broadcast.on('redrawFinished', onRedrawFinished);
});

function onRedrawFinished(params: any)
{
	console.log('onRedrawFinished', params.path);
        _path = params.path;
	const dateString: string = _path.substring(0,4) + '-' + _path.substring(4,6) + '-' +   
        _path.substring(6,8) + 'T' + _path.substring(8,10) + ':00:00Z';
	_hour = new Date(dateString).getTime(); }
</code></pre>
]]></description><link>https://community.windy.com/post/208728</link><guid isPermaLink="true">https://community.windy.com/post/208728</guid><dc:creator><![CDATA[tomA27]]></dc:creator><pubDate>Thu, 13 Mar 2025 17:47:35 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Sat, 01 Jun 2024 12:08:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/suty" aria-label="Profile: Suty">@<bdi>Suty</bdi></a> said in <a href="/post/189749">Time slider on mobile is innacurate</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> Hi, I probably already understand the issue you have. You are right that sometimes the temperature changes a bit earlier than the hour on the timeline, but we still talk about pixels and it can be possible that the temperature is decreased earlier than in the whole hour. So I wouldn't consider this as a major bug, do you agree?</p>
</blockquote>
<p dir="auto">Sorry but I don't understand this response at all. What do pixels have to do with it? Are you implying that the slider actually has greater granularity than full hours but this is not shown to the user?</p>
<p dir="auto">I can reproduce the bug as James reports it on an S23+. The forecast for a given time varies between two values with a 50% chance of each.</p>
<p dir="auto">It cannot be right that the forecast displayed for a given time rounded to the nearest has a 50% chance of being one value and a 50% chance of being another entirely different value.</p>
]]></description><link>https://community.windy.com/post/191663</link><guid isPermaLink="true">https://community.windy.com/post/191663</guid><dc:creator><![CDATA[jphobbs]]></dc:creator><pubDate>Sat, 01 Jun 2024 12:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Fri, 31 May 2024 23:21:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/suty" aria-label="Profile: Suty">@<bdi>Suty</bdi></a> sorry again for the late reply.</p>
<p dir="auto">If you are experiencing the issue in the same way as me, no I don't agree the issue is minor. The time shown on the time slider must correspond to the data shown. If you slide the time until it says 4pm and it shows you the data for 5pm, it's simply wrong.</p>
<p dir="auto">I wouldn't say it's an issue of pixels either. Programming wise, whatever code takes the position of the slider and rounds it to the nearest hour should be used both to determine what data to display and also to determine what time to show. It sounds like the same calculation is being done twice in two separate places with separate logic.</p>
<p dir="auto">It would be great to see this fixed.</p>
]]></description><link>https://community.windy.com/post/191650</link><guid isPermaLink="true">https://community.windy.com/post/191650</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Fri, 31 May 2024 23:21:30 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Fri, 10 May 2024 06:20:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> Hi, I probably already understand the issue you have. You are right that sometimes the temperature changes a bit earlier than the hour on the timeline, but we still talk about pixels and it can be possible that the temperature is decreased earlier than in the whole hour. So I wouldn't consider this as a major bug, do you agree?</p>
]]></description><link>https://community.windy.com/post/189749</link><guid isPermaLink="true">https://community.windy.com/post/189749</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Fri, 10 May 2024 06:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Thu, 09 May 2024 15:14:25 GMT]]></title><description><![CDATA[<p dir="auto">Tested on a Pixel 8 Pro too. It is still buggy. It's the same on every device on every layer for any hour. 50% of all data ever shown on the Android app is wrong. I will repeat the reproduction steps. Slide the analogue time slider so that the time shows, say, "15:00" but the slider is closer to 14:00 than 16:00. The data shown is correct. Then slide the time slider by a few pixels so that the time still shows "15:00" but the slider is closer to 16:00. Now the data for 16:00 is shown.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/suty" aria-label="Profile: Suty">@<bdi>Suty</bdi></a> if you can't reproduce this, the only thing I can think of is that something funny is going on with time zones. I am in the UK. Can you spoof your test device to UK or is there a dev in the UK you could assign this to?</p>
<p dir="auto">This bug should be maximum priority. Half of all data shown is wrong, at least for all devices I have ever tested. Would you agree this is high priority? I understand it is difficult if not reproducible for some reason.</p>
<p dir="auto">Thanks in advance for any time spent investigating this issue.</p>
]]></description><link>https://community.windy.com/post/189692</link><guid isPermaLink="true">https://community.windy.com/post/189692</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Thu, 09 May 2024 15:14:25 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Fri, 22 Sep 2023 10:48:06 GMT]]></title><description><![CDATA[<p dir="auto">@Ondřej-Šutera sorry I missed your reply. I have updated my notifications settings to email me so I shouldn't happen again.</p>
<p dir="auto">I could provided another screenshot but I'm not sure it will help you replicate it. I have been using Windy several times per week for the last few years and this bug has always existed. It happens on every model for every layer for every part of the map. It happens on my phone (Pixel 3a) but also the one other Android phone I have tested it on so far (Oppo Find X5). My timezone is Europe/London in case that matters.</p>
<p dir="auto">Is it possible that the time slider is doing some calculation based on screen width that is being unreliably calculated? (I know getting window dimenions in a browser/WebView can be error prone.)</p>
<p dir="auto">What is definitely true is that the logic to determine what time to display on the time slider is not the same logic to determine what time of data to fetch and display on the map. Even if you can't reproduce, I would guess that you would be able to verify this in code.</p>
<p dir="auto">How can I best help you investigate this further - provide more screenshots or a video, or get a list of more devices that are affected, or something else?</p>
<p dir="auto">Version is currently 39.3.2.</p>
]]></description><link>https://community.windy.com/post/161564</link><guid isPermaLink="true">https://community.windy.com/post/161564</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Fri, 22 Sep 2023 10:48:06 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Wed, 09 Aug 2023 09:28:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> Hi, I am not able to replicate this, can you provide any more screenshots with this issue from today?</p>
]]></description><link>https://community.windy.com/post/155437</link><guid isPermaLink="true">https://community.windy.com/post/155437</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Wed, 09 Aug 2023 09:28:43 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Wed, 09 Aug 2023 07:11:53 GMT]]></title><description><![CDATA[<p dir="auto">This is a huge bug. It exists on every Android device I've tried. It's very frustrating Windy have completely redesigned the interface but don't fix this very simple error.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/korina" aria-label="Profile: Korina">@<bdi>Korina</bdi></a> have the dev team looked at this yet?</p>
]]></description><link>https://community.windy.com/post/155393</link><guid isPermaLink="true">https://community.windy.com/post/155393</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Wed, 09 Aug 2023 07:11:53 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Mon, 14 Nov 2022 12:16:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> Thank you for the report. Out dev team will take a closer look at it.</p>
]]></description><link>https://community.windy.com/post/125796</link><guid isPermaLink="true">https://community.windy.com/post/125796</guid><dc:creator><![CDATA[Korina]]></dc:creator><pubDate>Mon, 14 Nov 2022 12:16:19 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Fri, 11 Nov 2022 09:40:36 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for the delay replying. I have attached a screenshot but the bug is very easy to reproduce without. Tested on two phones. Surely wrong every Android phone.</p>
<p dir="auto">The image shows two screenshots which both say "13:00" on the time slider, but the data shown is different for both. To be clear, the model has not changed, nor anything else besides moving the time slider. The only difference is that the second image has the time slider moved towards the end of the hour.</p>
<p dir="auto">Basically every time a user looks at a forecast in the future, there's a 50/50 chance the data displayed will be wrong. This is an enormous bug and probably very easy to fix. I would guess that the code for getting the time from the slider is duplicated in two places, one using <code>round</code>, one using <code>floor</code>.</p>
<p dir="auto"><img src="/assets/uploads/files/1668159231606-windy-time-slider-bug.jpeg" alt="windy-time-slider-bug.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.windy.com/post/125576</link><guid isPermaLink="true">https://community.windy.com/post/125576</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Fri, 11 Nov 2022 09:40:36 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Fri, 19 Aug 2022 08:43:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jancellor" aria-label="Profile: jancellor">@<bdi>jancellor</bdi></a> Hello, could you attach a screenshot of this error? The data are shown for the next hour if it is for example 15:30 pm.</p>
]]></description><link>https://community.windy.com/post/117021</link><guid isPermaLink="true">https://community.windy.com/post/117021</guid><dc:creator><![CDATA[Korina]]></dc:creator><pubDate>Fri, 19 Aug 2022 08:43:25 GMT</pubDate></item><item><title><![CDATA[Reply to Time slider on mobile is innacurate on Thu, 18 Aug 2022 17:16:19 GMT]]></title><description><![CDATA[<p dir="auto">Just want to highlight this bug again. I forgot to say the mobile platform is Android. No idea about iPhone. Tested on two devices. This is a major bug. Windy is fantastic in general.</p>
]]></description><link>https://community.windy.com/post/116960</link><guid isPermaLink="true">https://community.windy.com/post/116960</guid><dc:creator><![CDATA[jancellor]]></dc:creator><pubDate>Thu, 18 Aug 2022 17:16:19 GMT</pubDate></item></channel></rss>