@justindp2006 try this out
https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernet
Read the statement by Michael Teeuw here.
Posts
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev sorry that post was kinda screwed as I made it on my phone the command was
sudo raspi-config
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@justindp2006 so you followed the guide and entered you ssid and password?
You could try the terminal commandsudo raspi-config
And set up wifi via the on screen menu.
Failing that u could set up a wpa supplicant file and insert it in your sd card
https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernetHope this helps
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev Here is a great tutorial that can help you learn your way around MM.
https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6I would recommend, once you get your MM configured the way you like to make a back up of it using win32 disk imager (make sure .img is on the end of the file or it won’t save as a disc image). That way if you mess up your SD card somehow you have a back up to use.
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
the type the command:
sudo reboot
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev After you insert that text save it by ctrl + x, then y and enter
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev I’m thinking you aren’t making the adjustment in the right location (possibly).
Try this from terminal:
sudo nano /boot/config.txt
and add the following to the file. Where you add it doesn’t really matter:
# Rotate display virtically display_rotate=0
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev
So what I did was format the sd card and use win32 disc imager to flash the sd card, put it my my Pi Zero and it worked.
After install I got rid of some stuff via the config file as I didn’t want all that stuff on my MM.
Cheers! -
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@greenwaydev
I did, worked great for me.