mabahj
mabahj
Same problem. I added this to my custom.css and it seems to fix it. You can play around with the numbers: ``` .MMM-BackgroundSlideshow .bottomRight { bottom: 50pt; right: 60pt; }...
I think I just noticed the same. I ran an SQL query to check my database (from here: https://community.home-assistant.io/t/how-to-keep-your-recorder-database-size-under-control/295795/125 ) and the one device I'm tracking consumed 23% of all...
Hi, Press and hold shows recent apps so that does not work for me.
Ok, thanks. That would work as a workaround, although I'd loose the home button functionality. Maybe the app should work without requiring a menu button? All my other apps do....
Thanks, crackalak. I'll leave this bug open since all my other apps show the menu. But it looks like the htc one's menu button solution has been a problem in...
I did not know. It would be great if you could move it. Thank you.
I'm sorry, it is quite a while ago and I do not remember how I solved it. I'm using a very messy locally changed version of https://github.com/maaximal/jottadocker now, probably a...
(Original question removed: I see that you have described the full change further up. Thanks!)
I found https://learn.microsoft.com/en-us/azure/ai-services/openai/reference so I also tried ```https://{endpoint}.openai.azure.com/openai/deployments/{deployment-id}/completions?api-version=2024-06-01``` ```https://{endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version=2024-06-01``` Where I replaced {endpoint} and {deployment-id} with my data. I also tried the API version I have running on my python...
Thanks for following up! Appreciated! The error message I am receiving is ```Request Timeout (60 sec)``` from Jarvis, nothing else. Note that this error appears after 1-2 seconds, sometimes 5-10....