10-30-2020, 01:00 PM
(10-18-2020, 09:22 PM)JMaier Wrote:(09-06-2020, 12:13 AM)graynada Wrote: Thanks everyone for the very supportive comments.
Quote:Posted by lupyuen - 5 hours ago
Yep it's so tidy and Mondrian Very good use of space https://en.m.wikipedia.org/wiki/Piet_Mondrian
Sent from my Pixel 4 XL using Tapatalk
Round watch faces and square screens make wasteful and often untidy bed fellows so I tried to think inside the box for a change
Did you ever post this wasp implementation code anywhere? There some stuff I'd like to learn from it. Like specifically I'm interested how you got the gadgetbridge notifications working so well.
Sorry for the delay in replying, I must have missed the notification email.
I have just posted my code to GitHub now with largely working weather icons. Please note I am not a professional coder so it won't be the best or neatest implementation but it works for me as an everyday driver. It was always meant as a 'for me' project and I haven't refined/cleaned it yet but happy to share the code if it helps.
I did modify gadgetbridge.py to get weather notifications but most of the work is done in wasp.py and clock.py
I do have issues with the occasional missed notification but this seems mainly down to Bluetooth connectivity. This could be a symptom of the phone, Gadgetbridge and PineTime combination nuances. I have extended the screen wake to 60 seconds, but this can be wound back as needed and I have removed the step counter from the ring.
Hope this helps.