I check openai document at https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature, it says “What sampling temperature to use, between 0 and 2.”. Not 0 to 1.
Also can I use 0.25 as the temperature? It seems all temperatures only has one digits after the decimal point.
]]>I’m using your plugin because it includes the temperature feature.
The GPX file I’m uploading looks like this:
<trkpt lat="46.317631666666664" lon="7.21032">
<ele>3178</ele>
<time>2020-12-14T13:06:51Z</time>
<speed>18.5</speed>
<extensions>
<ns3:TrackPointExtension>
<ns3:atemp>0.0</ns3:atemp>
</ns3:TrackPointExtension>
</extensions>
</trkpt>
Is this the right way to import temperature?
]]>I finally figured out that PayPal only allows guest checkouts if you have a business or premium account, so I set up a PayPal account so as to send you a donation. Thank you again for this plugin.
I added a couple of lines in file wp-forecast-show so as to display high & low temperature for the current day:
`if (substr($dispconfig, 3, 1) == “1”)
{
$out.= $w[“temperature”] . “<br>\n”;
$out.= “High ” . $w[‘fc_dt_htemp_0’] . “F / Low “. $w[‘fc_dt_ltemp_0’] . “F <br>\n”;
}`
but the results are off.
Currently the site is displaying “High -16.26F / Low -18.33F” but when I check the weather for Fairbanks on DarkSky itself, the high & low temps are -21 and -39.
The Weather Channel is showing H -24° / L -31°.
Any idea how to fix this? In file func_darksky.php I set:
$w['fc_dt_htemp_'.$i] = $weather_array['daily']['data'][$i]['temperatureHigh'];
$w['fc_dt_ltemp_'.$i] = $weather_array['daily']['data'][$i]['temperatureLow'];
as otherwise the high & low temps were set to be the same. I figured that index 0 is for the current day.
]]>Many Thanks,
L
www.ilmeteorieti.it
[shortcode-weather-atlas city_selector=2096746 unit_c_f=”c”]
]]>The days says Today, Tomorrow and Name of the next day (Is showing three days), but afternoon changes to Name of the day, Tomorrow and Next of the next day (bit strange to understand this format) There is a way to show only the name of the days for every day?
There is a way how to show only one temperature, not high and low, just like current?
Thanks in advance for your help.
]]>