-
Notifications
You must be signed in to change notification settings - Fork 7
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
readme is unclear #4
Comments
Indeed, assuming this still works at all, how would one go about actually using it @forslund? I can't find any info on installing a skill that's not in the marketplace. |
Hi! To install it you can use the command line tool msm and install a git repo directly (from the mycroft-core folder run I tested the skill again now and it works as well as it did. I inserted the following config snippet: "CmdSkill": {
"alias": {
"mines": "gnome-mines"
}
} into the And could launch gnome-mines with the voice command |
It works! Thanks |
Is possible to run python scripts with this skill? Are there any example or external documentation? |
This still seems to install on the most current version, but mycroft.conf is now located in .config/ not .mycroft/ |
No longer works. |
Thanks for reporting. I'll update the readme and will do a testrun tonight. Btw can you provide the final json in your mycroft.conf? Looks like it's not valid. (I probably made some typo in the instructions) |
I tested here (mycroft dev branch) and the skill seems to be working when using the example config. |
Can you share your configuration as it is working for you? I would like to use your skill if possible, it is obviously worth the effort, but I am also new to mycroft so without being a 'pleasebro', if you can share the file and location you added your directive? |
I've got a lot of crud in my config. See link in the bottom. Here is what a minimal config based on a fresh Mycroft install should look like: {
"max_allowed_core_version": 21.2,
"CmdSkill": {
"alias": {
"generate report": "/home/forslund/scripts/generate_report.sh",
"mines": "gnome-mines"
}
}
} Above I have two commands generate report and mines. For my full config you can look here: https://gist.github.com/forslund/c9e3c982afab14f31821fc60d64fcf1b |
@jamiebrowncow did you have any luck with above config examples? |
For new users, can you indicate where we should be putting that example code (what file and where). Also some basic installation instructions would be appreciated.
The text was updated successfully, but these errors were encountered: