A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Wifi connection drops and doesn't get restablished

    Unsolved Troubleshooting network connection wifi
    3
    0 Votes
    3 Posts
    534 Views
    S
    @karsten13 i thought that as well but it didn’t change anything
  • MM freeze over night

    Troubleshooting freeze wifi clean
    6
    0 Votes
    6 Posts
    2k Views
    M
    My MM was running now for 48h without freezing. I don’t know what happened the last couple of times. Thank you to @Tribun ! I checked all the logs and found no problem. I will now start to install the first modules and see what’s going on.
  • 0 Votes
    9 Posts
    4k Views
    jca2112J
    @sdetweil said in Pi loses WiFi connection after a few hours: @jca2112 are you running pihole as an advert filter? seem to see this a lot with pihole servers… Yes, I am running a pihole – thanks for suggesting that. (I should have mentioned it.) I’ve not had any issues with the magicmirror + pihole setup in the past, but just to make sure I whitelisted the magicmirror so it would bypass the pihole altogether. It didn’t seem to affect the problem, so I’m not sure that it is a factor.
  • New router modules won’t load

    Solved Troubleshooting wifi router modules won’t load
    3
    0 Votes
    3 Posts
    1k Views
    A
    I figured this out. the new router uses a different IP structure. 192.168.0.1 where my old router used 192.168.1.1. For some reason the pi connected to the new router but saved the old default gateway. I was able to correct it with the below command. sudo route add default gw 192.168.0.1 dev wlan0