Windows Script Host
Script:
C:\Users\xxxxxxxx\Documents\Rainmeter\Skins\bom\Weather\@Resources\Scripts\bomWeather.vbs
Line: 97
Char: 3
Error: Invalid procedure call or argument: 'Left'
Code: 800A0005
Source: Microsoft VBScript runtime error
I removed my old copy and re-added the new one. Running Windows 8.1.
Cheers for any help that may be rendered.
I'm also having the same issue Windows 7 x64 here, is a bit annoying.
Only solution is to click the radar button take a look then close it, the error pops up but not as much, would be nice to leave it open however.
Here is part of the script if anyone cares to take a look.
If tmpDay < Day(tmpDate) and tmpDay = 1 Then TmpDate = TmpDate + 1
If tmpDay < Day(tmpDate) Then TmpDate = TmpDate - 1
If tmpDay > Day(tmpDate) Then TmpDate = TmpDate + 1
If IsDate(Mid(paramstring,InStr(paramstring,"/")+1)) Then
tmpTime = CDate(Mid(paramstring,InStr(paramstring,"/")+1))
Else
tmpTime = CDate("00:00am")
End If
seems to be a function of both the case issues and melbourne observation station name. Using "Melbourne Airport" as observation station and fixing case issue has it working for me
This skin has been updated for 2020. It's utilising a new beta api from the Bureau of Meteorology which has allowed the including of Hourly and 3 Hourly forecast data.