Wonderful! I must say I'll have to add it on a seperate paste link as the forum says " Your message contains 76915 characters. The maximum number of allowed characters is 60000. " Meanwhile, I'll check the old version and see how it behaves. Until then, I'm posting the link code below. Goo...
Hello guys, to bring the topic back to life, I'm experiencing issues with the script and it doesn't seems to have a new, updated version so I'll ask here if possible. The question is how we can fix some of the triggers so they can work again. variable statistics array set statistics { storage {scrip...
Arnold_X-P, it can be, of course. The part with the group ID weather and the World cities weather change the Openweather url to lang es . For the Visualcrossing you will have to do the same, just at the end of the url put lang=es Any other stuff will be manual I'm afraid (if any left) Goga, I don't ...
EDIT: Added weather for top largest cities in the world Hello everyone, hope all is well. This is the script I was working on and it's finally done. PREVIEW: [09:53] <BAYO> !w London [09:53] <ec|ipse> London, GB at the moment: 10°C Overcast Sky Cloudy Percip Prob 43% Humidity 83% Wind 9km/h from Ea...
Hi. It doesn't work. Says Tcl error [::Visualcrossing::forecast_weather]: missing value to go with key ### The Third Proc for 3 days Forecast proc ::Visualcrossing::forecast_weather {nick uhost hand chan arg} { set forecast_data [::Visualcrossing::download_weather https://weather.visualcrossing.com/...
So be it. Bear in mind the script is translated and when I release it will be much shorter version. Still Alpha version :oops: ###################################### # @UniBG irc.chatpat.bg # # @FreeUniBG irc.interbg.org # # Credits: MeMoreX & SpiKe^^ # # Est: 01\2022 # #########################...
Hello all, I'm trying to figure out how to create the API so I can replace (in this case LONDON,UK) with any location by search. The API link at the bottom: I was thinking to do something like that: https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline?[::http::formatQu...
Well, this is it, not much different of what I posted earlier: I'm trying to identify from the "sunset" if it's day or night. Then based on this, I'm trying to make the bot tell me the cloudcover info from the api (returns in percents) and post this: https://ibb.co/xJTTDBK If it's Day -> T...
Hi again :lol: I've been puzzling around something I'm trying to achieve, but don't know where to start from. I'm trying to implement the table below and change the words depending on the type of the day "Day" or "Night" https://ibb.co/xJTTDBK Where during the day if the sky is c...
Hello, I managed to sort out the script in another way but I have a question in regards to some conversion. My question is how to replace certain numbers to become names. The moon phase number represents the fractional portion through the current moon lunation cycle ranging from 0 (the new moon) to ...
Hi all! I'm trying to get some data from an API but doesn't seems to work. Could you have a look and point some guidance. Thanks! So far the error on partyline is can't read "location": no such variable namespace eval SunMoon { ### REQUIREMENTS ### package require json package require http...