AQI Tile Correct, Full Page wrong

Hi

When i click on the full page option on mt AQI tile it shows the location as “Aarschot”, I check location is correct



Yes, this optional menu-entry needs some searching for the correct location by the station-owner.
This is the script: _my_settings/frames.php , AQ page starts at line 106

# ================================================#
$show   = true; 
#$show   = false; // add the # on position 1 if you want to adapt and use it
#
#                      More AirQuality information
#
# You have to adapt the link yourself  by searching on https://air-quality.com/ 
#
if ($show == true) {
$frame                  = 'airqualityPP';
$frm_ttls[$frame]       = 'air-quality.com';  // name in menu
$frm_src[$frame]        = 'https://air-quality.com/place/belgium/aarschot/61899924?lang=en&standard=aqi_us';
$frm_hgth[$frame]       = 1500; 
} 
# ================================================#

The current used link is https://air-quality.com/place/belgium/aarschot/61899924?lang=en&standard=aqi_us

You click the link and browse until you find a decent sensor in your area. Choose the language and your default AQ-index on that page.
Now copy the link and replace the one between the quotes.

If you are the only visitor on your website, you do not need to do that. The air-quality.com remembers the last location you visited.

Wim

That worked many thanks