-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sunrise/Sunset Times Cut Off #8
Comments
It was fixed, be sure you are in the latest update. |
Strange! The code I used was just before I posted as I've never used the script before. |
Just tried the code again and have the same issue, it happens when I set these to false. // 12 hours time |
I don't have this issue and never seen it reported by far, make sure your padding line 335 is correct. What device are you?! widget.setPadding(3, 10, -3, 10) |
I’m using an XR, numbers look correct to me.
Regards,
Geraint Parry
… On 4 Dec 2020, at 05:33, Italoboy ***@***.***> wrote:
I don't have this issue and never report it by far, make sure your padding line 335 is correct. What device are you?!
widget.setPadding(3, 10, -3, 10)
widget.spacing = -1.2
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Try this and let me know widget.setPadding(3, 9.9, -3, 9.9) if not try widget.setPadding(3, 10.1, -3, 10.1) And you can longer that by widget.spacing = -2 |
Still no luck, no idea what's causing it! |
Great work btw. This script here is the best I’ve seen by far. I really like it a lot 👍 |
Since this issue is rare, please come to our Discord server in order to discuss for solving., you will find the invitation link at Reddit r/Scriptable. |
Would there be any reason why the times for sunrise & sunset are cut off when 24h format is enabled?
The text was updated successfully, but these errors were encountered: