You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed this morning as there is less than 24 hours until the event date of 2017-12-25 00:00:00, that something was amiss and no time remaining is being shown. Here are the logs from a recent run:
2017-12-24 10:04:38 AM: ==20462== Lock acquired, processing the job...
2017-12-24 10:04:38 AM: event date: 2017-12-25 0:0:00
2017-12-24 10:04:38 AM: Difference between 2017-12-25 00:00:00 and 2017-12-24 10:04:38 is:0.0015893581938102 years 0 days 13 hours 55 minutes
2017-12-24 10:04:38 AM: Adding message It is until Christmas to message queue
2017-12-24 10:04:38 AM: Message file passed:
2017-12-24 10:04:38 AM: MESSAGEQUEUE_PLUGIN: Message queue file: /home/fpp/media/config/FPP.MessageQueue.db
2017-12-24 10:04:38 AM: MESSAGEQUEUE_PLUGIN: Adding message to message queue: It is until Christmas :EventDate :Christmas
2017-12-24 10:04:38 AM: IMMEDIATE OUTPUT ENABLED
2017-12-24 10:04:38 AM: Matrix location: 127.0.0.1
2017-12-24 10:04:38 AM: Matrix Exec page: matrix.php
2017-12-24 10:04:38 AM: MATRIX ACTIVE: 1
2017-12-24 10:04:38 AM: Curl result:
2017-12-24 10:04:38 AM: ==20462== Releasing lock...
The text was updated successfully, but these errors were encountered:
By manually enabling include hours and include minutes, it has worked around the issue.
I checked the code, and there is no specific logic to address the remaining time < 1 day condition as implied by the UI. It might make sense to do something like before line 110:
I just noticed this morning as there is less than 24 hours until the event date of 2017-12-25 00:00:00, that something was amiss and no time remaining is being shown. Here are the logs from a recent run:
The text was updated successfully, but these errors were encountered: