Search found 905 matches

by davidefa
Thu Feb 12, 2026 10:03 pm
Forum: Ideas
Topic: New dashboardCombined Block
Replies: 3
Views: 4218

Re: New dashboardCombined Block

Well... I forgot a line, you have to add the following two lines to indexDesktop and indexFull: <script src="https://code.highcharts.com/dashboards/dashboards.js"></script> <script src="https://code.highcharts.com/dashboards/modules/layout.js"></script> Installing only dashboardC...
by davidefa
Wed Feb 11, 2026 10:52 pm
Forum: Programming
Topic: Are any files common?
Replies: 2
Views: 2454

Re: Are any files common?

The homepage/blocks and plugins directories contain all the blocks and plugins ( including respective configurations ) and can be copied. Not sure the clean install will be that different from the actual one. You could also install the new version on the same server ( on different directory ), but y...
by davidefa
Sun Feb 08, 2026 4:21 pm
Forum: Ideas
Topic: New dashboardCombined Block
Replies: 3
Views: 4218

New dashboardCombined Block

This is a replacement for graphCombined block ( which does not work very well anymore ), updated to use the newer 'dashboard' feature of highcharts ( which is the library used to draw charts in meteotemplate ). To use it you need to update your indexDesktop.php script near line 212 adding the follow...
by davidefa
Sat Feb 07, 2026 8:19 am
Forum: Problems
Topic: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)
Replies: 10
Views: 8145

Re: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)

As I understand it, it is not a malware, it is the "wedos security" ( installed on the meteotemplate server, to protect it ), that 'chimes in' and flags the download of the menu.php script as improper ( this happens every time you modify a menu ). As said I think that this download is unne...
by davidefa
Wed Feb 04, 2026 5:44 pm
Forum: Other PWS
Topic: Ecowitt WS3900 with Meteotemplate
Replies: 2
Views: 4310

Re: Ecowitt WS3900 with Meteotemplate

You should be able to use the ecowitt plugin.
According to the manual the 'customized upload' option is present in ws3900 ( and the parameters sent should be compatible with older models, like the one I have )
by davidefa
Wed Jan 28, 2026 10:51 am
Forum: Ideas
Topic: New WindHeatmap block
Replies: 4
Views: 4950

Re: New WindHeatmap block

Thanks for reporting, I've updated the block ( in previous version I used a count8 function which I defined in my updated script/functions.php file, as a php 8.x quick fix )
by davidefa
Mon Jan 26, 2026 9:28 pm
Forum: Problems
Topic: interactive graph block
Replies: 1
Views: 2435

Re: interactive graph block

To use last version you need to add the "sonification javascript" to indexDesktop.php and indexFull.php ( see this post )
by davidefa
Thu Jan 22, 2026 1:59 pm
Forum: Ideas
Topic: New WindHeatmap block
Replies: 4
Views: 4950

New WindHeatmap block

This is a block similar to windVector block. Wind is shown as a heatmap ( showing speed and direction change over time ) The 'sampling interval' is used to group the data series ver 0.4 - added conditional definition of function count8 ( in case not already defined ) ver 0.3 - preliminary version NO...
by davidefa
Wed Jan 21, 2026 8:34 am
Forum: Problems
Topic: Menu corrupted after updated link
Replies: 8
Views: 4336

Re: Menu corrupted after updated link

Update your menu.php script ( see this post )
by davidefa
Wed Jan 21, 2026 8:26 am
Forum: Problems
Topic: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)
Replies: 10
Views: 8145

Re: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)

Still concerning that if I try to update anything on my menus, I can managing to corrupt the menu.php file. Still seems like that WEDOS used by Meteotemplate.com and the linked menu.txt file is somehow behind the root of this issue. At least now I can get things back to normal. Also, I have learned...
by davidefa
Tue Jan 20, 2026 9:21 pm
Forum: Problems
Topic: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)
Replies: 10
Views: 8145

Re: WEDOS & Changing MENU option triggers Human Challenge Prompt every time (and breaks Menu)

