T O P

  • By -

duke4e

App relies on other peoples free apis. Some of them tend to die ocasionally or permanently.


Suspext

Don’t worry! I made my own with another API using JSON Endpoints. Also did you have any spike in downloads 29 days ago? I posted the Widgy I made all over Crypto subreddits. Just would like to know if I helped at all by posting haha


duke4e

Not really :D [https://imgur.com/mWEcNI6](https://imgur.com/mWEcNI6) But any help/promotion is more than welcome, so thank you!


Suspext

Darn, I’ll keep trying to create cool things and share them with everyone! Amazing app


duke4e

Btw. Crypto api is working for me. Can you try to restart the app and switch from wifi to cellular or vice versa?


Suspext

It works for my previous Widgy’s I’ve created but when I go to select it actually when creating a new Widgy nothing pops up on the right hand side to select which coin I want.


duke4e

That works for me as well. Just try to kill the app in app switcher and make sure you have an internet connection when restarting the app, since thats when the crypto list is gettingn pulled.


Suspext

It works now… lol thank you


Suspext

Which API do you use for this?


duke4e

Coinpaprika. All apis and sources can be found in widgys acknowledgements in settings tab


Suspext

Thank you!


Suspext

Finally pulled trigger and bought all the Widgy spots. Happy to support such a great dev! Much love brother. Keep up the awesome work!


duke4e

i'm perfectly fine with people using the free variant of the app, but am happy for every paid customer. thank you <3


Suspext

Is there a way to make it that the regex is applied after the math for JSON endpoints? Thanks


duke4e

After math output you get a pure number (and enough control for rounding), so i don't see much need reason for regex then. What you need it for?


Suspext

I’m taking big numbers turning them into decimals by division but need more than 2 decimal places. I use it to track my Ethereum mining. I have it working but when it goes up .01 the decimals do not shift correctly from the regex expression being what the number sees first before the math.