Aqua-Soft Forums: [Release] Dashboard Weather Widget for Konfabulator - Aqua-Soft Forums

Jump to content

  • 16 Pages +
  • « First
  • 14
  • 15
  • 16
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] Dashboard Weather Widget for Konfabulator Rate Topic: -----

Poll: [Release] Dashboard Weather Widget for Konfabulator (78 member(s) have cast votes)

  1. Address Book (10 votes [12.82%])

    Percentage of vote: 12.82%

  2. Calendar (20 votes [25.64%])

    Percentage of vote: 25.64%

  3. Flight Tracker (0 votes [0.00%])

    Percentage of vote: 0.00%

  4. Phone Book (5 votes [6.41%])

    Percentage of vote: 6.41%

  5. Widget Dock (43 votes [55.13%])

    Percentage of vote: 55.13%

Vote Guests cannot vote

#301 User is offline   smajor Icon

  • Group: Member
  • Posts: 13
  • Joined: 27-May 09

Posted 24 June 2009 - 05:16 PM

I compared the widgets side-by-side, I think my font issue is just that I was used to looking at the Dashboard widget.

I did note that the degree symbol after the temperature is not in the Yahoo version, maybe it could be added? See the screenshot for the differences (Yahoo on the left, Dashboard on the right.)

Posted Image

Hardly deal-breakers, nice if they could be tweaked; I think I have OCD. :P I love this new version! Thank you for providing it to us!
0

#302 User is offline   Ghostwalker Icon

  • Group: Member
  • Posts: 1,990
  • Joined: 05-March 03

Posted 24 June 2009 - 10:30 PM

Quote

I did note that the degree symbol after the temperature is not in the Yahoo version, maybe it could be added? See the screenshot for the differences (Yahoo on the left, Dashboard on the right.)


Download link has been updated it now has the degree symbols fro the hi and low.

Quote

I compared the widgets side-by-side, I think my font issue is just that I was used to looking at the Dashboard widget.


You will have to check but I think the real Dashboard Widget uses Helvetica Neue font, which is a pay font so when the Yahoo Widget was created SioSae created images for the main temp and used Arial for the rest. I could not distribute the font either but if you have the font on your system open the .kon file and replace all instances of "Arial" with "Helvetica Neue" and it should look much nearer to the original. It could be changed to use images as the main temp does but would required a lot more coding and graphic work and I already had to do more than I originally anticipated to get it to work right.

This post has been edited by Ghostwalker: 25 June 2009 - 12:38 AM

0

#303 User is offline   smajor Icon

  • Group: Member
  • Posts: 13
  • Joined: 27-May 09

Posted 27 June 2009 - 11:55 PM

View PostGhostwalker, on Jun 24th 2009, 06:30 PM, said:

Download link has been updated it now has the degree symbols fro the hi and low.

You will have to check but I think the real Dashboard Widget uses Helvetica Neue font, which is a pay font so when the Yahoo Widget was created SioSae created images for the main temp and used Arial for the rest. I could not distribute the font either but if you have the font on your system open the .kon file and replace all instances of "Arial" with "Helvetica Neue" and it should look much nearer to the original. It could be changed to use images as the main temp does but would required a lot more coding and graphic work and I already had to do more than I originally anticipated to get it to work right.


Thanks for the degree symbols! They make it look better. I was playing with different fonts and then realized that Arial looks pretty close to Helvetica Neue if you simply remove font-weight: bold; from the .kon file.

Have a peek:

Posted Image

I think it's much truer to the original and looks better, but that's just me. (And yes, thunderstorms for the next 5 days here, *sigh*)
0

#304 User is offline   Ghostwalker Icon

  • Group: Member
  • Posts: 1,990
  • Joined: 05-March 03

Posted 28 June 2009 - 01:26 AM

We have had 100+ for the last 7 days and it is going to break tonight. And yes I have to agree with you on the font I will update the widget again thanks for your feedback on this.
0

#305 User is offline   smajor Icon

  • Group: Member
  • Posts: 13
  • Joined: 27-May 09

Posted 08 July 2009 - 02:53 PM

I just noticed that Hi: and Lo: above/below the city are missing the degree symbol as well. I'm having a slow day. Anyway, I'm pretty sure in the main.js if you add them in the single quotes, it'll fix it.

high.data = 'H: ' + object.hi + '';
lo.data = 'L: ' + object.lo + '';

Thanks!
0

#306 User is offline   smajor Icon

  • Group: Member
  • Posts: 13
  • Joined: 27-May 09

Posted 13 July 2009 - 07:32 PM

I found an issue. Below are screenshots from Weather.com vs. AccuWeather. It's 3:30 in the afternoon here and AccuWeather is showing the night (moon) instead of the day (sun), but for just this one condition that I've seen so far, Mostly Cloudy.

Posted Image Posted Image

EDIT: I don't believe this is the widget any longer. Not long after I posted this I discovered Apple's Dashboard widget is doing the exact same thing. Seems more like an error in the AccuWeather feed data.

This post has been edited by smajor: 14 July 2009 - 12:10 AM

0

#307 User is offline   Björn Icon

  • Group: Member
  • Posts: 646
  • Joined: 15-December 04

Posted 14 July 2009 - 06:51 AM

I have compared the temps and forecast of the standard 2.3 and the new .4. At least for here, Lüdenscheid, Germany, it is the same all the time.
0

#308 User is offline   BoomyBoy Icon

  • Group: Recruit
  • Posts: 4
  • Joined: 01-March 10

Posted 01 March 2010 - 11:20 AM

Hello! Dashboard Weather Widget for Accuweather is not working anymore. It keeps saying connecting. I've seen that the website of www.accuweather.com has been changed as well. I guess the widget needs to be updated:)
0

#309 User is offline   Ghostwalker Icon

  • Group: Member
  • Posts: 1,990
  • Joined: 05-March 03

Posted 01 March 2010 - 01:30 PM

View PostBoomyBoy, on 01 March 2010 - 11:20 AM, said:

Hello! Dashboard Weather Widget for Accuweather is not working anymore. It keeps saying connecting. I've seen that the website of www.accuweather.com has been changed as well. I guess the widget needs to be updated:)

Thanks for the heads up, I use Weather.com so I would not have noticed. I will contact them and find out why they have not contacted me about any changes to their api. Will post an updated widget here when I find out what is wrong.
0

#310 User is offline   BoomyBoy Icon

  • Group: Recruit
  • Posts: 4
  • Joined: 01-March 10

Posted 01 March 2010 - 04:22 PM

View PostGhostwalker, on 01 March 2010 - 01:30 PM, said:

Thanks for the heads up, I use Weather.com so I would not have noticed. I will contact them and find out why they have not contacted me about any changes to their api. Will post an updated widget here when I find out what is wrong.


I hope it will be fixed so soon because I love this widget a lot!:)
0

#311 User is offline   BoomyBoy Icon

  • Group: Recruit
  • Posts: 4
  • Joined: 01-March 10

Posted 01 March 2010 - 10:36 PM

View PostBoomyBoy, on 01 March 2010 - 04:22 PM, said:

I hope it will be fixed so soon because I love this widget a lot!:)


It seems to be working now but I dunno for how long:D
0

#312 User is offline   BoomyBoy Icon

  • Group: Recruit
  • Posts: 4
  • Joined: 01-March 10

Posted 05 March 2010 - 02:32 PM

View PostBoomyBoy, on 01 March 2010 - 10:36 PM, said:

It seems to be working now but I dunno for how long:D


It has stopped working again. I hope it will be fixed so soon
0

  • 16 Pages +
  • « First
  • 14
  • 15
  • 16
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users