• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Config.fs

Scheduled Pinned Locked Moved Troubleshooting
troubleshootconfigconfig.jsconfiguration
22 Posts 4 Posters 6.3k Views 4 Watching
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.
  • ? Offline
    A Former User @scoller
    last edited by Jan 3, 2019, 11:53 AM

    @scoller

    {
      module: "currentweather",
      position: "top_right",
      config: {
        location: "Alsike,Sweden",
        locationID: "2726470", // < - I think here comma missed.
        appid: "c17305e68b5d2b54d3f2c8b5e2cc4002"
      }
    },
    {
      module: "weatherforecast",
      position: "top_right",
      header: "Vädret i Framtiden",
      config: {
        location: "Alsike,Sweden",
        locationID: "2726470", // < - Here also.
        appid: "c17305e68b5d2b54d3f2c8b5e2cc4002"
      }
    },
    
    S 1 Reply Last reply Jan 3, 2019, 11:58 AM Reply Quote 0
    • S Offline
      scoller @Guest
      last edited by Jan 3, 2019, 11:58 AM

      @sean What is that? I see its the code but what?

      :::

      ? 1 Reply Last reply Jan 3, 2019, 11:59 AM Reply Quote 0
      • ? Offline
        A Former User @scoller
        last edited by Jan 3, 2019, 11:59 AM

        @scoller
        Exchange those with your current currentweather and weatherforecast in config.js

        S 1 Reply Last reply Jan 3, 2019, 12:08 PM Reply Quote 0
        • S Offline
          scoller @Guest
          last edited by Jan 3, 2019, 12:08 PM

          @sean Thank you again. Is that the problem?

          M ? 2 Replies Last reply Jan 3, 2019, 12:09 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @scoller
            last edited by Jan 3, 2019, 12:09 PM

            @scoller

            https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @scoller
              last edited by Jan 3, 2019, 12:10 PM

              @scoller
              You’ve missed comma after locationID: "2726470" so, just adding it would be enough, but you’d said you couldn’t find where they are, so I told you to exchange whole section.

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 3 / 3
              3 / 3
              • First post
                21/22
                Last post
              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