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

    Posts

    Recent Best Controversial
    • RE: oneweathermap

      @sdetweil thank you very much I appreciate that I’m learning so please be patient with me but I’m having a lot of fun doing it

      please forgive my ignorance

      posted in Troubleshooting
      R
      Ray
    • RE: oneweathermap

      @sdetweil I’m not sure what it is that you’re talking about.
      I put in from:config.js just so everybody knows where I got my information from

      I’m new at all this so please excuse my ignorance

      posted in Troubleshooting
      R
      Ray
    • oneweathermap

      Hello everyone.
      First off I want to let you know I am new to all this and I’m learning a lot from everyone and having a lot of fun doing it.
      I recently installed oneweathermap, The newer version where you just use your coordinates as well as your apikey. I did sign up and got my free key, but my problem is is always a hit and miss. Some days it’s very accurate and other days it’s off as much as 4 to 3°. What I have noticed when it gets to 68, It stops working. All other weather stations say it’s in the 70s am I doing something wrong here.the Coordinates that I’m using are Walnut Creek, California 37.9101,-122.0652 , which I got from Google search the original coordinates from oneweathermap showed the same response

      from:config.js

      {
      			module: "MMM-OpenWeatherForecast",
      			position: "top_right",
      			header: "Forecast",
      			config: {
      				apikey: "Mykey", //only string here
      				latitude: 37.9101,            //number works here
      				longitude: -122.0652          //so does a string
      		}
      

      from: MMM-OpenWeatherForecast.js

      defaults: {
          apikey: "",
          latitude: "",
          longitude: "",
          updateInterval: 1, // minutes
          requestDelay: 0,
          language: config.language,
          units: "imperial",
          displayKmhForWind: false,
          concise: true,
          iconset: "3c",
          colored: true,
          useAnimatedIcons: true,
          animateMainIconOnly: true,
          animatedIconStartDelay: 1000,
          mainIconSize: 100,
          forecastIconSize: 70,
          updateFadeSpeed: 500,
          showFeelsLikeTemp: false,
          showSummary: false,
      
          showCurrentConditions: true,
          showExtraCurrentConditions: true,
          extraCurrentConditions: {
            highLowTemp: true,
            precipitation: true,
            sunrise: true,
            sunset: true,
            wind: true,
            barometricPressure: false,
            humidity: true,
            dewPoint: false,
            uvIndex: true,
            visibility: false
          },
      
          forecastHeaderText: "Forecast",
          forecastLayout: "tiled",
      
          showHourlyForecast: false,
          showHourlyTableHeaderRow: false,
          hourlyForecastTableHeaderText: "Hourly",
          hourlyForecastInterval: 3,
          maxHourliesToShow: 3,
          hourlyExtras: {
            precipitation: true,
            wind: true,
            barometricPressure: false,
            humidity: false,
            dewPoint: false,
            uvIndex: false,
            visibility: false
          },
      
          showDailyForecast: false,
          showDailyTableHeaderRow: false,
          dailyForecastTableHeaderText: "Daily",
          maxDailiesToShow: 3,
          dailyExtras: {
            precipitation: true,
            sunrise: false,
            sunset: false,
            wind: true,
            barometricPressure: false,
            humidity: false,
            dewPoint: false,
            uvIndex: false
          },
      
      

      I’m thinking it’s because it’s a free subscription and is limited
      Hope you can help
      Ray

      posted in Troubleshooting
      R
      Ray
    • 1 / 1