Show Simple Content
The Mycroft GUI Framework has a number of common methods for displaying standard simple content types.
Text
self.gui.show_text(self, text, title=None, override_idle=None, override_animations=False)Static Image
self.gui.show_image(self, url, caption=None, title=None, fill=None, override_idle=None, override_animations=False)Animated Image
HTML Page
Remote URL
Last updated
Was this helpful?