@sverrelp Thanks for reporting! I had some reports on Android, not on iOS or iPadOS. What device are you using?
@Peter3 Thanks for letting me know! Apparently I’m not receiving email notifications from my own repository. I’ll look into it!
Im currently on Google Pixel so Android yes
@sverrelp I’ll see what I can do ![]()
@BasMilius did you find any solution
Hi @BasMilius ,
Regarding my feature requests for dynamic dates: I’m on it myself, so don’t spend any time on it ![]()
It’ll become a larger PR, because for existing flow cards:
- Time is required, although its set to false. Homey wont respect that flag on a time field. I’m creating seperate cards for “day only” due dates without the time field
- Bug: these “due dates” cards dont set ANY date or time at all on the tasks. Its because the bugfix I did earlier for the widget. Date input fields send date as mm-DD-yyyy (no matter the locale), while the Widget sends as yyyy-MM-dd. so by fixing it for widget, it broke for cards. Do not release the app!! Will fix this

Then, for my dynamic date request, text tags are not meant to use for data input. It’s only for displaying text. I’ve already seen 6 different formats, which makes this too unreliable.
Therefore, I will create new cards:
- No date input; date is considered as today. There will be a field “days from now” or similar, where you can set a number of days in the future as due date.
- Same as one, but with time selector. No tag, too unreliable and I dont see any use case
- Same as one, but also to assign to person
- Same as two, but also to assign to person
Regards,
Peter
Hi @BasMilius
A new pull request is ready now. I implemented the cards as described in previous post. I tested all the flow cards, plus the manual triggers (create/update) for the Widget.
Thanks!
Regards,
Peter
In that PR, I also created an additional card to check all due tasks. I hope you don’t mind I took the liberty to add these functionalities!
Regards,
Peter
Hope on a update soon ![]()