I have the mtgox api key entered but what is "secret" for? I think it has something to do with it because I don't get updates and the console gives me this:
DEBUG:tulpenmanie.provider_modules.mtgox:POSTing to https://mtgox.com/api/1/BTCUSD/ticker
ERROR:tulpenmanie.provider_modules.mtgox:SSL handshake failed
MtGox API authentication uses a key and secret, the key identifies you, and the secret is for signing requests. You only see the secret when you create the key/secret pair, so you'll probably need to create a new pair.
As for the SSL handshake error, I would think that would only happen if MtGox's SSL certificate couldn't be verified.