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

    Posts

    Recent Best Controversial
    • RE: Problems With Weather

      @mykle1 I am sorry Im a noob. How do I run the mirror from within the directory? cd MagicMirror?

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Problems With Weather

      @brendan_c23 Current Weather

      Minute Forecast 1 hour*

      Hourly Forecast 2 days*

      Daily Forecast 7 days*

      National Weather Alerts*

      Historical weather 5 days*

      Climatic Forecast 30 days
      Actually, 7 day forecast should be available with the free API from openweathermap.org

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Problems With Weather

      @brendan_c23 IMG_3978 (1).jpg

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Problems With Weather

      @mykle1 Hourly forecast: unavailable
      Daily forecast: unavailable
      Calls per minute: 60
      3 hour forecast: 5 days
      It seems these are limits for the free API key I have now. Is there a way to tweak the code so it would be compatible? I tried the npm start dev, and got a couple errors popping up, will take picture and post on here

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Problems With Weather

      @mykle1 Worked perfectly! Thank you! was just not sure where to find the units. Still having trouble to get the forecast displaying though. Any help on that?

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Problems With Weather

      @brendan_c23 Actually just realized the temperature is in Celsius lol. So current weather is actually ok, but am still having trouble getting the forecast to display. Anybody know how to change celsius to Fahrenheit?

      posted in Troubleshooting
      B
      brendan_c23
    • Problems With Weather

      Having trouble getting weather forecast to display. Current weather is displaying, although it is giving incorrect temperature readings and time. I have confirmed that I have the correct location id as well as API key id on both modules. Does anyone know what might be going on?

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Default currentweather and weatherforecast not displaying

      @jerryp I have exact same code as you got. 4487042 as my ID, still giving me wrong temperature and weather forecast is not showing up. Made sure I have correct quotations everywhere

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23 Would really appreciate any help. The time is off also for the current weather. Still can not get weather forecast to display

      posted in Troubleshooting
      B
      brendan_c23
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23
      Here is my config.js file

      {
      module: “weatherforecast”,
      position: “top_right”,
      header: “Weather Forecast”,
      conifg: {
      location: “Raleigh”,
      locationID: “4487042”,
      appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
      }
      },
      {
      module: “currentweather”,
      position: “top_right”,
      config: {
      location: “Raleigh”,
      locationID: “4487042”,
      appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
      }
      },

      posted in Troubleshooting
      B
      brendan_c23
    • 1 / 1