• 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 Error 401

Scheduled Pinned Locked Moved Unsolved Troubleshooting
15 Posts 4 Posters 1.9k 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.
  • V Offline
    Vauxdvihl @sdetweil
    last edited by Jun 17, 2024, 6:48 PM

    @sdetweil

    Here ue are

    @raspberrypi:~/MagicMirror/modules/MMM-OpenWeatherForecast $ git remote -v
    origin	https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast (fetch)
    origin	https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast (push)
    
    
    K 1 Reply Last reply Jun 18, 2024, 7:28 AM Reply Quote 0
    • K Offline
      KristjanESPERANTO Module Developer @Vauxdvihl
      last edited by Jun 18, 2024, 7:28 AM

      @Vauxdvihl Okay, so that shows us that you’re using the right fork 👍 Let’s see the part of config.js for this module (without API key, of course).

      V 1 Reply Last reply Jun 18, 2024, 6:52 PM Reply Quote 0
      • V Offline
        Vauxdvihl @KristjanESPERANTO
        last edited by Jun 18, 2024, 6:52 PM

        @KristjanESPERANTO

        Thank you

        		module: "MMM-OpenWeatherForecast",
        		//header: "Wetter Berlin", // Optional header
        		position: "top_right",
        		classes: "default everyone", 
        		disabled: false,
        		config: {
        			apikey: "key",
        			latitude: "51.xxxxx", 
        			longitude: "-0.xxxxx",      
        			iconset: "2c",
        			concise: true,
        			showWind: false,
        			displayKmhForWind: true,
        			animatedIconStartDelay: 2000,
        			label_timeFormat: "HH:mm",
        			forecastLayout: "tiled",
        			forecastHeaderText: "",
        			label_sunriseTimeFormat: "HH:mm",
        			maxHourliesToShow: 0,
        			maxDailiesToShow: 4,
        			label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
        			}
        		},	
        
        1 Reply Last reply Reply Quote 0
        • K Offline
          kayakbabe @Vauxdvihl
          last edited by Jun 20, 2024, 4:41 AM

          @Vauxdvihl openweathermap discontinued their 2.5 api. so the url in the module might be wrong. Check the configuration possibilities for your module and see if you can choose the 3.0 api.

          V 1 Reply Last reply Jun 20, 2024, 6:12 AM Reply Quote 2
          • V Offline
            Vauxdvihl @kayakbabe
            last edited by Jun 20, 2024, 6:12 AM

            @kayakbabe
            I do not check your answer
            While having the default weather module running with “openweathermap” as the source for the datas, everthing runs fine.
            And the default module uses according to their css file also the 2.5.

            I was also switching the “MMM-OpenWeatherForecast” css to 3.0.
            Nothing changed

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            2 / 2
            • First post
              11/15
              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