Page 23 of 30

Re: Weather34 Meteobridge Master Template Download

Posted: Sat Dec 30, 2023 6:54 am
by weatherist34
ToTo wrote: Fri Dec 29, 2023 7:37 pm Ideas? of course ;-)

+ The diagrams for the air quality in Theme 8 are still missing.
+ We now have a lot of themes, it would be nice if the currently selected theme number in the menu could be identified with a different color.
+ The menu in Theme 8 overlaps the footer.
+ The font size in the menu changes between different themes, I find the font size in the menu of Theme 5 suitable?
good morning ..patience is a virtue the AQ charts are there just need to compile a Luftdaten and Indoor chart output.. unfortunately not all bottom modules have a chart data to use .

pass on the color identifiers for menu..

theme 8 menu overlap fixed (z-index:1)

font sizes will standardise the menu font size across layouts.

aq charts so far below
tor5.png
tor5.png (223.23 KiB) Viewed 781974 times

Re: Weather34 Meteobridge Master Template Download

Posted: Sat Dec 30, 2023 8:55 am
by weatherist34
Torsten here we go or see demo https://whaleybridge-weather.com/weathe ... yout-2.php ,note no chart data for woodsmoke without compiling new scripts to use the woodsmoke formula
TOR6.png
TOR6.png (212.02 KiB) Viewed 781970 times

Re: Weather34 Meteobridge Master Template Download

Posted: Sat Dec 30, 2023 11:30 am
by ToTo
weatherist34 wrote: Sat Dec 30, 2023 6:54 am
pass on the color identifiers for menu..

theme 8 menu overlap fixed (z-index:1) :shock:

font sizes will standardise the menu font size across layouts.

aq charts so far below
Good Morning,

i check the demo https://whaleybridge-weather.com/weathe ... yout-2.php
looks good

+ Menu Fonts und Color identifiers i haven't noticed any changes yet, will there be?
+ Refresh button on theme 8 switch to theme 7 :wink:
+ Text "wind speed chart" and "solar data chart" are too close to the chart legend (is the text necessary?)
+ perhaps adjust the size of the Windspeed and BFT modules to the other modules?

take care
Torsten

Re: Weather34 Meteobridge Master Template Download

Posted: Sat Dec 30, 2023 5:05 pm
by weatherist34
ToTo wrote: Sat Dec 30, 2023 11:30 am
weatherist34 wrote: Sat Dec 30, 2023 6:54 am
pass on the color identifiers for menu..

theme 8 menu overlap fixed (z-index:1) :shock:

font sizes will standardise the menu font size across layouts.

aq charts so far below
Good Morning,

i check the demo https://whaleybridge-weather.com/weathe ... yout-2.php
looks good

+ Menu Fonts und Color identifiers i haven't noticed any changes yet, will there be?
+ Refresh button on theme 8 switch to theme 7 :wink:
+ Text "wind speed chart" and "solar data chart" are too close to the chart legend (is the text necessary?)
+ perhaps adjust the size of the Windspeed and BFT modules to the other modules?

take care
Torsten

1. menu takes time slowly being done need to check IOS iphone perhaps tomorrow.sorry no color identifiers .
2.fixed
3.fixed
4.in the future :-)

https://whaleybridge-weather.com/weathe ... yout-2.php

brian

Re: Weather34 Meteobridge Master Template Download

Posted: Sat Dec 30, 2023 8:12 pm
by Manel
Hello everybody,

I have seen that when implementing the new template (2024) together with Weather34-simple-update-2024-R2, all the data regarding Heat Index and Windchill do not appear.
At first I thought it could be due to a mistake on my part in the configuration of the website, but I have been observing other servers that have the same template and the same thing happens to them.
Some examples are:
wetter.de.cool.png
wetter.de.cool.png (92.49 KiB) Viewed 781921 times
https://wetter.de.cool/console2/weather34-os-tablet.php
whaleybridge-weather.png
whaleybridge-weather.png (88.92 KiB) Viewed 781921 times
https://whaleybridge-weather.com/weathe ... tablet.php
singaporeweather.png
singaporeweather.png (78.94 KiB) Viewed 781921 times
https://singaporeweather.info/weather34-os-tablet.php

I take this opportunity to congratulate Brian and the people who help in the development of this software.

Greetings and happy new year.

Manel

Re: Weather34 Meteobridge Master Template Download

Posted: Sun Dec 31, 2023 2:13 pm
by weatherist34
Manel wrote: Sat Dec 30, 2023 8:12 pm Hello everybody,

I have seen that when implementing the new template (2024) together with Weather34-simple-update-2024-R2, all the data regarding Heat Index and Windchill do not appear.
At first I thought it could be due to a mistake on my part in the configuration of the website, but I have been observing other servers that have the same template and the same thing happens to them.
Some examples are:

wetter.de.cool.png
https://wetter.de.cool/console2/weather34-os-tablet.php

whaleybridge-weather.png
https://whaleybridge-weather.com/weathe ... tablet.php

singaporeweather.png
https://singaporeweather.info/weather34-os-tablet.php

I take this opportunity to congratulate Brian and the people who help in the development of this software.

Greetings and happy new year.

Manel
Good afternoon Manel

thank you for the observation , unfortunately the heat index,windchill current day /month max data were removed from the API many moons ago I just forgot all about it , they were removed to cater for others like air quality data , the API is maxed out so it was a case lose something to add something.so i removed them see below..

