data from frontend saved to json files

This commit is contained in:
Neythen
2021-09-19 19:19:09 +01:00
parent 7f70594aaf
commit ec619563b1
23 changed files with 177 additions and 36 deletions

View File

@@ -715,7 +715,7 @@ function getWeatherSettings(page) {
let city_colour = getSelected(page.querySelectorAll(".city-colour-select")[0]);
let title = page.querySelectorAll(".title-select")[0].checked;
settings = {'temp':temp, 'speed': speed, 'colour':colour, 'city_colour':city_colour, 'title': title}
settings = {'temp':temp, 'wind_speed': speed, 'colour':colour, 'city_colour':city_colour, 'title': title}
//only for daily weather