Hello everyone, i am newb at this stuff.
What are the possible values for the weather such as Fair, Cloudy, Clear, Rainy etc.?
And how to return the weather for a predetermined location if !weather is entered with no city name and the named city if its used !weather London.( a similar question was there: /t/weather-functionality/1534607956895727867)
I did as shown here: /t/need-help-with-weather-translation/1534645161349615828
$(eval c=$(weather $(query)); $(urlfetch json https://pastebin.com/raw/hxjFjcS6))I trying:
$(eval c=$(weather $(eval London) : $(query)); $(urlfetch json https://pastebin.com/raw/hxjFjcS6))But this not work..