MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. tasanford11
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    tasanford11

    @tasanford11

    0
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tasanford11 Unfollow Follow

    Latest posts made by tasanford11

    • RE: Weather Forecast only showing 1 day

      Just a quick update, I confirmed that the weather forecast shows up as expected when running version 2.11.0, so I am not sure what change was made in the update that could cause this.

      **Also, The image attached shows two days of forecasted weather. It fluctuates between 1 and 2 days without any changes, I’m assuming whatever the root cause for the bigger issue is also the cause for this unexpected behavior.

      posted in Troubleshooting
      T
      tasanford11
    • Weather Forecast only showing 1 day

      I am hoping the answer isn’t right in front of me, as I have been looking through my config files for what seems like forever.

      When I first installed MM, I got my API key and set everything up, and the currentWeather and weatherForecast modules worked just as expected. I recently updated to get rid of the pesky update notification, and now my weather forecast module only shows one day. I have not changed anything in my config.js or my weatherforecast.js files.

      config.js:

      module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "Lakewood, OH",
      				locationID: "5160315",
      				appid: "xxxx"
      			}
      		},
      

      weatherforecast.js: unchanged from repo: https://github.com/MichMich/MagicMirror/blob/master/modules/default/weatherforecast/weatherforecast.js

      Someone help me please so I don’t lose my mind! I just finished the entire build and this little hiccup is driving me crazy!

      missing days in weatherForecast.PNG

      Also, sorry if there is a post for this already, I tried looking for something but did not find anything that seemed to match up.

      posted in Troubleshooting
      T
      tasanford11
    • RE: Cannot exit MM after recent update

      @sdetweil

      Thank you for the help! This allowed me to get a Terminal emulator opened up and work backwards. I appreciate it!

      posted in Troubleshooting
      T
      tasanford11
    • Cannot exit MM after recent update

      I just updated my Magic Mirror setup (following the

      git pull && npm install
      

      )
      I had everything almost all set to get started with the Mirror, and now everything is all sorts of jacked up. I had my modules configured, APIs set up, and the Pi was configured.

      The Issue:

      • After the updating my local repo, I rebooted.
        • On reboot, pm2 took over and started MM.
        • Previously, I could ‘Ctrl + Q’, open the terminal, and ‘pm2 stop MM’
          • Now when I ‘Ctrl + Q’ MM will almost instantly reboot, not allowing me to get a terminal open to stop pm2.

      I have tried the Windows key to access Terminal that way and it does not work (it worked previously before updating). I have also tried minimizing the window: all this does is leave me with a black screen where I still cannot get to a terminal to stop pm2. Full shutdowns, reboots, nothing is working. MM has now taken over my Pi since the update. This was never an issue prior. All so I could simply get rid of the update notification at the top of the screen.

      *P.S. After the update, the forecasted weather has now shrunk down to 1 day. This is much less of a priority, I’m happy to troubleshoot this on my own once I can close the dang mirror and get back to a terminal/files.

      Thank you in advance!

      posted in Troubleshooting
      T
      tasanford11