Interactive Graph Time
- Dehatter
- Professional

- Posts: 350
- Joined: Sun Jan 07, 2018 5:11 am
- Location: Matthews, NC, USA
- Station model: Ecowitt WH80
- Software: Ecowitt GW1000
- Contact:
Interactive Graph Time
I maybe doing something wrong (as it seems in my past problems) but on my site, the time in the interactive graph shows 5 hrs earlier than the actual time the reading is taken.
Tom
Tom
- Attachments
-
- Current.jpg (98.51 KiB) Viewed 29551 times
-
- graphtime.jpg (25.9 KiB) Viewed 29551 times
-
RobF
- Observer

- Posts: 42
- Joined: Mon Nov 06, 2017 12:50 pm
- Location: Clearwater Beach, Florida
- Station model: Davis Pro 2 Plus
- Software: WeatherLink.com
- Contact:
Re: Interactive Graph Time
Mine is doing that as well. I don't see a way to set the time or time zone for this block.
-
RobF
- Observer

- Posts: 42
- Joined: Mon Nov 06, 2017 12:50 pm
- Location: Clearwater Beach, Florida
- Station model: Davis Pro 2 Plus
- Software: WeatherLink.com
- Contact:
Re: Interactive Graph Time
Just saw the previous thread regarding this:
viewtopic.php?f=56&t=653
Yea, the full screen has the correct times, just the block is off (5 hours here where we are here).
Any progress or ideas?
viewtopic.php?f=56&t=653
Yea, the full screen has the correct times, just the block is off (5 hours here where we are here).
Any progress or ideas?
- jay_hoehn
- Language Admin

- Posts: 135
- Joined: Sun Aug 20, 2017 1:45 pm
- Location: Las Cruces, NM USA
- Station model: Vantage Pro 2 Plus
- Software: WeeWx
- Contact:
Re: Interactive Graph Time
Interesting. Your full screen time is correct. Mine displays the same as in the block.
Jay
http://www.jayswoodfurniture.com/meteo/indexDesktop.php
Jay
http://www.jayswoodfurniture.com/meteo/indexDesktop.php
- Fraggboy
- Forecaster

- Posts: 193
- Joined: Wed Sep 27, 2017 2:45 pm
- Location: Sunny California
- Station model: Bloomsky II + Storm
- Software: Bloomsky
- Contact:
Re: Interactive Graph Time
Both Current and Interactive blocks are showing the correct time for my site. I have no idea as to what would cause that issue.. :/
Current Block: Interactive Block:
Current Block: Interactive Block:
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
- Dehatter
- Professional

- Posts: 350
- Joined: Sun Jan 07, 2018 5:11 am
- Location: Matthews, NC, USA
- Station model: Ecowitt WH80
- Software: Ecowitt GW1000
- Contact:
Re: Interactive Graph Time
This is weird. When I check Jay’s station it was off by 5 hours like mine, but Fraggboy’s is indeed correct. Not sure why his would be different from the rest. A time zone selection issue? Gonna check into that.
Tom
Tom
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
Im 100% sure it worked fine before, surely people would notice if all graphs had incorrect times. It is strange that it only occurs for some, they must have changed something in the Highcharts script, it is loaded from the central CDN, so it always uses the latest version automatically
- Dehatter
- Professional

- Posts: 350
- Joined: Sun Jan 07, 2018 5:11 am
- Location: Matthews, NC, USA
- Station model: Ecowitt WH80
- Software: Ecowitt GW1000
- Contact:
Re: Interactive Graph Time
I can confirm that changing the time zone does not affect the time on the graph. To add to the confusion, it is correct in the graph shown using fixed bootstrap setup.
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
the mobile site uses the exact same script as the interactive graph, the exact same time processing
- Dehatter
- Professional

