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

    Posts

    Recent Best Controversial
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @HeikoGr thanks.
      I will try tomorrow.
      I will let you know!
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @HeikoGr can you share your config?
      Without the key and only the weatherpart.
      Thanks!
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @HeikoGr what does it show in the header?
      And do you see the right weather for your location?
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @HeikoGr does it show country and city in the header?
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @reilley did you get it working with city, country?
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: Default weather module stuck loading after latest MM update

      @sdetweil Adding ‘weatherEndpoint: “/onecall”,’’ gives some kind of weather, but for the wrong location I presume (26C but it is only 15C here).
      So, location ID does not work with API 3.0; it worked with 2.5.
      Somebody have the solution?
      Lat/ Lon?

      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: Default weather module stuck loading after latest MM update

      This is my config, maybe somebody can tell me what is wrong?

      {
      module: "weather",
      position: "top_right",
      config: {
      weatherProvider: "openweathermap",
      type: "current",
      location: "Apeldoorn",
      locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: "xxxxxxxxxxxxxxxxxxxxxx"
      }
      },
      {
      module: "weather",
      position: "top_right",
      header: "Weersverwachting",
      config: {
      colored: true,
      weatherProvider: "openweathermap",
      type: "forecast",
      location: "Apeldoorn",
      locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: "xxxxxxxxxxxxxxxxxx"
      }
      },
      
      posted in Troubleshooting
      P
      Peter
    • RE: Default weather module stuck loading after latest MM update

      @sdetweil same problem here.
      Upgraded my Openweather account, added paymentdetails (seemed to worked well), generated a new API key (how can I see it is a 3.0 key?)
      Used your upgrade script, Sam.
      Entered the new key in my config.
      Everything works fine except the default weathermodule.
      Peter

      posted in Troubleshooting
      P
      Peter
    • RE: v2.29.0 weather module issue

      @sdetweil Sam, do you know how many calls the default weather module makes per day?
      Am I right: default is every 10 minutes, so 24x6 per day?
      I have two Magic mirrors (1 for me and 1 for my daughter) using the same API.
      I would like to use the API (3.0) for free, so use not more than 1000 calls per day.
      Thanks for your answer in advance.
      Peter

      posted in Bug Hunt
      P
      Peter
    • RE: Time format

      @sdetweil thanks Sam!
      Works great!
      Peter

      posted in Troubleshooting
      P
      Peter
    • 1 / 1