Page 3 of 3

Re: Server generated SQL

Posted: Mon 01 Jun 2020 10:56 pm
by richard_newberry
i need more help please.

I can't seem to get "Feels Like" to work in gauges.

http://desford-weather.co.uk/gauges.htm

Re: Server generated SQL

Posted: Tue 02 Jun 2020 4:33 am
by HansR
richard_newberry wrote: Mon 01 Jun 2020 10:56 pm i need more help please.

I can't seem to get "Feels Like" to work in gauges.

http://desford-weather.co.uk/gauges.htm
You can't just by yourself, Mark needs to modify the code to add the Feels Like.

Re: Server generated SQL

Posted: Wed 03 Jun 2020 9:11 am
by richard_newberry
Can i get Feels Like to work in gauges or have it implemented on the next release please Mark.

Thanks

Re: Server generated SQL

Posted: Thu 04 Jun 2020 1:51 pm
by mcrossley
Adding an extra value is non-trivial as I have to make it work (or not) across many different software platforms. I don't have the time to do this at the moment.

The "easy/hacky" route is just swap feels like for apparent in the data file and alter the display text in the script.

Re: Server generated SQL

Posted: Thu 17 Sep 2020 3:29 pm
by sutne
Mapantz wrote: Sun 10 May 2020 7:16 pm I added this to the realtimegaugesT.txt

Code: Select all

I added this to the realtimegaugesT.txt
CODE: SELECT ALL
"feelsLike":"<#feelslike>",
"feelslikeTL":"<#feelslikeTL>",
"feelslikeTH":"<#feelslikeTH>",
"TfeelslikeTL":"<#TfeelslikeTL>",
"TfeelslikeTH":"<#TfeelslikeTH>",
There is a misspell:

Code: Select all

"feelsLike":"<#feelslike>",
should be

Code: Select all

"feelslike":"<#feelslike>",
(no capital L)

and then I made it work!