Example #1
0
    def __init__(self):
        MycroftSkill.__init__(self)

        # initialize settings values
        self.settings["current_location"] = self.get_current_location()
Example #2
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.time_turned_on = datetime.datetime.now()
Example #3
0
 def __init__(self):
     MycroftSkill.__init__(self)
     super(MbtaBusTracking, self).__init__(name="MbtaBusTracking")
Example #4
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.audio_service = None
     self.emby_croft = None
Example #5
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.results = None
     self.audio_service = None
     self.song_ids = dict()
     self.play_list_count = 0
Example #6
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.dictating = False
Example #7
0
 def __init__(self):
     MycroftSkill.__init__(self)
 def __init__(self):
     MycroftSkill.__init__(self)
     self.handle_who = False
Example #9
0
 def __init__(self):
     MycroftSkill.__init__(self)
     # Aufstellungsdatum, für die Altersberechnung
     self.initial_date = date(2020, 5, 28)
    def __init__(self):
        MycroftSkill.__init__(self)

        # Initialize variables with empty or None values.
        self.configured = False
Example #11
0
 def __init__(self):
     MycroftSkill.__init__(self)
     super().__init__(name="PlanToEatSkill")
     self.session = Session()
     self.logged_in = False
     self.shopping_list_id = None
Example #12
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.client = False
     self.current_list = False
     self.current_task = False
Example #13
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.stop_requested = False
 def __init__(self):
     MycroftSkill.__init__(self)
     os.system("/usr/bin/lxterminal -e '~/mycroft-core/.venv/bin/python ~/Documents/remote/stt.py'")
     os.system("/usr/bin/lxterminal -e '/home/craghack/.cargo/bin/librespot --name Cyclops --username [email protected] --password \"Just4Cyclops\" --initial-volume 100 --disable-discovery'")
     os.system("sleep 5")
     os.system("wmctrl -a start-mycroft.sh debug")
Example #15
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.rocking = False
     self.humor_setting = 60
     self.baby = 'Niam'
Example #16
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.LINE_LENGTH = 32
     self.NUM_SCREENS = 2
     self.mqttc = None
Example #17
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.timer = False
     self.width = 0
     self.height = 0
     self.cells = []
Example #18
0
    def __init__(self):
        """Init"""
        MycroftSkill.__init__(self)

        self.i_engine = inflect.engine()
Example #19
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.controller = None
Example #20
0
 def __init__(self):
     MycroftSkill.__init__(self)
     self.connection = None
 def __init__(self):
     MycroftSkill.__init__(self)
 def __init__(self):
     MycroftSkill.__init__(self)
     self.reset_test_env()