Rasberry PI B und Huger WMR 928 Anleitung

all about Meteohub on the new Raspberry PI platform

Moderator: Mattk

kannschonsein
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Thu Oct 30, 2014 9:47 am

Re: Rasberry PI B und Huger WMR 928 Anleitung

Post by kannschonsein »

Hi there,

where can I change the background image of YoWindow 7 day forecast graphics?

in the file, wsDashYowindow.php I can not do the .

I also do not find where I can change the Yahoo Forcast ... there is still

Forcast for Leuven - Belgium

Ideea?

best regards herbert
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 604
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: Rasberry PI B und Huger WMR 928 Anleitung

Post by wvdkuil »

kannschonsein wrote:Hi there,
where can I change the background image of YoWindow 7 day forecast graphics?
in the file, wsDashYowindow.php I can not do the .
In the script weather2/wsDashYowindow.php
The 4 different backgrounds are at line 32-35

Code: Select all

#$yoLandscape	= 'seaside';            // select the landscape by removing the commment mark # at one landscape  only
$yoLandscape	= 'oriental';           // put the comment mark # at the unwanted landscapes
#$yoLandscape	= 'village';
#$yoLandscape	= 'airport';
You comment all lines you do no want with a # on the first position
The background you want to have should have NO # on the first position
At the moment the $yoLandscape = 'oriental'; is your choice
I also do not find where I can change the Yahoo Forcast ... there is still Forcast for Leuven - Belgium
Ideea?
http://wiki.leuven-template.eu/doku.php ... irst#yahoo
Which tells you to go to
==> https://weather.yahoo.com/germany/baden ... nn-658506/
if that is the correct Heilbronn
==> copy 658506 to your wsSettings.php
best regards herbert
Succes, Wim
kannschonsein
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Thu Oct 30, 2014 9:47 am

Re: Rasberry PI B und Huger WMR 928 Anleitung

Post by kannschonsein »

hello wim,

thanks :-)

The Warning frame "No particular awareness of the weather is required. There are no Weather-warnings"

can I use the frame separately?
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 604
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: Rasberry PI B und Huger WMR 928 Anleitung

Post by wvdkuil »

kannschonsein wrote:hello wim,

thanks :-)

The Warning frame "No particular awareness of the weather is required. There are no Weather-warnings"
can I use the frame separately?
It is not really a frame but a separate script which can be used on a site, so also at yours.
There are hundreds of users of this script on all kind of PHP/HTML websites.

Examples, download AND extensive documentation on http://www.weerstation-leuven.be/demowa ... arning.php

Succes, Wim
kannschonsein
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Thu Oct 30, 2014 9:47 am

Re: Rasberry PI B und Huger WMR 928 Anleitung

Post by kannschonsein »

Hello wim,

I think the page is now ready.

www.heilbronner-wetter.de

Once again many thanks for your help

greeting herbert
Post Reply