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

    Posts

    Recent Best Controversial
    • RE: Default weather module not showing after MM update

      @mumblebaj Hi, thanks for your response there are no errors on the screen when I run npm start. No loading of that module indication but there is space allocated for the weather module on the screen in the top right area. All other modules work. Everything was working before the update to the latest MM.

      posted in Troubleshooting
      0
      01ZerosOnes01
    • RE: Default weather module not showing after MM update

      Here is the entry in the config file
      {
      module: “weather”,
      position: “top_right”,
      config: {
      weatherProvider: “openweathermap”,
      type: “current”,
      location: “Elmhurst”,
      locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
      }
      },
      {
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      type: “forecast”,
      location: “Elmhurst”,
      locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
      }
      },

      posted in Troubleshooting
      0
      01ZerosOnes01
    • Default weather module not showing after MM update

      Please help after updating to MagicMirror² version v2.20.0 today the default weather modules are no longer displaying. Does anyone know of the fix for this issue?
      TIA John Janis

      posted in Troubleshooting
      0
      01ZerosOnes01
    • RE: Could not load config file.

      Thanks so much for your help. That was my mistake. I didn’t run the command (npm install) inside the MMM-MyScoreboard folder.
      Thank you. That did it.

      posted in Troubleshooting
      0
      01ZerosOnes01
    • Could not load config file.

      I hope someone can help with this error.
      This is a new installation on a Raspberry Pi 4 2GB
      Latest Buster OS and MagicMirror v2.17.1
      I am getting this and other similar errors with certain Third Party modules. I have tried the manual and script install of MagicMirror.
      Same errors.
      Any help would be greatly appreciated.
      This is the error using the MMM-MyScoreboard module.
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘json-parse-async’
      Require stack:

      • /home/pi/MagicMirror/modules/MMM-MyScoreboard/providers/SNET.js
      • /home/pi/MagicMirror/modules/MMM-MyScoreboard/node_helper.js
      • /home/pi/MagicMirror/js/app.js
      • /home/pi/MagicMirror/js/electron.js
      • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai
      posted in Troubleshooting
      0
      01ZerosOnes01
    • 1
    • 2
    • 2 / 2