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

    rslohs

    @rslohs

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rslohs Unfollow Follow

    Latest posts made by rslohs

    • RE: Electron exited with signal SIGILL error

      reinstalled MM and back in business, who knows what happened

      posted in Troubleshooting
      R
      rslohs
    • Electron exited with signal SIGILL error

      Hello,

      Have had my MM running for a few weeks. Been playing with PM2 a bit to try and learn that. Had the mirror running, came back about a day later and my RPi desktop screen was showing (MM closed). Tried PM2 logs and was getting a electron error. Stopped PM2 and tried to run MM via ‘npm run start’. I’m getting the error seen below, any suggestions? I changed nothing from when it was running properly.

      pi@raspberrypi:~ $ cd ~/MagicMirror
      pi@raspberrypi:~/MagicMirror $ npm run start

      magicmirror@2.18.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGILL

      What is SIGILL and how do I resolve? Thanks

      posted in Troubleshooting
      R
      rslohs
    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

      @sdetweil that’s what I’m using in the config file.

      {
      module: "MMM-OpenWeatherMapForecast",
      header: "Schoolcraft, MI Weather",
      position: "top_right",
      classes: "default everyone",
      disabled: false,
      config: {
      apikey: "aaaaaaaa",
      latitude: "aaaaaaa",
      longitude: "aaaaaa",
      iconset: "4c",
      concise: false,
      forecastLayout: "table",
      units: "imperial",
      }
      },
      
      posted in Troubleshooting
      R
      rslohs
    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

      @mykle1 thanks for the suggestion, but that is set to imperial as well.

      posted in Troubleshooting
      R
      rslohs
    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

      @sdetweil I’m not quite sure what you’re saying. The ‘Units:“imperial”,’ is incorrect in the code I shared? What should I try differently?

      posted in Troubleshooting
      R
      rslohs
    • MMM-OpenWeatherMapForecast Doesn't display imperial units

      Hello,

      Working on OpenWeatherMapForecast and so far have really liked it. One issue, for predicted precipitation I cannot get imperial units to show. I’ve tried changing it within config.js as well as the config file in the module as well. Any suggestions?

      {
      module: “MMM-OpenWeatherMapForecast”,
      header: “Weather”,
      position: “bottom_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “KEY”,
      latitude: “444444”,
      longitude: “-4444444”,
      iconset: “4c”,
      concise: false,
      forecastLayout: “table”,
      units: “imperial”,
      }
      },

      posted in Troubleshooting
      R
      rslohs