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

    wyovino

    @wyovino

    3
    Reputation
    7
    Profile views
    44
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    wyovino Unfollow Follow

    Best posts made by wyovino

    • RE: Weather Module showing wrong current temperature

      @sdetweil

      The default value is 10 minutes, so it should never go above the free limit.

      posted in Troubleshooting
      W
      wyovino
    • RE: MMM-SimpleBGSlideshow (yet another background slideshow module)

      I’m running this on a Pi Zero 2W. At first it kept freezing because some of my images were way too big. After I resized all of my images to 800 x 600 it’s going great.

      posted in Utilities
      W
      wyovino
    • RE: Weather Module showing wrong current temperature

      @wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.

      posted in Troubleshooting
      W
      wyovino

    Latest posts made by wyovino

    • RE: Weather Module showing wrong current temperature

      @wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.

      posted in Troubleshooting
      W
      wyovino
    • RE: Weather Module showing wrong current temperature

      @sdetweil

      The default value is 10 minutes, so it should never go above the free limit.

      posted in Troubleshooting
      W
      wyovino
    • RE: Weather Module showing wrong current temperature

      @sdetweil Do you know how frequently MM reaches out to pull down the weather data? I’d rather not exceed the daily free limit.

      posted in Troubleshooting
      W
      wyovino
    • RE: Weather Module showing wrong current temperature

      @sdetweil
      I appreciate your efforts. The reason I’m using a Zero2W is that my mirror is in a tiny bathroom and when I used a Pi4 I could hear the hum of the fan. The Zero2W worked well except for the stock ticker which became very jerky. For the weather module, maybe I need a new API key. I’ll give that a try.

      posted in Troubleshooting
      W
      wyovino
    • RE: Weather Module showing wrong current temperature

      @sdetweil

      The MMM-Jast module doesn’t work properly on a Zero2W with more recent versions which is why I did a fallback to this version. Is this related to the Weather API change I saw in the pinned post? Here’s my config. The “current” doesn’t work properly but the “forecast” does.

      {
      module: “weather”,
      position: “top_right”,
      config: {
      weatherProvider: “openweathermap”,
      type: “current”,
      location: “Rockville Centre”,
      locationID: “5134203”,
      apiKey: “{myAPIKey}”
      }
      },
      {
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      type: “forecast”,
      location: “Rockville Centre”,
      locationID: “5134203”,
      apiKey: “{apikey}”,
      fade: false
      }
      },

      posted in Troubleshooting
      W
      wyovino
    • Weather Module showing wrong current temperature

      MM V2.24.0, Pi Zero2W, Raspbian 10 (Buster)

      I haven’t made any changes to my magic mirror since the beginning of February. I’m using the default Weather module and haven’t changed any related settings for that in over a year. The location is showing the correct city. The forecast for the next few days seems correct. The current temperature and today’s high and low are incorrect by about 20F degrees. I’ve tried rebooting and complete shutdown/unplug. Any suggestions?

      posted in Troubleshooting
      W
      wyovino
    • RE: MM stopped working with Electron Error

      @sdetweil Good idea but I don’t think it’s the case with this. I monitor the temps of all of my Raspberry Pis. Anyway, I re-imaged the usb drive from a backup and it appears to be working. If I set it up to reboot automatically nightly, should I have it stop MM first or is that unnecessary?

      posted in Troubleshooting
      W
      wyovino
    • RE: MM stopped working with Electron Error

      @sdetweil I’m in the process of re-imaging the USB drive from a backup. Hopefully that works. I don’t understand why it would work from a cold start but not a restart or reboot, but we’ll see what happens. It’s very consistent.

      posted in Troubleshooting
      W
      wyovino
    • RE: MM stopped working with Electron Error

      Update: Restarting MM and rebooting had no affect. A shutdown and power disconnect fixed the issue, at least for now.

      posted in Troubleshooting
      W
      wyovino
    • MM stopped working with Electron Error

      MM V2.24.0, Pi Zero2W, Raspbian 10 (Buster)

      MM stopped working yesterday. The PM2 log is showing this error:

      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV

      If I reinstall Electron, do I need a specific version? If so, how can I tell which version I currently have, and how would I do it?

      posted in Troubleshooting
      W
      wyovino