MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. kellogg76
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 32
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Something went wrong displaying this web page error

      @sdetweil said in Something went wrong displaying this web page error:

      ~/MagicMirror/installers/upgrade.log

      Apologies, when I ran

      curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh | bash
      

      I stopped reading after “Sorry, your Pi is not supported”, I just re-ran it and see the bit about Pi Zero’s.

      The install log is as follows

      Upgrade started - Fri Jan 24 13:47:22 AST 2020
      system is Linux raspberrypi 4.19.75+ #1270 Tue Sep 24 18:38:54 BST 2019 armv6l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      doing test run = true
      
      saving custom.css
      remote name = origin
      upgrading from version 2.10.1 to 2.10.1
      fetching latest revisions
      git fetch rc=0
      current branch = master
      On branch master
      Your branch is up to date with 'origin/master'.
      
      Changes not staged for commit:
        (use "git add <file>..." to update what will be committed)
        (use "git checkout -- <file>..." to discard changes in working directory)
      
              modified:   vendor/package-lock.json
      
      Untracked files:
        (use "git add <file>..." to include in what will be committed)
      
              css/save_custom.css
      
      no changes added to commit (use "git add" and/or "git commit -a")
      there are 1 local files that are different than the master repo
      
         vendor/package-lock.json
      
      save/restore files selection = n
      restoring vendor/package-lock.json from repo
      skipping restore for vendor/package-lock.json, doing test run
      test merge result rc='' , if empty, no conflicts
      skipping merge, only test run
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-BackgroundSlideshow please wait
      ----------------------------------
      skipped processing for MMM-BackgroundSlideshow, doing test run
      processing complete for module MMM-BackgroundSlideshow
      processing for module MMM-DarkSkyForecast please wait
      ----------------------------------
      skipped processing for MMM-DarkSkyForecast, doing test run
      processing complete for module MMM-DarkSkyForecast
      processing for module mmm-suncalc please wait
      ----------------------------------
      skipped processing for mmm-suncalc, doing test run
      processing complete for module mmm-suncalc
      restoring custom.css
      removing git alias
      Upgrade ended - Fri Jan 24 13:48:09 AST 2020
      

      It doesn’t appear there are any updates to apply as far as i can tell.

      posted in Troubleshooting
      K
      kellogg76
    • RE: Something went wrong displaying this web page error

      @sdetweil said in Something went wrong displaying this web page error:

      pm2 logs --lines=100

      Your updater script doesn’t work on a Pi Zero.

      I’ll try running npm install in the three non default module folders.

      Thanks

      posted in Troubleshooting
      K
      kellogg76
    • Something went wrong displaying this web page error

      Everything has been running well for a few months, a couple of weekends ago I noticed a message on the screen informing me that updates were available so I did a git pull in the MagicMirror folder then npm install.

      Everything seemed to have gone well, but after about 15 minutes the screen gives me a “Something went wrong displaying this web page error”. If I use VNC to login in and reload the page everything loads, and I can also load the MagicMirror from other computers on my network but it always goes back to the same error after a period of time.

      I’m using a Pi Zero if that helps with any suggestions.

      posted in Troubleshooting
      K
      kellogg76
    • RE: Anyone successfully using MMM-Tesla module?

      I’m in the same boat, with the same “Loading…” message. Did you ever get it working?

      posted in Troubleshooting
      K
      kellogg76
    • It seems like MagicMirror is already installed.

      My install was working great, but after an update it broke and after trying several fixes with no success I thought an easier route would be to just install again as a fresh start.

      I’ve renamed the MagicMirror folder on the Pi, and I’m using the following command to install

      bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”

      However the install fails with this error

      It seems like MagicMirror is already installed.
      To prevent overwriting, the installer will be aborted.
      Please rename the ~/MagicMirror folder and try again.

      Even after deleting the folder completely it still gives the same error.

      Does anyone have any ideas?

      posted in Troubleshooting
      K
      kellogg76
    • RE: MMM-MARS

      @mykle1 The rovers usually take lots of images for hazard avoidance (https://mars.nasa.gov/msl/multimedia/raw/) I’d be happy to see those if needs be. There aren’t many new ones there now I assume due to the US Government shutdown.

      It would be a nice addition, but if not I still like the module anyway, and the EarthWinds one, though I’m still learning how to position it exactly where I want it on the screen.

      posted in Education
      K
      kellogg76
    • RE: MMM-MARS

      @Mykle1 Is there any way to just grab the latest image from a rover rather than set the sol?

      posted in Education
      K
      kellogg76
    • Differing views in 127.0.0.1 and localhost

      Just installed on my Pi0, and noticed when editing my config.js that I was seeing different screens when I view the screen on 127.0.0.1:8080 and localhost:8080.

      I noticed it as the only default module that was loading was the clock, so I tried loading localhost:8080 and I could see the calendar module too, even though I’ve edited it out of /MagicMirror/config/config.js

      How come both addresses seem to use different config files? And why even though when I load 127.0.0.1:8080 I don’t see the Wunderground weather module that I installed. I know the code in the config is good as I copied it form another Pi I have.

      posted in Troubleshooting
      K
      kellogg76
    • RE: Updating SebTota's Pi0 Image stops MM

      For anyone with the same issue, follow these steps.

      cd MagicMirror
      git pull
      sudo npm install
      sudo npm install colors -g
      cd vendor
      sudo npm install
      sudo reboot
      

      After the reboot you’ll be up and running again.

      posted in Troubleshooting
      K
      kellogg76
    • RE: Updating SebTota's Pi0 Image stops MM

      @yawns I did do that, and got this in the terminal window, now the screen goes black like it’s about to start but never does.

      Looks like I’ll need to copy the image again and try something else.

      posted in Troubleshooting
      K
      kellogg76
    • 1
    • 2
    • 3
    • 4
    • 3 / 4