Changes between Version 5 and Version 6 of mycroft-gui-mark-2_20.04_standalone


Ignore:
Timestamp:
02/24/21 10:37:41 (3 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_20.04_standalone

    v5 v6  
    126126* {{{ systemctl enable --user mymycroftgui }}}
    127127
    128 === Other reading ===
     128=== Other topics ===
     129==== mycroft.conf ====
     130to change the enclosure setting edit mycroft.conf (I prefer to do this in the system config at /etc/mycroft/mycroft.conf)
     131{{{ sudo mkdir -p /etc/mycroft }}}
     132{{{ sudo nano /etc/mycroft/mycroft.conf }}}
     133and make it look something like this (enclosure, ipc_path, skills)
     134{{{
     135{
     136  "enclosure": {
     137    "platform": "mycroft_mark_2",
     138    "platform_build": 1
     139  },
     140  "ipc_path": "/ramdisk/mycroft/ipc/",
     141  "skills": {
     142     "priority_skills": ["mycroft-pairing", "mycroft-volume", "mycroft-mark-2"]
     143  }
     144}
     145}}}
     146
    129147==== Sound ====
    130148See [wiki:mycroft_mark-2_sound Mycroft Mark II - Sound]