Search found 2 matches

by AnGeLiuS
Fri Mar 27, 2026 12:46 pm
Forum: Problems
Topic: updated warningsEUregions
Replies: 47
Views: 121017

Re: updated warningsEUregions

Le bloc ne semble plus fonctionner. Dans le fichier warningsEURegions.txt, j'ai : <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>MeteoAlarm France</title> <link>https://meteoalarm.org?region...
by AnGeLiuS
Tue Jul 04, 2023 8:07 am
Forum: General
Topic: UV from WU
Replies: 4
Views: 17225

Re: UV from WU

Hello,
I had the same problem when i had install et configure the Template.

In Template/update/update.php, i see one line is missing concerning the uv, so i add this, line 272 in the original file :

Code: Select all

$rawUpdate['UV'] = $fileRaw['observations'][0]['uv'];
I hope it's help you