Weather34 TEMPLATE
Moderator: Mattk
Re: Weather34 TEMPLATE
From what I hear, the reason behind the MB included W34 version not showing graphs is a licensing thing. The libraries used for showing the charts would need to be licensed for each implementation when it is sold with a commercial product. The reason therefore is not a technical but a commercial one.
When someone run W34 themselves on an (from MB) independent server, that's a different scenario, as in principle the template could be fed by any working means.
When someone run W34 themselves on an (from MB) independent server, that's a different scenario, as in principle the template could be fed by any working means.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 TEMPLATE
from what you hear is correct and Boris would need to buy the commercial license to distribute in a commercial paid product(Meteobridge) . Weather34 distributed version via weather34 home page is free and uses the non commercial license since 2017 !! As long has the home page distribution download remains free in every sense the use of canvasJs will remain with the non commercial license use .If Weather34 became a paid download or product etc then a far better paid solution for chart display would be used for example https://www.zingchart.com/pricing .
Boris in the past used AMCharts with a weather34 inbuilt version for the original NANOSD .
In future please open a separate thread for discussion of Meteobridge internal versions of template as they are different and dont follow the regular updates and features added .
Boris in the past used AMCharts with a weather34 inbuilt version for the original NANOSD .
In future please open a separate thread for discussion of Meteobridge internal versions of template as they are different and dont follow the regular updates and features added .
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Weather34 TEMPLATE
The problem with the Sun/Moon module is unfortunately still present, even in Aurora MkII, as I just tested.weatherist34 wrote: ↑Tue Dec 15, 2020 8:24 pm @Toto found it
will update it tomorrow ..
but if your brave find this line in the related moon modules just remove the decimal .1
//jday = J0 + 28 * phase + Math.floor(F);
jday = J0 + 28.1 * phase + Math.floor(F);
change to
//jday = J0 + 28 * phase + Math.floor(F);
jday = J0 + 28 * phase + Math.floor(F);
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 TEMPLATE
find the lines in moon related files ..
applied to update just now..Brian
Code: Select all
return ((this / 86400000) - (this.getTimezoneOffset() / 1440) + 2440586.7999)};
change to
return ((this / 86400000) - (this.getTimezoneOffset() / 1440) + 2440587.5)};
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Weather34 TEMPLATE
Hi Brian,
When I click on 2020 under charts, the charts from 2019 are displayed.
What do I need to change?
When I click on 2020 under charts, the charts from 2019 are displayed.
What do I need to change?
-
- Platinum Boarder
- Posts: 1693
- Joined: Tue Mar 28, 2017 6:57 am
Re: Weather34 TEMPLATE
ive only just seen this , short answer that version stopped being updated ,developed hence it as no idea how to roll back to 2020 i think? . needs multiple files re scripted but unfortunately i cant help for a few weeks but Ill help in early march sometime.
my advice is to stop using it as the API changes forthcoming will render some parts broken.i know its all about language support but i didnt get the support regularly enough to keep it going most supported languages mostly were never updated in a timely manner some more than a year. many new ideas were never implemented due to lack of language support or updates.if languages are important i would switch to wim van de kuil template. I have 100% no plans to get involved in multiple languages support, as always i speak two languages english and turkish beyond those I have no idea or how todo reliably.
Simple Update February 2023 for Weather34 Aurora MKII
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
https://www.mediafire.com/file/jk4lj3mq ... 2.zip/file
Weather34 Master Download Aurora MKII
https://download.meteobridge.com/files/Weather34.zip
Re: Weather34 TEMPLATE
Yes ok, I understand that , you had explained that before. The chart link problem is not so bad now, so I'll stay with this version for now, as long as it goes.
Re: Weather34 TEMPLATE
What would cause the top portion of my 5 day forecast to be blank? https://www.atglenweather.com/console/index.php
- Attachments
-
- Screenshot 2021-04-01 082302.png (60.59 KiB) Viewed 7302 times
Re: Weather34 TEMPLATE
You are using the new Aurora version, this topic is about the older template. This is about the new version:
viewtopic.php?t=15243&start=615
I had the same problem, you still need to apply the latest update from 25.03.2021:
https://weather34.com/homeweatherstation/
viewtopic.php?t=15243&start=615
I had the same problem, you still need to apply the latest update from 25.03.2021:
https://weather34.com/homeweatherstation/
Re: Weather34 TEMPLATE
Thanks!!!