anyway I have completely compiled a different compass approach basically simplyfying the whole thing , its nice to have all this detail but sometimes it just creates so much additional code when putting new ideas together so I really just created a circle border and simple rotating arrow that obviously rotates to a bearing .

part of the simple css approach

Code: Select all

/*2024 weather34 compass very simple approach */

.weather34-compass-2024 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  position: absolute;
  font-family: 'verb';
  color: var(--body-text-dark);

  border: 8px solid var(--modulesborderside);
  margin-top:-80px;
  margin-left:-50px;
}

just a basic clean simple compass that blends in with design.

wi.png
wi.png (70.53 KiB) Viewed 781888 times

also the real feel module got a chart output .

https://whaleybridge-weather.com/weathe ... yout-2.php
31st.png
31st.png (209.14 KiB) Viewed 781891 times

streamlined removing the missing day/monthly max expected value areas.

have a wonderful new year all..brian
31sta.png
31sta.png (52.41 KiB) Viewed 781891 times

Re: Weather34 Meteobridge Master Template Download

Posted: Mon Jan 01, 2024 4:40 pm
by weatherist34
good evening ..

today

a rewrite on forecast module for theme 8 again just really simplified the whole thing .
also compiled a new set (50 or more new svg forecast icons for theme 8, similar to originals but just has outline ) .

theme 8 rain module now shows rain icon when its raining( station current rain rate greater than 0)

shown below or demo via https://whaleybridge-weather.com/weathe ... yout-2.php
yenia.png
yenia.png (40.32 KiB) Viewed 781828 times
yeni2a.png
yeni2a.png (42.78 KiB) Viewed 781828 times
yeni3.png
yeni3.png (225.93 KiB) Viewed 781832 times

Re: Weather34 Meteobridge Master Template Download

Posted: Mon Jan 01, 2024 6:43 pm
by woolfg
Hi Brian

More than happy for you to update my site too if you can

Warm wishes for a Happy and Peaceful 2024

Graham

Re: Weather34 Meteobridge Master Template Download

Posted: Mon Jan 01, 2024 7:26 pm
by weatherist34
hello Graham

done.. https://woolfg.hyperphp.com/Ringwood/we ... yout-2.php

but note you had no chart folders for 2024/2025/2026/2027 so you had no chart data storage capability beyond 2023 :shock: . i have added those folders upto 2028 .

but no chart data available today upto 17:10 your time going forth your be fine from now till 2028 :-) ..have a nice evening..brian

Re: Weather34 Meteobridge Master Template Download

Posted: Mon Jan 01, 2024 8:13 pm
by woolfg
Hi Brian

Thanks so much for doing that

I hadnt noted the missing folders - so thanks for doing that too

Warm Wishes

Graham

Re: Weather34 Meteobridge Master Template Download

Posted: Tue Jan 02, 2024 9:15 am
by weatherist34
woolfg wrote: Mon Jan 01, 2024 8:13 pm Hi Brian

Thanks so much for doing that

I hadnt noted the missing folders - so thanks for doing that too

Warm Wishes

Graham

good morning no problem graham..

this mornings changes, Woodsmoke has there is no chart data I re compiled to look similar to the forecast module, think it blends better ?

have a good day brian..

demo at https://whaleybridge-weather.com/weathe ... yout-2.php


ws.png
ws.png (47.28 KiB) Viewed 781774 times
ws22.png
ws22.png (48.61 KiB) Viewed 781771 times
ws2.png
ws2.png (233.36 KiB) Viewed 781774 times

Re: Weather34 Meteobridge Master Template Download

Posted: Tue Jan 02, 2024 1:05 pm
by lorenz1982
I noticed that in theme 7 is shown the “average wind speed” value unstead of the “wind speed” value.

Re: Weather34 Meteobridge Master Template Download

Posted: Tue Jan 02, 2024 3:56 pm
by weatherist34
lorenz1982 wrote: Tue Jan 02, 2024 1:05 pm I noticed that in theme 7 is shown the “average wind speed” value unstead of the “wind speed” value.
Hello Lorenzo , confused me ? its not easy but not sure which is incorrect ?


more progress to cater for those without air quality and have matching modules ..more to come .

Firerisk module now matches forecast , next will be heat index/windchill/feels

..brian
FR.png
FR.png (69.62 KiB) Viewed 781741 times
more.png
more.png (249.67 KiB) Viewed 781730 times

Re: Weather34 Meteobridge Master Template Download

Posted: Tue Jan 02, 2024 6:50 pm
by xxvincixx
Hi Brian. For some time now I have had an error displaying the weather via the wu api key and the metar one. I bring some screenshots to try to show you what I'm talking about. I don't know what I can depend on, but it's as if the dashboard doesn't draw from the api keys. could you try to figure out what it could be?? Thank you

Re: Weather34 Meteobridge Master Template Download

Posted: Tue Jan 02, 2024 9:57 pm
by mikejeep
xxvincixx wrote: Tue Jan 02, 2024 6:50 pm Hi Brian. For some time now I have had an error displaying the weather via the wu api key and the metar one. I bring some screenshots to try to show you what I'm talking about. I don't know what I can depend on, but it's as if the dashboard doesn't draw from the api keys. could you try to figure out what it could be?? Thank you
I am also having the same issue with both Weather Underground and CheckWX. I tried regenerating and re-adding my keys also. The data remains from Istanbul instead of my area (Massachusetts USA) and the API usage on both sites shows 0. I installed the template just a few days ago, then applied the R2 simple update, then configured everything accordingly. Everything else works great! Love the UI!