Yahoo Finance stock widget stopped working

I am using the Yahoo Finance stock widget on Dashboard that comes with OS X on both a MacBook Pro running Mountain Lion and an iMac running Lion.  In the last few days, both of them stopped retrieving data.  For years I have added my own mutual fund symbols to the widget to track my funds, and they have worked fine. Just to see if it made a difference, I removed my fund symbols, and suddenly the widget works again with the default stocks and indices that the widget comes with, on both of my machines.
I don't know what the issue is, but I was curious if anyone knows what is causing this.  BTW, I already started using the Fidelity stock widget that is on the Apple widget site.  The Fidelity widget works fine on both my machines.

When I've had problems with widgets I was able to fix them by deleting the .plist for the particular widget.
Either hold down the option key and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Preferences. Near the bottom of Preferences are the widget .plists widget-com.apple.widget.widget name. You can move the .plist to your desktop and test. If okay delete the old .plist.
If you prefer to make your user library permanently visible, use the Terminal command found below.
Show User Library
You might want to bookmark the command. I had to use it again after I installed 10.8.4. I have also been informed that if you drag the user library to Finder it will remain visible.

Similar Messages

  • Widgets Stopped Working!!!

    After reading a lot of articles on how people's widgets stopped working, and how there was no definitive answer, I would like to share what I did.
    I have a brand new MBP with Snow Leopard installed. All my widgets worked fine for a while.. Then they just froze up.
    I started researching, and trying various things, all with no success... I could see Dashboard eating 100% cpu in Activity Monitor, and when I would kill the process, it would come back.
    What I did was, delete all dashboard preferences, ~/Library/Preferences, killed the Dashboard process, opened terminal and typed:
    killall Dock(as my research suggested the Dock hold on to the dashboard preferences)
    After that, I then added back my widgets and all worked.

    Doesn't work for me - no stalled processes that I can find. There are four items called DashboeardClient that keep vanishing and then reappearing for a few seconds at a time. They have a number from 259 to 262 next to them
    Also, in the WIDGET MANAGER some have a white '-' sign in a red circle next to them that does not seem to indicate anythng unusual - i.e. some of these widgets are still working.
    If I turn widgets off, I can't turn them on again. Even doing a restart and Permissions repair doesn't restart them.
    Some Widgets are on the desktop but are empty and do nothing.
    You may click on the picture if you need to see it larger. As yo can see, although some are checked again, they haven't returned.

  • Widget stops working when second widget added

    I added a twitter feed widget via adobe widget and it was working. Then I added an image cycle widget and the image cycle widget worked, but the twitter feed widget stopped showing up in the browser. Here's my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>CBB — Creative By Becky</title>
    <link href="css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script src="scripts/jquery.js" type="text/javascript"></script>
    <script src="scripts/twitter_search.js" type="text/javascript"></script>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2125523" binding="#twitter" />
      <oa:widget wid="2559022" binding="#slideshow" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2125523: #twitter */
                        #twitter {
              height: 200px;
              width: 200px
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow */
                                  #slideshow { 
                                      padding: 0px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 0px;
                                      background-color: transparent;
                                            -webkit-border-radius: 0px;
                                            -moz-border-radius: 0px;
                                            border-radius: 0px;
                                      margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    </head>
    <body>
    <div id="container">
      <div id="header"><img src="images/header.png" width="900" height="150" alt="cbb - creative by becky freelance print and web designer" /></div>
      <div id="logo">
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=false;
    $(document).ready(function() {
              $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'fade,',// name of transition effect
                        pause:                              true,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              2000,  // speed of the transition (any valid fx speed value)
                        sync:                              false,     // true if in/out transitions should occur simultaneously
                        timeout:                    6000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '400px',
                        width:         '900px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
        </script>
        <div id="slideshow">
          <!--All elements inside this will become slides-->
          <img src="images/beach1.jpg" width="100" height="100" title="caption for image1" /> <img src="images/beach2.jpg" width="300" height="300" title="caption for image2" /> <img src="images/beach3.jpg" width="200" height="200" title="caption for image3" />
          <div title="sample title"> you can add blocks of text instead!</div>
          <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
        <!--It is safe to delete this if captions are disabled-->
        <div id="slideshow-caption"></div>
      </div>
      <div id="menu">
        <ul id="crr_menu" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="#">About</a></li>
          <li><a href="#">Portfolio</a>      </li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </div>
      <div id="leftcolumn">
        <div id="twitter"></div>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2125523: #twitter
    $(document).ready(function() {
              $('#twitter').twitterSearch({
                        term: 'from%3Acreativebybecky',
                        title: 'creativebybecky twitterfeed',
                        titleLink: 'http://www.twitter.com/creativebybecky',
                        bird: true,                                                  // true or false (show or hide twitter bird image)
                        birdSrc: 'images/tweet.gif',                     // twitter bird image
                        birdLink: '',                    // url that twitter bird image should like to
                        avatar: false,                                        // true or false (show or hide twitter profile images)
                        anchors: true,                              // true or false (enable embedded links in tweets)
                        animOutSpeed: 500,          // speed of animation for top tweet when removed
                        animInSpeed: 500,          // speed of scroll animation for moving tweets up
                        pause: true,                                        // true or false (pause on hover)
                        time: false,                                                  // true or false (show or hide the time that the tweet was sent)
                        timeout: 8000,                              // delay betweet tweet scroll
                        css: {
                                  a:     { textDecoration: 'none', color: '#990066', fontWeight: 'normal'},
                                  container: { backgroundColor: '#000000' },
                                  frame: { border: '10px solid #333333', borderRadius: '10px', '-moz-border-radius': '10px', '-webkit-border-radius': '10px' },
                                  img:   { width: '30px', height: '30px' },
                                  loading: { color: '#888' },
                                  text:  {fontWeight: 'normal', fontSize: '12px', color:'#ffffff'},
                                  time:  { fontSize: '12px', color: '#CCC' },
                                  title: { backgroundColor: '#990066', padding: '5px 0 5px 0', textAlign: 'center', fontWeight: 'bold', fontSize: '12px'},
                                  titleLink: { textDecoration: 'none', color: '#ffffff' },
                                  user:  { fontSize: '12px'},
                                  fail:  { background: '#6cc5c3 url(/images/failwhale.png) no-repeat 50% 50%'}
    // EndOAWidget_Instance_2125523
        </script>
      </div>
      <div id="content">
        <h1>You've made it to my homepage.</h1>
        <p>That means I'm well on my way to expanding my creative portfolio beyond print design and setting foot into the world of digital. I think I'm getting the hang of it.</p>
        <p>This inaugural site, while not perfect, will showcase my progress in this new venture as well as highlight my current accomplishments. Thanks for visiting! </p>
      </div>
      <div id="footer">cbb — creative by becky — 2012</div>
    </div>
    <p>  </p>
    <p>  </p>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("crr_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>

    Donna_d
    Two script instances running how do you keep them from both running? I am trying to bring in a jSocial(1.0) and a Flexslider (2.1) thumbnail navigator both will not run with the other.  Can you help?
    Thanks
    widgetgeek

  • Apple stocks widget not working

    Over the last few days, the stock widget just displays blanks. Anyone else have this issue or know what to do about it?
    Thanks
    H

    Hi there,
    I just got off the phone with Apple Support after having the same issue. It appears that certain ticker symbols have been causing all stock quotes to fail to appear. For instance, the stock tickers VTSAX and VFFVX (shown along with the DOW JONES and NASDAQ indexes below) have been appearing with green boxes instead of quotes.
    However, when I removed VTSAX and VFFVX, both the DOW JONES and NASDAQ indexes began to work:
    Apple Support confirmed that the issue was not specific to my computer, as their test computers were also experiencing the same symptoms. The representative I spoke to forwarded this issue to the developer so they should now be aware.

  • Stocks App Stopped Working Properly

    The Stocks App on my 3G iPhone has recently stopped working properly.
    When I open it, the current share prices all still come up as expected, but the numbers at the right hand side in the green and red boxes where it tells you the + or - shift for the day no longer show. Now they are all blank.
    Has anyone else experienced this? If so, do you have any suggestions to fix it?

    Have you tried a reset (hold the sleep/wake & home button until the Apple logo appears while ignoring the slide to turn off)?

  • My Stocks App stopped working

    My stocks app just stopped working.  All the stocks that were in the list, as well as, the exchanges got erased.  When I added back the dow jones and nasdaq back in, they still don't show any info.  Just a green line.

    Have you tried a reset (hold the sleep/wake & home button until the Apple logo appears while ignoring the slide to turn off)?

  • Widgets stopped working in iweb

    The Google Maps and RSS widget in iWeb just stopped working on my website.  Googleamaps says "Closed" and the RSS feed says it can't find it. Weird, my iWeb version is all up to date. Any ideas?

    The Map widget hasn't worked since MobileMe shut down. I can be created in other ways. Go here for a step by step tutorial...
    http://www.hotelsnearthechanneltunnel.co.uk/MobileMe-Closed-iWeb-HTML-Map-Snippe t.html
    Here's some info about creating Google maps using the code from maps.google.com and some other examples of adding different features to your maps...
    http://www.iwebformusicians.com/iweb-snippets/map-tutorial.html
    http://www.iwebformusicians.com/iweb-snippets/map.html
    http://www.iwebformusicians.com/iweb-snippets/map-2.html
    Have a look at the "Old Toad" special...
    http://www.iwebformusicians.com/iweb-snippets/quick-flip.html

  • Translation widget stopped working

    My translator widget has stopped working. When I type a word in either spanish or english I get a "data unavailable" message along the very bottom of the widget. What is the porblem and how can I correct it? I really need this widget. I appreciate anyone's help. Thanx

    I think the site it gets the info from is down. Nothing you can do except wait or try to find another translation widget.

  • Bookmark Widget Stopped Working

    Please help!
    My Bookmark Widget from cpguru suddenly stopped working for no apparent reason. I did not add any quizes nor did I make changes to the widget properties.
    I did recently upgraded my Captivate to version 5.0.2.630 . . . could this be the problem? Please help
    Thanks,
    Roger

    Cpguru himself would be the best person to look into your problem: http://www.cpguru.com/
    I hear he's on vacation in east Asia at the moment, but should have recovered from the hangovers enough to answer emails sometime around the end of this month.  If you're lucky, he might be watching email from some Internet Cafe in the jungle occasionally.
    In the meantime, have you tried experimenting to see if the issue is only with one project or exists even on brand new projects you create?  That would help a lot.

  • Weather widget stopped working

    I'm using Macbook Pro Retina 865 with OS X 10.9.4
    Recently, I noticed that my weather widget stopped updating new data of my place 'Hanoi, Vietnam'. I tried to close the current widget and re-open it but no avail. However, if I enter new place, the widget still worked perfectly. I don't know what the cause of this problem is and hope that someone can help.
    Thanks in advance.

    Looks like this is a problem with Weather.com (the provider of the data). When I type in 'Hanoi' nothing shows.

  • Yahoo messenger voice chat stopped working (after archive & install)

    I have an iMac5 Intel Core 2 Duo 2.16 GHz. I (actually my wife) was using Yahoo Messenger v3.0 beta 4 (built 156957) for all chat and voice chat. About 2 months ago voice chat stopped working. when i send invite, it keeps ringing (but the receiver never sees any invite). When the other person sends me an invite, I don't get anything.
    I have downloaded Gizmo, but it also keeps "connecting...".
    About 2 months ago, I had to archive and install to solve a Java update issue which was causing wierd problems. Thanks to BDAqua's advice I managed to resolve that. I have J2SE 1.4.2 and 5.0; everything else is working fine.
    What can cause voice chat to stop working? Is there some vc plugin in library that needs to be there, which has disappearted after my "archive and install'? Please advise. thanks Fahd

    Hi again Fahdali,
    Have you tried reinstalling it since then?
    http://www.apple.com/downloads/macosx/email_chat/yahoomessengerformac.html
    Or...
    http://wiki.answers.com/Q/CaniChat_be_used_with_yahoomessenger

  • Stock Widget not working

    My stock widget is not updating on my 3 Macs, all running Leopard. It just has a blank green space where the quote should be. I've tried restarting and removing and adding the stock widget back to no avail. Someone in another thread said the quote service changed its web address; don't know if that's the problem. Never any problems with the old Tiger. Please help. Thanks!

    A few days ago I removed the preferences (plist) file for the stocks widget -- which of course just gets recreated from scratch -- and the stocks widget seems to be working much better now. The blank numeric results are gone.
    This trick did NOT work a few weeks ago, so the service presenting the data to the stocks widget has apparently made a change since then which only takes effect if you discard the now-outdated plist file.
    The one remaining issue is that the time line for the charts is still one hour off -- as if we were still on daylight savings time.
    --Bob

  • Stocks widget not working

    Just changed Macs and to Lion 10.7.2. The stocks widget in the dashboard seems really buggy. One time after I entered various ETFs they would just disappear on a subsequent launch and the default Apple , Google , Amazon would reappear as well as the usual S&P 500, DJA, etc... Also, When I try to change the chart from 1 day / 1 week/ 3 months, etc. it just shows the same 6 month chart. Anybody else experiencing this issue?

    apple stocks widget not working

  • Excel queries to MSN MoneyCentral Investor Stock Quotes stopped working

    I update stock quotes in 3 spreadsheets using a query to MSN MoneyCentral Investor Stock Quotes. Three days ago (after using for 2 years) , the Refresh for Data
    Connection would not work, giving me a pop-up with "Unable to open...http://moneycentral.msn.com/investor/excel/quotes.asp?SYMBOL =MSFT+ +CSCO+ +ABT+ +...etc"
    What is going on? Can we no longer get quotes from MSN?

    Create Your Own!
    First, navigate yourself to c:/program files/microsoft office/officeXX/queries.  The XX is either 12, 13, 14depending on system.
    Then copy the MSN Stock Quote file and paste.  Rename it YahooQuotes.  It will be an .iqy file (inquiry)
    Open it with Notepad and put this in it....
    WEB
    1
    http://finance.yahoo.com/quotes/["QUOTE","Enter stock, fund or other symbols separated by commas."]/view/fv
    Selection=2
    Formatting=All
    PreFormattedTextToColumns=True
    ConsecutiveDelimitersAsOne=True
    SingleBlockTextImport=False
    Save it.  This will allow you to get the same data as from the old moneycentral into a table.  From there, you're on your own.  BTW, you can play with the "/view/fv" to get different columns.
    BTW, I know just enough to be dangerous

  • HTC Stocks app stopped working after gingerbread...?

    Updated to 2.3.3 and now my HTC Stocks application doesn't seem to work - anyone else experiencing this?

    EQBUM wrote:
    Updated to 2.3.3 and now my HTC Stocks application doesn't seem to work - anyone else experiencing this?
    Good morning!
    I'm sure I can help with the Stocks app. What is happening when you use it ? Is it just the widget? Also, is there an error message?
    Please advise. Thank you!
    Have a great day!

Maybe you are looking for

  • How do I use iSync to share info from MacBook Pro to Nokia 6822 (TMobile)?

    Hello! I just got a new MacBook Pro and a new cell phone - a Nokia 6822 (currently I have TMobile Cell Service). I saw at this address: http://www.apple.com/macosx/features/isync/devices.html that the Nokia 6822 is an iSync compatible device. Sorry f

  • Getting more (!) file not found every day.

    I have an external HD with approx 60 GB of music, been running perfect for months until recently I keep getting file not found for no reason that I can think of. Would using my ipod and deleting songs from the ipod cause this? I know I did not trash

  • SATA 1/2 vs. 3/4

    Hi Guys, I OC'ed my system (see below) to 240x11 with 1:1 mem/cpu, HTT 4x, 2.5-3-3-7-1T, 1.47vcore.  I couldn't get above this, despite trying looser timings, more voltage, etc., and then I read about the SATA 1/2 lock problem on the K8N Neo2.  I hav

  • Best OS9-capable Mac to purchase in 2008?

    I have $1032 credit at Gain Saver because the optical drive on a used PB15 purchased earlier this year died. Since I opted for the 3-yr warranty, I can spend the credit and transfer the warranty to any of their current offerings. Instead of another P

  • Partner function AG (Sold-to-party) - read the partner code

    Hi All! I tried to write an ABAP code to get the alphanumeric key, which clearly identifies the partner with partner function AG (Sold-to-party) and RE (Bill-to-party) for the Outbound delivery. I want to compare this two values and output an message