Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 627 Bytes

Mycroft Web Client

For Mycroft with new API (https://home.mycroft.ai)

How to install

Step 1 Download this repo to your download folder

cd mycroft-core/mycroft/messagebus/service

Rename main.py main_ORG.py 	(Rename original main.py for backup)
mv main.py main main_ORG.py

copy on "mycroft-core/mycroft/messagebus/service" all files and directory downloaded on Step 1

Step 2 Restar Mycroft

./start.sh service
./start.sh skills
./start.sh voice

Setp 3 Open you browser on http://MYCROFT_IP_ADRESS:8181/ (Not localhost)

Enjoy !