Check the menu.php file in your meteotemplate root directory ( or simply replace it with the original one of meteotemplate 19.0 ) P.S. Noted also some other 'changes' in meteotemplate server: - the /web/latestVersions.txt, /web/blockVersions.txt, /web/pluginVersions.txt file are now gzipped ( and to...
by davidefa
Mon Jan 19, 2026 10:36 am
Forum: Ideas
Topic: moonPhase Mobile
Replies: 3
Views: 2948

Re: moonPhase Mobile

You can try this version of header.php ( put it in the mobile folder )

P.S.
I would have been really surprised if the "chatThing" could have found a solution ( but is indeed a great piece of software )
by davidefa
Sat Jan 17, 2026 9:13 am
Forum: Davis
Topic: Frustrated
Replies: 3
Views: 5371

Re: Frustrated

You can also try the davisWlLL plugin I wrote years ago.
Not sure if it is still up to date.
Last version should be the one attached
by davidefa
Fri Jan 16, 2026 11:13 am
Forum: General
Topic: Sensor de Rayos
Replies: 5
Views: 5004

Re: Sensor de Rayos

My bad ( my spanish is not so good ).
The original meteotemplate blocks and pages have a very limited support for extrasensor data ( as the L data ).
I've updated a few of them to support extrasensors. For example:
- the stationData block
- the interactiveGraph block
by davidefa
Tue Jan 13, 2026 11:37 pm
Forum: General
Topic: Sensor de Rayos
Replies: 5
Views: 5004

Re: Sensor de Rayos

What kind of solar sensor ( I mean what model, is digital or analogic...)?
How do you read this sensor data and send it to meteotemplate?
I see you have a gw2000 gateway and already have a solar sensor, so there is the problem that meteotemplate does not support two solar sensors ( out of the box )
by davidefa
Tue Jan 13, 2026 11:28 pm
Forum: General
Topic: Block lightning
Replies: 3
Views: 3149

Re: Block lightning

If you can also add the LD ( lightning distance ) and LT ( lightning timestamp ) fields to the alldataExtra database.
There is a lightningew block ( originally written by raffaello di martino )

https://www.meteotemplate.com/forum/vie ... ngew#p9841
by davidefa
Tue Jan 13, 2026 11:11 pm
Forum: Problems
Topic: ssGauges Windrose
Replies: 2
Views: 9036

Re: ssGauges Windrose

It seems you are missing the following script ( in the ssGauges block directory ):

Code: Select all

https://www.nitram-media.com/weather/homepage/blocks/ssGauges/scripts/RGraph.rose.min.js
by davidefa
Thu Jan 16, 2025 9:52 pm
Forum: Problems
Topic: New version download
Replies: 2
Views: 15556

Re: New version download

The link that controls downloading should be this:

Code: Select all

https://www.meteotemplate.com/web/downloadRequest.php?file=main&key=INSERTYOURKEYHERE
with an invalid ( or expired ) token the reply is this:
Invalid key
by davidefa
Sat Jan 11, 2025 11:45 am
Forum: Problems
Topic: apiCache.txt keeps becoming corrupted
Replies: 4
Views: 20034

Re: apiCache.txt keeps becoming corrupted

It would be useful if you could provide a copy of a faulty apiCache.txt ( if I understand correctly the file is not updated any more when this happen ) so I can test it. If you are on stock meteotemplate 19.0 api.php script you can try one of the updated scripts attached ( I use ver 3.6a ), simply r...
by davidefa
Thu Jan 02, 2025 9:12 pm
Forum: Problems
Topic: "Unauthorised access" for admin user
Replies: 6
Views: 24319

Re: "Unauthorised access" for admin user

You can try using this authorize.php script ( extract it in the admin folder it will overwrite the existing script ).
I've only commented out lines 40-42, so you should be able to login after providing the admin password.

P.S.
Which php version are you using?
by davidefa
Thu Jan 02, 2025 5:43 pm
Forum: Problems
Topic: Updated ecowitt/ambient weather plugin
Replies: 45
Views: 151915

Re: Updated ecowitt/ambient weather plugin

Minor updates to the plugin, for those who use the csv log files. The format of the csv file may vary due to remote sensors not being received ( due to low batteries, interferences or bad weather for example ). I've added an option to always save csv data in 'fixed' format, in this case you have to ...
by davidefa
Thu Jan 02, 2025 5:28 pm
Forum: Problems
Topic: updated warningsEUregions
Replies: 47
Views: 121550

Re: updated warningsEUregions

I would like to advise the Dutch users to add a small change to the warningsEUregionsBlock.php as in version 2.4 for the Netherlands I found out, at least in my case, you will get no warnings. In line 49 you need to change the "NL" to "nl" so lower case, (, 'nl'=>'netherlands',)...
by davidefa
Thu Jan 02, 2025 5:25 pm
Forum: Problems
Topic: "Unauthorised access" for admin user
Replies: 6
Views: 24319

Re: "Unauthorised access" for admin user

Also if you enabled the 'Additional Security' option in the main setup you are allowed to access the administrative pages only from the supplied adresses. If this is the case and you can't login from those addresses anymore, I think you can edit the config.php script near line 152 and: a) set $enabl...
by davidefa
Fri Dec 27, 2024 11:24 am
Forum: Problems
Topic: updated forecastNorway block
Replies: 1
Views: 14740

updated forecastNorway block

ver 1.2 2024-12-27
- updated block to met.no api v2.0
by davidefa
Thu Dec 26, 2024 9:38 pm
Forum: Problems
Topic: updated warningsEUregions
Replies: 47
Views: 121550

Re: updated warningsEUregions

This block version is only for Norway, Sweden and Slovenia (which use 'polygons' in the meteoalarm.org warnings definition ). All other countries should not use this version ( but this may change )! ver 2.5 2024-12-26 - changed feed from rss to json - use leaflet to show polygons on map - added tool...