shayne / stock-ticker-stream-deck-plugin

A stock ticker plugin for Stream Deck
MIT License
25 stars 12 forks source link

Is it just me or isn't it working? #8

Closed downbytherivert closed 2 years ago

downbytherivert commented 3 years ago

When I input ticker, it doesn't seem to be passing this through - no price is displayed and the icon on the button doesn't change.

HugeIRL commented 3 years ago

Same here, tried multiple and couldn't get them to load into the icon.

jandolina commented 3 years ago

The ticker is not being set. The settings are null in the manifest.

Workaround:

Note: Once you have a working ticker you can copy and pate it around and just update the ticker like normal.

Fix: I think if the original value for settings had some ticker instead of null, everything would work fine.

slysiou commented 3 years ago

Same issue on MAC. Editing the manifest.json works. Moving the position loose the display until restarting the stream deck app.

nblyumberg commented 3 years ago

Same issue on MAC. Editing the manifest.json works. Moving the position loose the display until restarting the stream deck app.

Where are you editing the manifest.json? I wasn't able to find the settings block in mine.

ryanmccool commented 3 years ago

I found the json file here: ~/Library/Application Support/com.elgato.StreamDeck/ProfilesV2/ but once I edit in the {"symbol":"GME"} text, hit save, nothing happens on the stream deck. Once I change screens and come back on the SD, the json reverts to original (no symbol text).

jandolina commented 3 years ago

I just ran through it again after upgrading to Big Sur. You need to close streamdeck before making your edits.

b1ink0818 commented 3 years ago

On Mac as well and in my manifest.json I already had my ticker. I tried: 1)Changing the ticker in the file 2)adding NULL, saving, re-adding the ticker 3)removing that section of the code, saving, re-adding

These were all done with the app closed but no luck.

TechJedi51 commented 2 years ago

I can confirm that it is no longer working. Checked both macOS Big Sur and macOS Monterey. Using the following block:

{"Name":"Stocks","Settings":{"symbol":"AAPL"},"State":0,"States":[{"FFamily":"","FSize":"","FStyle":"","FUnderline":"","Image":"","Title":"Apple","TitleAlignment":"","TitleColor":"","TitleShow":""}],"UUID":"com.exension.stocks.symbol"}

markusd1984 commented 2 years ago

How do you add the plugin for mac? Do we just need to extract the "com.shayne.stocks.sdPlugin" folder and place it into Library>Application Support>com.elgato.StreamDeck>Plugins ? It doesn't appear when restarting the app.

I tried installing it from elgato store but didn't work neither, I also tried editing the manifest.json in the profiel to no avail despite re-starting the app after the edits.

Phando commented 2 years ago

I was having issues too. There was a workaround but now that isn't working. I wrote a new stock ticker, you can get it from the Plugin Store or from the github repo, https://github.com/Phando/Streamdeck-Stonks enjoy.

markusd1984 commented 2 years ago

I was having issues too. There was a workaround but now that isn't working. I wrote a new stock ticker, you can get it from the Plugin Store or from the github repo, https://github.com/Phando/Streamdeck-Stonks enjoy.

Yeah your plugin rocks, simple and works. And your improving it, amazing!

shayne commented 2 years ago

changed uuid back should be working now!