- Posts: 350
- Joined: Sun Jan 07, 2018 5:11 am
- Location: Matthews, NC, USA
- Station model: Ecowitt WH80
- Software: Ecowitt GW1000
- Contact:
Re: Interactive Graph Time
all I know is that something is different.
Something about the axis generation. The label comes from the axis.
Also has something to do with time zones because your site is +1 hr and mine is -5 hours. Which is how far we are from UTC.
Something about the axis generation. The label comes from the axis.
Also has something to do with time zones because your site is +1 hr and mine is -5 hours. Which is how far we are from UTC.
Re: Interactive Graph Time
Try removing all other blocks on the page that are using Highcharts.
Regards
Regards
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
The problem is that for me it works fine on my page, so it is problematic to fix something that seems to be "fixed" from my side
Re: Interactive Graph Time
The graph on this site: http://www.meteotemplate.com/template/indexDesktop.php is one hour ahead?
- Dehatter
- Professional

- Posts: 350
- Joined: Sun Jan 07, 2018 5:11 am
- Location: Matthews, NC, USA
- Station model: Ecowitt WH80
- Software: Ecowitt GW1000
- Contact:
Re: Interactive Graph Time
This is what it shows for me.
- Attachments
-
- graphtimeBrno.jpg (99.24 KiB) Viewed 29403 times
-
- currentBrno.jpg (75.58 KiB) Viewed 29403 times
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
OK,
here is the bad news:
The highcharts script is not loaded from your server, but from the CDN which means always the latest version is used. Some change must have been made in HCh, because it affects more pages and I would 100% notice it and not release it if the times were wrong. Looking at the documentation, the recent new version (6.0) has no changes in terms of time handling so it will be complicated to try to find what is causing it.
Good news:
I can see the problem on my page as well, which gives me a chance to try to play around with it
here is the bad news:
The highcharts script is not loaded from your server, but from the CDN which means always the latest version is used. Some change must have been made in HCh, because it affects more pages and I would 100% notice it and not release it if the times were wrong. Looking at the documentation, the recent new version (6.0) has no changes in terms of time handling so it will be complicated to try to find what is causing it.
Good news:
I can see the problem on my page as well, which gives me a chance to try to play around with it
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
OK, so to make things even more mysterious... the EXACT same script (loaded from the same location) loads differently on its own and when on the homepage, can someone verify this?
http://www.meteotemplate.com/template/i ... ctiveGraph
http://www.meteotemplate.com/template/indexDesktop.php
http://www.meteotemplate.com/template/i ... ctiveGraph
http://www.meteotemplate.com/template/indexDesktop.php
- jay_hoehn
- Language Admin

- Posts: 135
- Joined: Sun Aug 20, 2017 1:45 pm
- Location: Las Cruces, NM USA
- Station model: Vantage Pro 2 Plus
- Software: WeeWx
- Contact:
Re: Interactive Graph Time
Jachym,
I can confirm the problem. On the stand alone block the last datapoint reads 15:10 on the full page it reads 23:10.
Jay
I can confirm the problem. On the stand alone block the last datapoint reads 15:10 on the full page it reads 23:10.
Jay
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
OK try now please
(it is 10:32 PM, thats what it should show on my page)
(it is 10:32 PM, thats what it should show on my page)
- jay_hoehn
- Language Admin

- Posts: 135
- Joined: Sun Aug 20, 2017 1:45 pm
- Location: Las Cruces, NM USA
- Station model: Vantage Pro 2 Plus
- Software: WeeWx
- Contact:
Re: Interactive Graph Time
Jachym,
Now both read 22:34 for me. Maybe you found the issue?
Jay
Now both read 22:34 for me. Maybe you found the issue?
Jay
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
Yes, I did make some changes, works for me as well
- jay_hoehn
- Language Admin

- Posts: 135
- Joined: Sun Aug 20, 2017 1:45 pm
- Location: Las Cruces, NM USA
- Station model: Vantage Pro 2 Plus
- Software: WeeWx
- Contact:
Re: Interactive Graph Time
Jachym,
Will you be releasing a fix?
Jay
Will you be releasing a fix?
Jay
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: Interactive Graph Time
Hopefully yes, but I need to test it a bit more before releasing it to make absolutely sure it is working
