documentation
documentation copied to clipboard
Mycroft.AI documentation for all public facing technical components.
The old URL was to a hard-coded github branch. This new one is relative and *should* work in gitbook if I haven't misunderstood how it works.
They were rendering in the GitBook which is probably not what you want.
The method signature was different from the parent class, and the `else:` block was redundant. As an aside, I'm a new skill developer and this documentation has created more questions...
The Marketplace scrapes Skill README's to display in the Marketplace. It's not an actual markdown rendering engine. As a Skill author I want to know what Markdown is supported and...
[Dependencies section](https://mycroft-ai.gitbook.io/docs/skill-development/dependencies) needs to include info on manually installing python packages to the Mycroft virtual environment using `mycroft-pip install`
From https://mycroft-ai.gitbook.io/docs/skill-development/your-first-skill > If you chose the defaults during installation, you can run MSK from your Terminal using the command: `mycroft-msk` [...] If you receive a "command not found", then...
Bring info from Wiki into primary docs. https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word Some learnings from users include: - https://github.com/MycroftAI/mycroft-precise/issues/94
If a mic is registering but seemingly unable to pick up voice commands, it can be that the mic level is set very high. Try reducing this to 50% or...
While trying to make USB Logitech Headset H340 work for picroft, I found some bits of the documentation to be either obsolete or not clear enough. The one I can...