Hi all
Has anyone noticed on the PWS2412 Beta site that the luftdaten map doesn’t work? (yes i know WIM Has halted it)
When you click on the map it goes to luftdaten but shows nothing, not even in Europe.
But when you go into the luftdaten map Hay presto all there.
Can other uses please check and see what they get please.
When I test that page, the map shows the stations
Leuven Personal Weather Station (ecoLcl version)
Wim
Wim.
Yours works but when I click on map on the block nothing.
The menu item works and I have all the require links in easy weather setup that is needed, but still nothing…Any ideas?
The URL used in the sites which show stations are
https://maps.sensor.community/
https://deutschland.sensor.community/
Your site uses
https://maps.sensor.community/?nowind#13/51.0809/1.0191
But the string added by the dashboard also contains an ?
?theme=dark&lang=en-uk&units=uk&KISS=false&script=AQ_luftdaten_c_block.php
And the resulting URL generates two errors of which one is fatal
Uncaught Error: Invalid LatLng object: (51.0809, 1.0191?theme=dark&lang=en-uk&units=uk&KISS=false&script=AQ_luftdaten_c_block.php)
at new Z (main.js:2:22821)
at R (main.js:2:23040)
at e.setView (main.js:2:43044)
at window.onload (main.js:2:444854)
Succes,
Wim
Your change in _my_settings/frames.php on line 122
$frm_src[$frame] = 'https://maps.sensor.community/?nowind#13/51.0809/1.0191';
The original text:
$frm_src[$frame] = 'https://deutschland.maps.sensor.community/';
or
$frm_src[$frame] = 'https://maps.sensor.community/';
1 Like