• 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.

Weatherbit Unit

Scheduled Pinned Locked Moved Troubleshooting
16 Posts 6 Posters 3.4k Views 5 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.
  • M Offline
    Matthewlawson3 @scumbelly
    last edited by Mar 14, 2021, 7:16 PM

    @scumbelly @scumbelly I am running version 2.14.0

    I don’t see that particular information in the config file. Below is what I see. Do I need to install OpenWeather from the 3rd party modules even though it was pre-installed? Or can I just copy and paste in what you have given me?

    {
    module: “currentweather”,
    position: “top_right”,
    config: {
    location: “Dandridge”,
    locationID: “5128581”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
    appid: “YOUR_OPENWEATHER_API_KEY”
    }
    },
    {
    module: “weatherforecast”,
    position: “top_right”,
    header: “Weather Forecast”,
    config: {
    location: “New York”,
    locationID: “5128581”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
    appid: “YOUR_OPENWEATHER_API_KEY”
    }
    },

    1 Reply Last reply Reply Quote 0
    • M Offline
      Matthewlawson3 @scumbelly
      last edited by sdetweil Mar 14, 2021, 8:54 PM Mar 14, 2021, 7:30 PM

      @scumbelly I went ahead and installed the MMM OpenWeather module you mentioned and got it working. I was able to add in Lat and Long. Now how do I make it Fahrenheit? I am trying to place units in the module and when MM launches it acts like their is an error in the config file. Here is the module…

      {
        module: "MMM-OpenWeatherMapForecast",
        header: "Weather",
        position: "top_right",
        classes: "default everyone",
        disabled: false,
        config: {
          apikey: "removed",
          latitude: "36.016651",
          longitude: "-83.415611",      
          iconset: "4c",
          concise: false,
          forecastLayout: "table"
      	units: "imperial",
        }
      },
      
      S 1 Reply Last reply Mar 14, 2021, 7:46 PM Reply Quote 0
      • S Online
        sdetweil @Matthewlawson3
        last edited by Mar 14, 2021, 7:46 PM

        @matthewlawson3 said in Weatherbit Unit:

        : “table”

        missing comma after table

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Mar 14, 2021, 8:04 PM Reply Quote 0
        • M Offline
          Matthewlawson3 @sdetweil
          last edited by Matthewlawson3 Mar 14, 2021, 8:04 PM Mar 14, 2021, 8:04 PM

          @sdetweil Oh sorry! Just a small thing. I went ahead and changed the overall MagicMirror setting in the config file to imperial and that worked without me having to adjust the module itself. Got it working now! Appreciate the help!

          S 1 Reply Last reply Mar 14, 2021, 8:37 PM Reply Quote 0
          • S Offline
            scumbelly @Matthewlawson3
            last edited by Mar 14, 2021, 8:37 PM

            @matthewlawson3

            Please don’t post your apikey.

            S M 2 Replies Last reply Mar 14, 2021, 8:55 PM Reply Quote 0
            • S Online
              sdetweil @scumbelly
              last edited by Mar 14, 2021, 8:55 PM

              @scumbelly @Matthewlawson3 fixed

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                Matthewlawson3 @scumbelly
                last edited by Mar 16, 2021, 2:14 AM

                @scumbelly

                Sorry forgot to remove it.

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