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.

    My SmartDisplay

    Scheduled Pinned Locked Moved Show your Mirror
    12 Posts 8 Posters 7.1k Views 11 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.
    • S Offline
      sdetweil @bebetter14
      last edited by

      @bebetter14 open the developers window, ctrl-shift-i on the browser keyboard, select the console tab and put weath in the filter field to see messages from the weather module.

      pretty sure the error is 401, unauthorized

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      B 1 Reply Last reply Reply Quote 0
      • B Offline
        bebetter14 @sdetweil
        last edited by

        @sdetweil Thank you Sam for the assitance once again! You are correct there was an error. I tried to copy the sample config and replaced my API Key from Openweather and entered in my lat and long.

        {
          module: "MMM-OpenWeatherMapForecast",
          header: "Weather",
          position: "top_right",
          classes: "default everyone",
          disabled: false,
          config: {
            apikey: "SUPER SECRET!!!",
            latitude: "51.506130",
            longitude: "-0.090270",      
            iconset: "4c",
            concise: false,
            forecastLayout: "table"
          }
        },
        

        The error Im getting is saying Verify styleshhet URLs, Affected Resource Localhost/:0

        The weird thing I can use the API key for the default weather map no problem. Maybe I’m entering it in in the wrong format. Your help is much appreciated!

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