ChristopherRogers1991

Results 37 comments of ChristopherRogers1991

Yeah, unfortunately I don't know that there's much I can do, if he's speaking before the delay - that's the last line of the function [here](https://github.com/ChristopherRogers1991/mycroft-hue/blob/master/__init__.py#L395), at which point execution...

To my knowledge, everything in phue is synchronous, so by the time execution returns to the plugin, phue shouldn't be executing anything. You could try using it directly though, by...

Also, if you trigger the intent via the mycroft cli, are you able to trigger other intents immediately via the cli? Or do you experience the same delay there?

Hey @KathyReid, Thanks for sending this in. I _think_ this would be as simple as adding `or hour >= 12` to [this line](https://github.com/ChristopherRogers1991/mycroft_routine_skill/blob/master/__init__.py#L226). I'll keep this in mind and see...

Hey @dvpfig, This has not been implemented yet, however, there's no reason it can't be added. There are a few other things I need to implement first, but, I'll add...

Going to reopen this, so I've got a place to track the feature request. For what it's worth, the hard part of this is not the code, but rather getting...

It looks like you're logged in as the `pi` user. I'm assuming this is on a Mark 1 or picroft then, so the actual Mycroft process is probably running under...

Hello @1337haXXor, Does this happen when you trigger the routine manually, when it runs automatically on the schedule, or both? -Chris

> Either way, I never even got to the schedule part. Just realized I missed that sentence on my first read through - looks like it was a manual trigger....

Ok, I'm pretty sure the primary issue here is that the name of the routine ("morning") appears in the first command of the routine ("say good morning everybody"). I believe...