-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward more information to WolframAlpha #6
base: master
Are you sure you want to change the base?
Conversation
Given the official api gets upgraded or you enter an api_key in the config file wolframalpha now receives plenty of additional data. [Assumptions](https://products.wolframalpha.com/api/documentation/#assumption-DateOrder) based on your settings for date formats [Location](https://products.wolframalpha.com/api/documentation/#specifying-your-location) based on your settings in home.mycroft, given you add the key 'forward_location' : true to the configuration [Automatic unit conversion](https://products.wolframalpha.com/api/documentation/#top) based on your preferences in home.mycroft
I like this idea! A couple comments and thoughts on the implementation:
You can see an example of settingsmeta.json in the weather skill: |
One more thing, @nielstron -- thanks for helping with the Mycroft project! We do welcome To protect yourself, the project, and users of Mycroft technologies we require Please visit https://mycroft.ai/cla to initiate this one-time signing. Thank you! |
Okay I'd happy to help, in the end my mycroft is working better too ;) I have signed the Agreement, my username should appear on the list shortly. |
The user now has the choice to provide additional data to the wolframalpha knowledge engine.
This feature only works if either the official Mycroft api gets updated or the user provides his own appID.
Given the official api gets upgraded or you enter an api_key in the config file wolframalpha now receives plenty of additional data.
Assumptions based on your settings for date formats
Location based on your settings in home.mycroft, given you add the key 'forward_location' : true to the configuration
Automatic unit conversion based on your preferences in home.mycroft