Jump to content

druss

Member
  • Posts

    4
  • Joined

  • Last visited

About druss

  • Birthday 05/14/1971

druss's Achievements

0

Reputation

  1. icons look like icons used in desktop screenshot: http://captaingod.deviantart.com/art/The-s...opened-96716375
  2. too bad, however, one of the benefits of Kapsules is that the widget-code is easy altered (backup first). If you can't find xmURL, search for weather.com and play a bit with the URL. I'm not sure if Andrew can be contacted, but I hope we all hear from him very soon... I miss kapsules!
  3. change If m_DisplayMode = "C" Then Unit = "m" XmlUrl = "http://xoap.weather.com/weather/local/" & m_PostCode & "?cc=*&dayf=" & m_NumberOfDays & "&par=1003960698&key=8d4b00356ecc089d&unit=" & Unit into Unit = "F" If m_DisplayMode = "C" Then Unit = "C" XmlUrl = "http://xoap.weather.com/weather/local/" & m_PostCode & "?cc=*&dayf=" & m_NumberOfDays & "&ut=" & Unit works even better, temps were in Celsius, this should fix the problem.
  4. open the widget code (open kapweather.kap in wordpad): '...My documentsKapsules WidgetsKapsules Weather.widgetkapweather.kap' search for XmlUrl = ... and change this into XmlUrl = "http://xoap.weather.com/weather/local/" & m_PostCode & "?cc=*&dayf=" & m_NumberOfDays & "&par=1003960698&key=8d4b00356ecc089d&unit=" & Unit save the file close the widget or kapsules reload widget or restart kapsules works for me...
×
×
  • Create New...