Kristof Rado

Results 52 comments of Kristof Rado

Not really, I haven't looked into it yet. I just discovered that the module should be visible and it was still hidden, even 1 hour after it should be on....

I have probably found the issue: https://github.com/qistoph/MMM-MyCommute/blob/609007df6a02d853b5dbf2f1b566f70a9debcf81/MMM-MyCommute.js#L534 Here change `hidden` to `isHidden`

I'm still testing it, but it seems that this solved it for me. Regarding the original issue, I thought about this, but I'm not sure how it can be achieved...

Oh, that seems easier... However you can do this only for the global config startTime and endTime (because only one "timer" running now). Or you calculate for each destination and...

@qistoph Unfortunately, I'm my module still won't show up sometimes (even after changing that `isHidden` parameter - also there is a default `hidden` parameter also which is changes to true...

For me unfortunately not. It was still times when it didn't wanted to show up. I have simplified the code as much as I can, I'm testing it, but it...

Yes that's right. However my approach will not change this behavior, the amount of credit used will be the same. Assume you have a 10 min pollFrequency set, you poll...

I have eliminated all of the module not appering bug. It works for a week now without a problem. I can make a PR is you like that, however my...

Ok I will create the PR soon. > I would however like to keep supporting the global show/hide, because that is probably in use in other people's setups. I'm also...

I also want this feature. This calendar options is a great addition, however it is really hard to specify a global `maxCalendarTime` . I did some initial enhancements to the...