-
Posts
53 -
Joined
-
Last visited
-
Days Won
5
biati's Achievements
Member (4/5)
30
Reputation
-
Yes, something must be happening, not all users get that error, I'm able to see the error directly with Alfred about the API key. The workflow won't be receiving anymore updates in a while, I've a lot of work and don't have time, if anyone wants to open a PR that would be great.
-
Hi Everyone Please note exchangerate.host started to require an API key like a week ago, exchangerate.host was only supported to save users the trouble of getting an API key, that's not the case anymore so it was removed from the workflow. No other providers will be added as Fixer works and getting an API key takes like two minutes. You just need to set a Fixer API key and that's all. You can find information in the readme https://github.com/biati-digital/alfred-calculate-anything Several issues have been opened lately about the same error. Please just configure your API Key and currency conversion will work. Thank's
-
@vitor thank's for letting me know. Still @zeitlings if you require help please use Github, I do not frequent this forum, Github is the right place to get help.
-
@zeitlings you need to set your fixer API key and make sure you are using the latest version (I've no idea how the gallery works) Other users have confirmed that this has been fixed https://github.com/biati-digital/alfred-calculate-anything/issues/134 If you need more help please create an issue on Github, I do not provide support here.
-
Someone created an issue on Github, please follow up there https://github.com/biati-digital/alfred-calculate-anything/issues/130
-
A new update has been released. Improved: Workflow description now includes more examples Fixed: Not able to convert to multiple default currencies if the first default currency is the same as the input currency Fixed: Some users were not able to use currency conversion, depending on their PHP installation Fixed: Time keyword not working in PHP 8.2+ Fixed: Time keyword not grabbing the new config value for Alfred 5 I've submitted the workflow to the Alfred Gallery, we just need to wait, in the meantime you can try the latest version downloading it directly from https://github.com/biati-digital/alfred-calculate-anything/releases/tag/4.0.1
-
JJJJ reacted to a post in a topic: Calculate Anything
-
A new update has been released. This update includes a lot of changes and fixes, it should work with Alfred 4 and 5. If you are using Alfred 5 you can use the new workflow configuration window. New: Now the workflow uses the new Alfred 5 Configuration window New: Now you can convert from fiat currency to crypto currency New: Now you can convert from crypto currency to fiat currency New: Now if you convert to a currency code that it's both a fiat currency and crypto currency, the workflow will convert to both and display the two results see example New: Now you can use negative numbers for example -25F to C New: Now you can use numbers starting with dot for example .250km to meters New: Added new language: Swedish New: Added new option to configure the decimals separator to support multiple inputs New: Added new option to configure the number of decimals in currency conversions New: Added new option to configure the number of decimals in cryptocurrency conversions New: Added new option to configure the output format of numbers New: Added keyword _clear to clear all workflow cache Improved: Unit conversion works a lot better and the code was reduced a lot Fixed: Time keyword not working with certain PHP versions Fixed: Binary mode not working for data storage conversions Removed: Auto updater was removed as Alfred 5 will handle future updates Removed: The old key ca to configure the workflow is removed Removed: Convertor library was removed Many fixes and improvements to list them all. I've submitted the workflow to the Alfred Gallery, we just need to wait, in the meantime you can try the latest version downloading it directly from https://github.com/biati-digital/alfred-calculate-anything/releases/tag/4.0.0
-
leonardodolc reacted to a post in a topic: Calculate Anything
-
@afridho @alfredpanda Version 3.5.0 is out and should fix that problem. As always, you can find the code and the latest version here https://github.com/biati-digital/alfred-calculate-anything/releases
-
Hi @afridho thank's for letting me know, I'll take a look at it this weekend.
-
JJJJ reacted to a post in a topic: Calculate Anything
-
vitor reacted to a post in a topic: Calculate Anything
-
amabelst44 started following biati
-
It's been a few months since the last time I posted here. There has been a few updates since then (I think I never posted those updates here) but today we released an update and just wanted you to know that the workflow is still maintained. Version 3.4.0 New: You can now provide a workflow variable to define the duration of the currencies cache New: Support for more cryptocurrencies, up to 5,000 New: You can also define custom cryptocurrencies Updated: Fixer.io API now uses API Layer, the workflow will validate your API key to avoid errors. Old API keys will work without problems. Improved: Now the workflow shows a message when it's updating currency and cryptocurrencies rates Improved: Replaced file_get_contents with curl for some operations Fixed: datastorage_force_binary was not working as expected Fixed: No output in cryptocurrencies when "from" and "to" were the same Fixed: Error on updater not working correctly with some PHP versions If you find a bug please create an issue on the Github repository. As always you can download the update from https://github.com/biati-digital/alfred-calculate-anything/releases
-
cands reacted to a post in a topic: Calculate Anything
-
hi @Fanghao For now it's not planned, you are welcome to open a feature request in the Github repo to see if other users would like this to be implemented.
-
hi @Fanghao a base unit for what? please provide more info, examples, etc.
-
mixterdee reacted to a post in a topic: Calculate Anything
-
pandabear33 reacted to a post in a topic: Calculate Anything
-
ProRock reacted to a post in a topic: Calculate Anything
-
alfredpanda reacted to a post in a topic: Calculate Anything
-
@itsmevictor @archelium @ProRock @alfredpanda the latest version has been released, you can download it here https://github.com/biati-digital/alfred-calculate-anything/releases The workflow now works correctly with Monterey. For users that might have not read the discussion in the forum or Github, to summarize: 1.- You need to install PHP with Homebrew (explained in the ReadMe) 2.- You need the latest version of Alfred 3.- You need the latest version of Calculate Anything. For users on Mac OS Big Sur or lower you do not need to do anything, Your OS already includes PHP, just install the workflow and it will work without problems.
-
@kagi the workflow does temperature conversion, it has support for Kelvin, Celsius and Fahrenheit, do you need some other unit? In the Readme you can find all the available units it can handle. https://github.com/biati-digital/alfred-calculate-anything/blob/master/README.md
-
Hi @archelium i'm working with other user on Github to release an update, there's a pending issue related to cryptocurrencies saying that the API key is not provided when it's already set, i'm not able to replicate the issue because i'm still on Big Sur but we are investigating. Once the update is ready i'll let everyone know