20.08.2009, 14:29
(20.08.2009, 14:22)Kesa-1 schrieb: Ich hab mir auf der ersten Seite dieses Threads das Gruppled runtergeladen. Da war kein Hintergrund bei, also schwarz.
ich sehe gerad, dass der name meiner stadt beim wetter klein geschrieben ist. in der congig datei ist er groß. woran kann das nun wieder liegen
Hier mal mein String, musst nur die Stadt ändern.
-------------------------------------------------------------------
// WEATHER SETTINGS
// Produced by Adam Watkins (http://www.stupidpupil.co.uk)
// Modified by Craig Laparo (gruppler@gmail.com)
// Locations, following the same format as "locale" above. Add as many as you want, separated by commas.
// The first one in the list will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// Visit http://accuweather.com to find something that works
var locales = [
"EUR|DE|GM012|MAINZ"
];
// Show the first city's current weather in the main header?
// Set this to false if you have multiple cities and don't want a rundundant header...
var mainHeaderWeather = true;
// Show the first city's name in the main header, or hide it?
var displayMainCityName = true;
// Show the other cities' names in their subheaders, or hide them?
var displayCityNames = false;
// Limit the number of days to display (also limited by the weather source; 7 seems to be the max)
var weatherDayLimit = 7;
// Set to 'false' if you'd prefer Farenheit
var isCelsius = true;
---------------------------------------------------------------------
Wegen Deinem Hintergrundbild, könnte ich mir vorstellen, dass dies in der Lockinfo.html geändert werden kann.