@cowboysdude Thank you! That seems to have fixed the issue!
Read the statement by Michael Teeuw here.
Best posts made by Usrnme2Lng
-
RE: MagicMirror Weather
Latest posts made by Usrnme2Lng
-
RE: MagicMirror Weather
@cowboysdude Thank you! That seems to have fixed the issue!
-
RE: MagicMirror Weather
@Mykle1 Thanks! This helped a lot. I am trying to get more comfortable with the terminal, but I think that in this case, it was best to use a text editor.
Also, I followed the instructions in the guide but for some reason, my screen is still going blank.
I edited the autostart file, as below:
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
@xset s noblank @xset s off @xset -dpms
I also edited the lightdm.conf file, as seen below:
sudo nano /etc/lightdm/lightdm.conf
I edited the xserver-command bit to look like this:
xserver-command=X -s 0 -dpms
Any ideas of what I can do next? For what it’s worth, it is a flatscreen TV, so it has a remote and I also tried going through the settings and made sure that sleep mode was off.
-
RE: MagicMirror Weather
@Mykle1 I think I made a mistake by putting similar code in the wrong file I put it into the other config file by doing ‘sudo nano /boot/config.txt’
How to I get to the config file you’re talking about?
-
MagicMirror Weather
Good Evening,
I looked through a couple of other posts and I am still having trouble getting the weather to display at all in the top right corner. There isn’t any message saying that my APPID isn’t valid or whatever. I followed the Complete Guide, found here: link text. Very nice job by @KirAsh4 !!
At the end of the guide, there’s a quick note about the weather app, but I can’t seem to get it to work. I created an account at the openweathermap.org site but not sure where to go from there.
Any advice would be much appreciated. For what it’s worth, I am very new to this type of computer magic, so a detailed instruction would be fantastic.
Lastly, is there a way to edit the code to remove the compliments that the screen says (i.e., “You look nice!”)? I know it’s lying and I don’t want to see it.
Thank you!!