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

Temp suddenly showing 239 degrees

Scheduled Pinned Locked Moved Troubleshooting
19 Posts 11 Posters 11.5k Views 10 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.
  • D Offline
    d3r @RedNax
    last edited by Sep 6, 2016, 2:36 PM

    @RedNax
    I’m using degrees C.
    I forgot to mention the it’s just the current temperature that’s showing temps in the hundreds. The temperature forecast is still working fine.

    1 Reply Last reply Reply Quote 0
    • R Offline
      RedNax Module Developer
      last edited by Sep 6, 2016, 3:59 PM

      You’re getting degrees Kelvin… Something’s wrong with your units definition…

      Have a look at the units entry here: https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather

      1 Reply Last reply Reply Quote 0
      • D Offline
        d3r
        last edited by Sep 6, 2016, 4:17 PM

        Something must have happened. I didn’t change the code. I’ll check it when I get home.

        1 Reply Last reply Reply Quote 1
        • D Offline
          digbeta
          last edited by Sep 6, 2016, 7:47 PM

          I have the same issue. Suddenly Current is shown in Kelvin. Setting the units in config.js changes nothing. Alternatively I installed the MMM-WunderGround module and it is showing correctly plus it’s LOADS better. Hourly + extended.

          1 Reply Last reply Reply Quote 0
          • M Offline
            McSorley
            last edited by Sep 7, 2016, 1:10 PM

            Happened to me yesterday. Seemed to resolve itself today.

            C 1 Reply Last reply Sep 10, 2016, 1:59 PM Reply Quote 0
            • C Offline
              cyberphox @McSorley
              last edited by Sep 10, 2016, 1:59 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • C Offline
                cyberphox
                last edited by Sep 10, 2016, 2:02 PM

                Same thing is happening to me on a new install. Tried even adding units line to config but doesn’t matter what you select it always shows Kelvin. FYI the temperature forecast displays correctly, just not current temp. May have to ditch this and go with a new weather module.

                1 Reply Last reply Reply Quote 0
                • K Offline
                  KirAsh4 Moderator
                  last edited by Sep 10, 2016, 10:48 PM

                  No matter what I do, I can’t seem to reproduce this odd temperature display. I’ve even started from scratch with a different rpi, completely blank to having MM up and running … no odd temperature.

                  A Life? Cool! Where can I download one of those from?

                  1 Reply Last reply Reply Quote 0
                  • W Offline
                    weezer05
                    last edited by paviro Sep 11, 2016, 11:15 AM Sep 11, 2016, 3:39 AM

                    Hi there,

                    I experienced this the other day, and I checked again - my new pi 3 is still showing an incorrect temperature reading as well. It seems as though the temperature is set to ‘Kelvin’, though I set the temperature to ‘imperial’, within the config.js configuration file.

                    0_1473565115998_Photo Sep 10, 11 11 08 PM.jpg

                    ---------------------------------------------------------
                    /* Magic Mirror Config Sample
                     *
                     * By Michael Teeuw http://michaelteeuw.nl
                     * MIT Licensed.
                     */
                    
                    var config = {
                            port: 8080,
                    
                            language: 'en',
                            timeFormat: 12,
                            units: 'imperial',
                    

                    Note from admin: Please use Markdown on code snippets for easier reading!

                    1 Reply Last reply Reply Quote 0
                    • W Offline
                      weezer05
                      last edited by Sep 11, 2016, 5:13 AM

                      After looking around, I see that github member p0akley seems to have identified an issue 5 days ago that matches this description. Following his instructions I was able to resolve the issue with my Pi 3.

                      Seems there is a small adjustment needed in the file:
                      modules/default/currentweather/currentweather.js

                      Link to explanation / resolution:
                      https://github.com/MichMich/MagicMirror/commit/25ddf2c65178e2b8afe0709b48d5d30054208c04

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/19
                        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