Read the statement by Michael Teeuw here.
Display Help
-
Did you change the res in the raspi config at all?
-
@Mykle1 yeah i tried that before i edited the hdmi settings in the config.txt
-
Just out of curiosity have you checked the settings on the actual monitor itself?
I’ve had to adjust the settings on the monitor itself to achieve the desired resolution.
Sometimes cycling between Wide - Normal - Full can make all the difference.
You may need to reboot you pi after the changes (unless it detects automatically). -
@stacywebb i got it working finally. i ended up just reformatting the card and redoing everything from scratch. its now properly displaying but now having issues with a few modules lol
-
-
@Mykle1 getting the mmm-pir-sensor to work right which might not be a module issue at all and then awesome alexa which is an amazon issue, not matter what i try i am unable to get a refresh token, i can get the access token using different methods i have found here but not the refresh token
-
Ah, well, I don’t use either of those modules but plenty of people do. You can do a search on the forum and/or post a new question and I’m sure you’ll get some help.
Glad you solved the display issue
-
@Mykle1 yeahe im still digging around for the alexa issue and did post in a thread about the sensor. so far everything else is running great with no issues. i do have one question though. does it matter where in the string of module code you add certain modules. like would they cause the entire mirror to not load if there is a problem with a module in the middle of the them or does it not matter?
-
It can matter. If a troublesome module loads early it can cause problems with the modules that load later in the sequence
-
@Mykle1 ok thats what i was wonder, if it would be best to add new modules at the end of the pre loaded modules in the config or not