-
Notifications
You must be signed in to change notification settings - Fork 64
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
Blurry images #123
Comments
Perhaps you could post one sample photo here (in its original resolution.) |
Here are the 2 images, as you can see it is large on MM display. I have played with the config.js and set fall setting to 800X600. |
Was the image less blurry when you set the width and height to 1920X1080? And a shot in the dark, have you tried: Not to show blurred Background : Add this into your css/custom.css. #GPHOTO_BACK { |
The Toshiba is a TV. But it is the same on a 1920x 1080 monitor. Have not tried fullscreen_above, will tonight. I will add to css tonight. It looks as if it is blown up to much and low resolution. I placed an image that was 3728 x 2536 and still the same results. Its been driving me crazy for 4 days now. |
I re-enabled the background on my MM and found that it had muted colors. I though originally that it was black and white. Your image has muted colors as well as low resolution so I think you will see a difference if you do add the suggestion to custom.css.
I only run the clock on my MM and only because it enables the GPHOTO_INFO as noted in my yet unanswered post.
You may want to comment out some of the other modules in the config.js file to see if any of them are affecting the MMM-GooglePhotos module.
On Monday, November 22, 2021, 05:37:30 PM EST, Fhealz ***@***.***> wrote:
The Toshiba is a TV. But it is the same on a 1920x 1080 monitor. Have not tried fullscreen_above, will tonight. I will add to css tonight. It looks as if it is blown up to much and low resolution. I placed an image that was 3728 x 2536 and still the same results. Its been driving me crazy for 4 days now.
Thank you I will try these and get back tonight.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I just tried the recommended Config.js and custom.css settings to no avail. No image at all. Yes you are correct its like the blurred on the sides, without the image. I'll try comenting out some of the Modules. If not I'll try a new install. I'll let you know. |
In your config, can you try increasing the resolution here to match your screen: showWidth: 1920, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended. |
If, with the custom.css option, you are getting no image at all then what you were getting was the background.
Here is my config.js content you can try You will need to change the albums: and the resolution : All modules but Clock are commented out.
Edited to add file as attachment to preserve formatting.
On Monday, November 22, 2021, 06:17:24 PM EST, Fhealz ***@***.***> wrote:
[td-config.js.txt](https://github.com/aneaville/MMM-GooglePhotos/files/7585197/td-config.js.txt)
I just tried the recommended Config.js and custom.css settings to no avail. No image at all. Yes you are correct its like the blurred on the sides, without the image. I'll try comenting out some of the Modules. If not I'll try a new install. I'll let you know.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
So I commented everything out and still same results. Probably a line or comma didn't install correctly. I don'T know how that could happen, but I've done everything else.I'm going to reinstall in a couple of minutes. If that does not work I'll have to use a differant Mod for images. I'll let you know |
So when I hit npm install I got this 6 packages are looking for funding found 13 vulnerabilities (7 moderate, 6 high) |
I cannot get it to install. I think I'll move on till it get straightened out. Cannot rebuild Electron. |
pi@raspberrypi:~/MMM-GooglePhotos $ ./node_modules/.bin/electron-rebuild # It could takes dozens sec. An unhandled error occurred inside electron-rebuild Error: Unable to find electron's version number, either install it or specify an explicit version
3 packages are looking for funding found 11 vulnerabilities (7 moderate, 4 high) An unhandled error occurred inside electron-rebuild Error: Unable to find electron's version number, either install it or specify an explicit version |
This looks a lot like my first attempt to get the module working on an ARM6 pi. I could get MM to run but not GooglePhotos. I was able to run it successfully on an ARM7 pi. |
I'm running a RPI4. This shouldn't be a problem. processor : 0 processor : 1 processor : 2 processor : 3 |
So today I formatted a new card and loaded the RPI OS and installed MM2. It still comes back with 11 vulnerabilities 4 being high. I cannot install GooglePhotos. There has to be an answer for this, its crazy. |
Did you do this:?: My installation went better once I performed the npm fix. |
Yes it only fixed 2 issues. I'm trying a couple of things today and tomorrow that are a little out there. I'll let you know |
Well I finally found out what it was. Turns out the 0auth was off by one number. It was not being carried over properly. |
Glad it is working for you now. How odd that it would retrieve any photo at all, albeit low resolution if the authorization wasn't valid.
On Wednesday, November 24, 2021, 06:09:11 PM EST, Fhealz ***@***.***> wrote:
Well I finally found out what it was. Turns out the 0auth was off by one number. It was not being carried over properly.
Thank you for taking the time to help me. The way I figured it out is, was pasting all the codes I was dealing with into a text file and noticed the differance. I usually figure this stuff out faster then this. LOL
Thank you again.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I have not been able to reproduce any of the errors or vulnerabilities that I recieved during install. I wonder if there was just something wrong with the install from the get go. |
Hi All
I've installed MM and everything is running well. Config setting of showWidth 1920, and showHeight 1080 with fullscreen-below.
The image are very blurry, maybelow resolution. Anyone else with this situation. I must be missing something. I have tried adjusting the custom.css to no avail.
Still a noob, thanks.
The text was updated successfully, but these errors were encountered: