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
So, for few months now, I noticed my kiosk render won't scale up anymore.
Changing SCALING to 2 or 3 or 0.5 won't affect the size of the content displayed.
Did you try another website to find out whether it may be only Google Spreadsheets related?
I heard they're using a specific technique to render their website content (via canvas elements), which may ignore the browser's built-in scaling and zooming features for cases like this.
We may want to find a solution for Google Spreadsheets then.
Now if I use Firefox browser and Chrome browser to visit /lovelace/kindle?kiosk I get my spreadsheet rendered twice bigger as the original, as expected.
However, for some obscure reasons, the size won't change when rendered on your add-on, no matter the scaling value used.
I've also tried to set the RENDERING_DELAY to 10000 (10 seconds) just to test if the renderer was maybe a bit long to scale it up, with no success.
Could it be a difference between how Puppeteer/chromium is dealing with specific Google services?
Hello,
Thank you for your work!
So, for few months now, I noticed my kiosk render won't scale up anymore.
Changing SCALING to 2 or 3 or 0.5 won't affect the size of the content displayed.
Here is my configuration yaml:
The content I'm trying to scale up is a Google Sheet integration on a lovelace view (panel)
Here is the content on /lovelace/kindle:
Thank you in advance
The text was updated successfully, but these errors were encountered: