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

Posts

Recent Best Controversial
  • Module not showing up

    Hello. I am new to MagicMirror. I installed it on my Mac mini and I got the default calendar, weather, news, and compliment modules working.

    I installed a different weather module (git cloned and npm installed). I added the new module to my config file. I ran the config check and no errors were found. However, when I ran Magic Mirror, I don’t see the new module.

    Any suggestions?

    Thank you.

    posted in Troubleshooting
    B
    basho429
    Dec 15, 2022, 12:47 PM
  • RE: Module not showing up

    Here is my module config:

    {
      module: "MMM-OpenWeatherMapForecast",
      header: "MY CITY",
      position: "top_right",
      classes: "default everyone",
      disabled: false,
      config: {
        apikey: "MY OWN APIKEY",
        latitude: "MY LATITUDE",
        longitude: "MY LONGITUDE",      
        iconset: "4c",
        concise: false,
        forecastLayout: "table"
      }
    },
    
    posted in Troubleshooting
    B
    basho429
    Dec 15, 2022, 4:34 PM
  • RE: Module not showing up

    @sdetweil

    It is the MMM-OpenWeatherMapForecast module.

    I copied the sample configuration from the github page (providing my own apikey, changing the header, latitude, and longitude). However, all I see is the header and “Loading…”

    All the other modules are running (default weather, compliment, news, clock, and calendar).

    On Terminal, I see two lines that pertains to MMM-OpenWeatherMapForecast.

    1. Checking git for module: MMM-OpenWeatherMapForecast
    2. [MMM-OpenWeatherMapForecast] 15-Dec-22 10:23 ** ERROR ** null

    Any idea what these means? Any suggestions on how to fix it?

    Thank you.

    posted in Troubleshooting
    B
    basho429
    Dec 15, 2022, 4:31 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy