Zoom-Error
See original GitHub issueHi, I have some issues with the zoom-function in the config.txt. I set the zoom for testing to a value of 0.7 like this:
zoom: 0.7,
After this i wanted to set it back with deleting the code-line but nothing happened.
I tried to reset it with:
zoom: 1.0,
but nothing changes. It doesnt even mather if the number is 0 or 100, the size of everything stays the same. My problem now is that the zoom worked for me the one time I used it first. But I can’t get it back to normal size.
It is like the problem that icekuhn mentioned in the last post here:
https://forum.magicmirror.builders/topic/1521/zoom-scaling
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (5 by maintainers)
Top Results From Across the Web
Zoom error message “An unknown error has occurred during ...
If you are receiving the error message “An unknown error has occurred during the installation”, submit a request to Zoom Support for...
Read more >How to Fix 7 Common Zoom Problems and Error Codes
The most common Zoom issue is being unable to connect to a meeting. Though the Zoom client itself may load fine, you will...
Read more >How to Fix Zoom Error Code 5003 - Alphr
This article will cover the 5003 Zoom error code and walk you through fixing the underlying problem. We'll also cover some other common...
Read more >Zoom "Unable to Connect" Error Code 5003 (Fixed)
Error code 5003 is an issue that appears only on the Zoom desktop app. The very first thing you should do when you...
Read more >Zoom: Fix Error Code 1132 - Rowan Support Portal
Public Knowledge - Zoom - Zoom Error 1132 Some Zoom users have reported getting error code 1132 when they try to sign in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, got same problem… Connecting the keyboard and hitting Ctrl+0 to reset zoom seemed to work. Seems that zoom value is being cached somewhere…
Go to your magic mirror folder and then to css and then towards the custom.css Inside body { zoom: 144%; } Thank me later.