• 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.

MMM-OpenWeatherForecast

Scheduled Pinned Locked Moved Solved Troubleshooting
92 Posts 14 Posters 18.2k Views 14 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.
  • H Offline
    hrjmsh @OldGuyBerlin
    last edited by Oct 13, 2024, 4:02 PM

    @OldGuyBerlin Worked for me, thanks.

    C 1 Reply Last reply Nov 4, 2024, 6:38 PM Reply Quote 0
    • C Offline
      chris1971 @hrjmsh
      last edited by chris1971 Nov 4, 2024, 7:52 PM Nov 4, 2024, 6:38 PM

      I had the same problem with my weather forecast. I made a subscription for an API 3.0 key and modified the config in this way:

      {
      		module: "MMM-OpenWeatherForecast",
      		position: "top_right",
      		header: "Wetter in Mülheim",
      		config: {
              apiBaseURL: "https://api.openweathermap.org/data/3.0/onecall?",
              apikey: "xxxxxxxxxxxxxxxxxxxxxxxx", //only string here
            latitude: 51.xxxxxxxx,            //number works here
            longitude: 6.9xxxxxxxx,          //so does a string
            updateInterval: 45,
      	iconset: "3c",
      	maxDailiesToShow: 4,
      	maxHourliesToShow: 4,
      	label_hourlyTimeFormat: "k[ Uhr]",
      	label_sunriseTimeFormat: "k:mm",  // change the format for this one 
      	label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
      

      In addition I added “https://api.openweathermap.org/data/3.0/onecall?” as mentioned by @Ray in the node_helper.js in the weather module. The update intervall is 45 minutes - which means below 1000 calls per month
      The module is running again!!!

      Thx to this community and forum,
      Chris

      H 1 Reply Last reply Nov 4, 2024, 11:15 PM Reply Quote 0
      • H Offline
        htilburgs @chris1971
        last edited by Nov 4, 2024, 11:15 PM

        What if you don’t have a creditcard like me??

        (still trying to learn JS, but not afraid to ask) ☺

        S 1 Reply Last reply Nov 5, 2024, 1:07 AM Reply Quote 0
        • S Offline
          sdetweil @htilburgs
          last edited by Nov 5, 2024, 1:07 AM

          @htilburgs use pirateweather provider, on the default weather

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          H 1 Reply Last reply Nov 5, 2024, 7:44 PM Reply Quote 0
          • H Offline
            htilburgs @sdetweil
            last edited by htilburgs Nov 5, 2024, 7:49 PM Nov 5, 2024, 7:44 PM

            @sdetweil
            Thanks, now it looks a bit like OpenWeather again ;-)

            031df386-11b1-4d60-aba2-f19d2f9d183a-image.png

            (still trying to learn JS, but not afraid to ask) ☺

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 6
            • 7
            • 8
            • 9
            • 10
            • 10 / 10
            • First post
              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