Chris Posted June 4, 2003 Share Posted June 4, 2003 is there a script that lets you config world times, like i want times of newyork, japan... Thx Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-917919 Share on other sites More sharing options...
madcat05 Posted June 4, 2003 Share Posted June 4, 2003 Here's on I made of The Beatles. It's not finished yet. Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-918078 Share on other sites More sharing options...
bigred Posted June 5, 2003 Share Posted June 5, 2003 If you're using W2K the auto-reload function doesn't work :-(. Other than that check the following: Check that you have RESTART set to true in DesktopWeather.vbs The argument to getCacheFiles is how old the cache files have to be (in minutes) before the script will restart the client - a return value of false means that neither of the cache files were that old. If you want to test that it works, delete one or both of the cache files (weather.daily.html and weather.hourly.html) then hit the 'test' button in the config editor. Make sure that you have scheduled getCacheFiles to be called by Samurize every so often. Thanks for the reply Judge...(and by the way, great job in your designing desktop weather, and for your customer service ;) ). I am running XP...so the auto-reload should work... I have RESTART = true in my desktopweather.vbs script.. I now understand the getcachefiles time figure, and have it calling every 30 min... With all of that said...everything on my config updates except the weather png's...so it seems clear it is because my script isn't actually restarting (when I hit "reload config" it updates them properly). My question to you is: In my script where it says "const INSTANCE_NAME = "Beacon" ' Name of the samurize instance to restart"...I do want to have the name of my config (Beacon) right? I noticed that your script had "weather" there, even though your config and script were both called "desktopweather". Any chance this is what is causing my problems? Thanks for your help :D Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-919520 Share on other sites More sharing options...
Chris Posted June 5, 2003 Share Posted June 5, 2003 i made mine, very basic, but i love it :) Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-919566 Share on other sites More sharing options...
Captain Caveman Posted June 5, 2003 Share Posted June 5, 2003 The Beacon Config is screwed up. Besides current weather icon, the other symbols are off by 1 day. (Tonight's Icon = Tomorrow, Tomorrow = 2 days later, etc). Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-921038 Share on other sites More sharing options...
judge Posted June 5, 2003 Share Posted June 5, 2003 ...My question to you is: In my script where it says "const INSTANCE_NAME = "Beacon" ' Name of the samurize instance to restart"...I do want to have the name of my config (Beacon) right? I noticed that your script had "weather" there, even though your config and script were both called "desktopweather". Any chance this is what is causing my problems? Thanks for your help :D No. INSTANCE_NAME is the name of the client.exe instance that it should restart. Basically you should run client.exe via a shortcut where the 'target' of the shortcut has the value: "C:\Program Files\Samurize\Client.exe" "weather" Make sure that your path to client.exe matches your installation and that you replace "weather" with whatever you have defined INSTANCE_NAME as. You can set the target of a shortcut by right-clicking on the shortcut, selecting properties and then clicking on the shortcut tab. Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-921100 Share on other sites More sharing options...
DerkPY Posted June 5, 2003 Share Posted June 5, 2003 http://homepage.ntlworld.com/raymondlin/Samurized5.jpg What script is that for the TV Listings? Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-921301 Share on other sites More sharing options...
Raymond Lin Posted June 5, 2003 Share Posted June 5, 2003 there are 2 scripts running for the TV listings (see the times are different ? and the first 5 have 3 times slots but only 2 slots for the last 2 ?) But it's a script call UKTV and UKtv+sky Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-921331 Share on other sites More sharing options...
bigred Posted June 6, 2003 Share Posted June 6, 2003 The Beacon Config is screwed up. Besides current weather icon, the other symbols are off by 1 day. (Tonight's Icon = Tomorrow, Tomorrow = 2 days later, etc). Doh....you are very right Caveman... I haven't noticed it here because we've had very nice and very consistent weather... To fix it, click on each of the small png's (icons), and change the path to the previous number... For example, for the first one, change the path from "C:\Program Files\Samurize\Skins\DesktopWeather\tmpImage1.png" to "C:\Program Files\Samurize\Skins\DesktopWeather\tmpImage0.png" Repeat this for each of the 4 small images (resulting in tmpImage0 - tmpImage 3 in the forecast). My fault :unsure: Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-922368 Share on other sites More sharing options...
Captain Caveman Posted June 6, 2003 Share Posted June 6, 2003 Done, and working perfectly now. I was wondering what was going on... I looked at the config, tried different things.. same results.. As far as the weather.. must be nice :p Again, great config/look. thanks. Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-922692 Share on other sites More sharing options...
Captain Caveman Posted June 6, 2003 Share Posted June 6, 2003 Has anyone ever tried to create a weather script off of www.theweathernetwork.com yet?.. The Canadian results on theweathernetwork.com compared to the weather.com is much more accurate for canadian cities.. I don't know if theweathernetwork is a local US TV channel or not.. it might be more accurate.. I know for truelaunchbar, theweathernetwork plugin is identicle to the local weather conditions on any of the news channels here in toronto (22-WeatherNetwork, 24 (Pulse), etc) at every hour. Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-922780 Share on other sites More sharing options...
bigred Posted June 6, 2003 Share Posted June 6, 2003 I definitely agree with Caveman....the weather network is much more accurate for Canada. It would be nice if someone made a script for that... ;) Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-922796 Share on other sites More sharing options...
Captain Caveman Posted June 6, 2003 Share Posted June 6, 2003 I wonder if TrueLaunchBar's ini file for The Weather network on what to read from the webpage might help someone create a script ;) Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-922801 Share on other sites More sharing options...
DerkPY Posted June 6, 2003 Share Posted June 6, 2003 This is my first ever try: Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-923351 Share on other sites More sharing options...
bucben Posted June 6, 2003 Share Posted June 6, 2003 Very nice PigeonHead! Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-924313 Share on other sites More sharing options...
DerkPY Posted June 6, 2003 Share Posted June 6, 2003 I'm still tweaking it. Anyone know of a decient weather script for the UK and also, I have a USB modem, I've tried some of the Upload and Download meters but they don't seem to work. Any ideas? Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-925074 Share on other sites More sharing options...
bigred Posted June 7, 2003 Share Posted June 7, 2003 Thanks for all of your help judge...(and others as well) Now that I understand that I needed to set up an "instance" for my config, my problems have been eliminated, and everything is working fine. A great addition to my desktop...now I'll always be able to watch for golfing weather in the days ahead! :D Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-925482 Share on other sites More sharing options...
redrope Posted June 7, 2003 Share Posted June 7, 2003 PigeonHead is teh sex. :laugh: God, talking 1337 speak makes me feel like the biggest douche. Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-925937 Share on other sites More sharing options...
bigred Posted June 7, 2003 Share Posted June 7, 2003 A couple of people had asked for me to repost my Beacon configuration, script etc. , now that I got everything working properly. So here it is...Unzip the file and everything should be straightforward You'll need to edit the ini file to include your own e-mail info... And you'll need to edit the vbs file to include your own weather info... The desktop weather png's were too big for the zip file, so you'll need to get those from judge's desktopweather zip file, and make sure the "DesktopWeather" folder of png's is in the Skins folder. Enjoy :) Beacon.V2.zip Beacon.V2.zip Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-926266 Share on other sites More sharing options...
bigred Posted June 7, 2003 Share Posted June 7, 2003 Here's the same zip file....with a more "tweakable" Beacon skin... Less info on it...which will allow you to place text wherever you want... Beacon.V2.zip Beacon.V2.zip Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-926315 Share on other sites More sharing options...
tr1kstanc3 Posted June 7, 2003 Share Posted June 7, 2003 ive been reading thru this forum and i still cant figure how to get it working. ive tried judge's .ini file and editing it but i cant even get anything to show up on my desktop. ive tried changing the numbers for the location and pointing the directories to my computer name. i made sure my performance counters are running but when i run the client program i cant even edit the configs, nothing shows up in the editor... why am i so noob!#%! is it possible to make a default script or config (i dont know which is which anymore) to get it running for us noobs who want to play with this cool prog?! =) Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-926976 Share on other sites More sharing options...
Roguefoxx Posted June 7, 2003 Share Posted June 7, 2003 hi, i've tried messing with judge's .ini file and just cannot seem to get it to work. I always seem to come back to the same error message. the message is as follows... 'Cannot open file "C:\Program Files\Samurize\skins\DesktopWeather\tmpImageMain.png". The system cannot find the file specified.' I began getting that message after i created the DesktopWeather folder in the skins directory myself. Before I created the DesktopWeather folder it said 'Cannot open file "C:\Program Files\Samurize\skins\DesktopWeather\tmpImageMain.png". The system cannot find the path specified.' Anyone have any solutions to this problem? I've noticed a couple other people that has had the same problem, has anyone came up with a solution? Any help would be greatly appreciated! Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-927048 Share on other sites More sharing options...
bucben Posted June 7, 2003 Share Posted June 7, 2003 Don"t know if this helps but I ran into a problem the other day were my desktop weather wouldn"t update-after messing with it to no avail I deleted everything and reloaded-I had the zip file containing of of judges samurize stuff-after loading I got the same error message so I deleted again and this time went to Deskmod.com and downloaded judges weather script by itself and installed and everything has been fine since-hope this helps! Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-927304 Share on other sites More sharing options...
bucben Posted June 7, 2003 Share Posted June 7, 2003 While I"m here maybe someone can help me-this has been touched on somewhat but not to where I can understand-everything on judges desktop weather works except the png"s for todays and the next 4 days weather-they always show partly cloudy even though like today its raining and tomorrows forcast is for more heavy rain-please keep the explanation if one is coming,simple(I"m computer illeterant) thanx in advance! Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-927362 Share on other sites More sharing options...
bucben Posted June 7, 2003 Share Posted June 7, 2003 Just deleted my weather daily html from folder and rebooted and still wrong png"s showing-HELP!!!! Link to comment https://www.neowin.net/forum/topic/57891-post-your-samurize-script/page/41/#findComment-927397 Share on other sites More sharing options...
Recommended Posts