MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED https://github.com/njwilliams/MMM-PlaceInfo not loading

    Troubleshooting
    3
    3
    264
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      GoodWillGustin last edited by sdetweil

      Does anyone else use this module/anyone having trouble with it?

      I got my API keys and set up the config file. When I launch MM, not only does the PlaceInfo module not load (when set to either top_center or bottom_center), but none of my modules will load besides top_left, top_center, and middle_center regions. I’m getting no errors in the terminal. Here is my config.js entry:

      {
      module: 'MMM-PlaceInfo',
      position: 'top-center',
      config: {
      weatherAPIKey: "myopenweatherAPIkey",
      currencyAPIKey: "myfixer.ioAPIkey",
      currencyPrecision: 2,
      currencyRelativeTo: 'USD',
      places: [
      {
      title: "London",
      flag: "gb",
      currency: "GBP",
      timezone: "Europe/London",
      weatherID: "2643743",
      },
      {
      title: "Tokyo",
      flag: "jp",
      currency: "JPY",
      timezone: "Asia/Tokyo",
      weatherID: "1857910",
      }
      ]
      }
      },
      
      1 Reply Last reply Reply Quote 0
      • D
        Dresch360 Project Sponsor last edited by

        I’m having the same issue. Any updates?

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @Dresch360 last edited by

          @dresch360 can u open the developers window. ctrl-shift-i on the mirror keyboard and select the console tab

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy