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

    gembob

    @gembob

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    gembob Unfollow Follow

    Latest posts made by gembob

    • RE: help with OpenWeatherForecast

      @sdetweil Ok, thanks again for the assistance

      posted in Troubleshooting
      G
      gembob
    • RE: help with OpenWeatherForecast

      @sdetweil

      I wiped and started over, and still having issues getting it to display like you are. I used by api key with the standard weather modules and it appears to work so I think I’m doing something wrong elsewhere. What do you do with the two existing weather modules that are in the config file by default, weather and weather forecast? Do you leave them, delete them?

      posted in Troubleshooting
      G
      gembob
    • RE: help with OpenWeatherForecast

      @sdetweil ok, thanks for testing it out for me.

      posted in Troubleshooting
      G
      gembob
    • RE: help with OpenWeatherForecast

      @sdetweil - well that’s frustrating! Would my best bet now be to try a new api key? Any other basic steps I could try that I might have screwed up?

      posted in Troubleshooting
      G
      gembob
    • RE: help with OpenWeatherForecast

      @sdetweil sorry for the long delay in my reply; I made the change as recommended and I’m still having the same issue, just a constant Loading screen for weather

      posted in Troubleshooting
      G
      gembob
    • RE: help with OpenWeatherForecast

      @sdetweil

      Nothing unfortunately. It’s the same ‘Loading…’ message under the Forecast that appeared by default when I first installed MagicMirror.

      posted in Troubleshooting
      G
      gembob
    • help with OpenWeatherForecast

      I’m struggling with setting this up and getting it to display, was hoping someone may be able to provide some insight as to what I may be doing wrong. Below is from my config file:

      		{
      			module: "MMM-OpenWeatherForecast",
      			position: "top_right",
      			header: "Forecast",
      			config: {
      				apikey: "my_api_key",
      				latitude: 42.528580,
      				longitude: -114.825435,
      				units: "imperial",
      				iconset: "4c",
      				colored: true,
      				concise: true,
      				showFeelsLikeTemp: true,
      				showCurrentConditions: true,
      				extraCurrentConditions: {
      					highLowTemp: true,
      					precipitation: true,
      					sunrise: true,
      					sunset: true,
      					wind: true,
      					barometricPressure: false,
      					humidity: true,
      					dewPoint: false,
      					uvIndex: true,
      					visibility: false
      					},
      					
      					forecastLayout: "table",
      					forecastHeaderText: "",
      
      					hourlyForecastTableHeaderText: "By the hour",
      					showHourlyForecast: true,
      					showHourlyTableHeaderRow: true,
      					hourlyForecastInterval: 1,
      					maxHourliesToShow: 10,
      					hourlyExtras: {
      						precipitation: true,
      						wind: true,
      						barometricPressure: false,
      						humidity: false,
      						dewPoint: false,
      						uvIndex: false,
      						visibility: false
      					  },
      					  
      					  dailyForecastTableHeaderText: "Throughout the week",
      					  showDailyForecast: true,
      					  showDailyTableHeaderRow: true,
      					  maxDailiesToShow: 5,
      					  dailyExtras: {
      						precipitation: true,
      						sunrise: false,
      						sunset: false,
      						wind: true,
      						barometricPressure: false,
      						humidity: false,
      						dewPoint: false,
      						uvIndex: false
      					  },
      			}
      
      posted in Troubleshooting
      G
      gembob