MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Cyric
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 28
    • Best 0
    • Controversial 0
    • Groups 0

    Cyric

    @Cyric

    0
    Reputation
    3
    Profile views
    28
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Cyric Unfollow Follow

    Latest posts made by Cyric

    • RE: Weather not Loading

      @DarrenHill

      I’m dumb, that fixed it.

      Thanks!

      posted in Troubleshooting
      C
      Cyric
    • Weather not Loading

      Hi,

      I upgraded to 2.19, and saw that the weather forecast and current weather both depreciated. I read the migration and made the changes, and now both get stuck at loading.

      cd040132-1637-4cf1-8436-b2bf5900a13e-image.png

      Everything else updated fine, and both modules were working before the change. I tried to specify which provider to use instead of the default. i removed the location id and tried to just use location and vice versa. Neither worked.

      Here’s my code, I removed the api key and location data, but it was all fine before the change.

      {
      			module: "weather",
      			position: "top_right",
      			config: {
      				type: "current",
      				location: "XXXXXXX",
      				locationID: "XXXXXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "XXXXXXX"
      			}
      		},
      		{
      			module: "weather",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				type: "forecast",
      				location: "XXXXXX,
      				locationID: "XXXXXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "XXXXXXX"
      			}
      

      Thanks!

      posted in Troubleshooting
      C
      Cyric
    • RE: Mirror Squashed, partially locked out

      Thanks for the help, but I just went ahead and reloaded it.

      posted in Troubleshooting
      C
      Cyric
    • RE: Mirror Squashed, partially locked out

      @sdetweil
      I’m not able to ssh into the machine, but I can VNC into it. I can minimize the window, but it just goes black and gives me an error message about about a wiki page it can’t GET. Currently, it says "Cannot GET /wiki/Los_Angeles_Lakers. I can only assume this has to do with a wikipedia of the day module I have installed.

      I normally have it rotated due to how it hangs on my wall.

      I got the web browser up by using alt+F2 and going to help -> documentation. I can’t get into a terminal or anything else.

      posted in Troubleshooting
      C
      Cyric
    • Mirror Squashed, partially locked out

      Hi Everyone,

      I ran the update last week, and after the restart I noticed that my PIR sensor wasn’t working. I looked and the python script I used was missing from the MM folder, so i copied it back there, and also onto the main file, because I couldn’t remember where it went. After a restart, Igot a mirror that looked like this: 217cf999-2919-4a07-a333-4197de33638a-image.png

      For some reason, all the text is squished up into a smaller area. When I tried to sort out what happened, I couldn’t use ctrl + alt +delete or any other hotkey shortcuts to get to the file browser or terminal to try and figure out what went wrong. Through a lot of trial and error, I was able to figure out that alt+F2 worked, and that I could pull up a web browser from there to get to my files to at least look at it, though I can’t move, edit, or delete anything. I still can’t get to the normal file browser or the terminal. I tried to zoom out, and that just makes the text smaller but the window size doesn’t change. The web browser underneath is the proper size and everything looks fine there. I can’t seem to pull any log flies, and when I restart it comes back to this. I have to cut power to restart, since ctrl+alt+delete doesn’t work.

      Any ideas on how to fix, or am I looking at a rebuild? Happy to provide whatever other data I can.

      Thanks.

      posted in Troubleshooting
      C
      Cyric
    • RE: What is your backup and restore method?

      For my backup I tried to just make an image of my card, so if something were to ever go wrong, I could just reimage my card and it would work. Well, we lost power yesterday, and something went wrong. I formatted the card, re imaged it, and it eventually booted after some errors. The problem was that my config.js was corrupted or something, because I couldn’t edit it anymore. I’ve tried to reimage it again, but i’ve now gotten a different set of errors and a debian load screen i’ve never seen before. No idea where I went wrong.

      posted in Troubleshooting
      C
      Cyric
    • RE: Raspbian/MM won't boot

      Thanks. Is there any way to save the files on there? I hooked the card to my windows machine and copied everything.

      posted in Troubleshooting
      C
      Cyric
    • Raspbian/MM won't boot

      Hi Everyone,

      Things had been going well for the magic mirror. Everything updated, motion sensor worked, it was great. Yesterday I noticed it was off. I rebooted it, and it went from the 4 raspberries on top, to the magic mirror boot screen, to the screen down in the pictures. I keep restarting, and it seems to give me a different message each time. The only common thing is chmod: cannot access ‘monitor_o*’ no such file or directory. I’m not sure what happened. I haven’t messed with it since it started running except to do some updates, I haven’t added any new modules. It will stay on this screen and repeat the same lines over and over until I turn it off.

      Pictures:
      alt text
      alt text
      alt text
      alt text
      alt text

      Thank you!

      posted in Troubleshooting
      C
      Cyric
    • RE: PIR-module -> NODE_MODULE_VERSION...

      @pw94 I was never able to get either of those to run for me. I ended up copying the python script from https://www.putorius.net/using-pir-sensor-for-motion-detection.html and it’s been working fine.

      posted in Troubleshooting
      C
      Cyric
    • RE: MM cant boot, wont boot!

      awesome, that worked.

      Thank you!

      posted in Troubleshooting
      C
      Cyric