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

My display so far...

Scheduled Pinned Locked Moved Showcase
66 Posts 18 Posters 83.2k Views 22 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.
  • R Offline
    RamblingGeekUk
    last edited by Jun 6, 2017, 8:51 AM

    This looks really nice… is the temp read out from Nest?

    J 1 Reply Last reply Jun 6, 2017, 11:10 AM Reply Quote 0
    • J Offline
      j.e.f.f Project Sponsor Module Developer @RamblingGeekUk
      last edited by Jun 6, 2017, 11:10 AM

      @RamblingGeekUk yeah. It logs in to your nest account via the API to get the current temp and state of the Nest.

      R 1 Reply Last reply Jun 6, 2017, 12:12 PM Reply Quote 0
      • R Offline
        RamblingGeekUk @j.e.f.f
        last edited by Jun 6, 2017, 12:12 PM

        @j.e.f.f Awesome… I was going to write all of this myself until I found this site yesterday, this is amazing. :-)

        1 Reply Last reply Reply Quote 0
        • C Offline
          Chiumanfu @j.e.f.f
          last edited by Jun 7, 2017, 7:09 AM

          @j.e.f.f Thanks! I’ll try it.

          J 1 Reply Last reply Jun 7, 2017, 11:41 AM Reply Quote 0
          • J Offline
            j.e.f.f Project Sponsor Module Developer @Chiumanfu
            last edited by Jun 7, 2017, 11:41 AM

            @Chiumanfu I just realized that this will mess up the styles in you copied version of the module. You’ll need to do a search and replace in the copied version’s style sheet: in MMM-MyWeather.css, replace all instances of MMM-MyWeather with MMM-MyWeather2.

            1 Reply Last reply Reply Quote 0
            • R Offline
              rudibarani Project Sponsor @j.e.f.f
              last edited by rudibarani Jun 24, 2017, 10:25 PM Jun 24, 2017, 8:58 AM

              @j.e.f.f Dear j.e.f.f.,
              I am trying your fork of MMM-Wunderground and like your additions a lot.
              Is there a way to completely hide the current weather and only use the forecast-table (or vice versa only the current weather)? I would like to split both parts to different sections of the screen. So far, I have not found or overlooked options to hide today’s weather or the table completely.
              Also, would it be possible to use the 24h timeformat in the forecast-table as well? I have set the global variable and it works fine for e.g. the clock - but MMM-MyWeather uses am/pm times.

              J 1 Reply Last reply Jun 26, 2017, 4:45 PM Reply Quote 0
              • J Offline
                j.e.f.f Project Sponsor Module Developer @rudibarani
                last edited by Jun 26, 2017, 4:45 PM

                @rudibarani It turns out there was an undocumented parameter to hide the current conditions display. I pushed an update to also add a similar one for the forecast table.

                You can configure it like follows:

                  {
                    module: 'MMM-MyWeather',
                    position: 'top_right',
                    config: {
                      ... //other config options omitted for clarity
                      currentweather: 1, // 0 to hide
                      forecasttable: 1, // 0 to hide
                    }
                  },
                
                R 2 Replies Last reply Jun 26, 2017, 4:53 PM Reply Quote 0
                • R Offline
                  rudibarani Project Sponsor @j.e.f.f
                  last edited by Jun 26, 2017, 4:53 PM

                  @j.e.f.f Thanks a lot for your quick help! Much appreciated :)

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rudibarani Project Sponsor @j.e.f.f
                    last edited by rudibarani Jun 27, 2017, 9:31 PM Jun 27, 2017, 8:58 PM

                    Hi @j.e.f.f,
                    I have just tried the new commit you made today. Unfortunately, the module does not load anymore and shows only “loading”. The console does not throw any error. Do I have to change something in my config-file to adapt to the changes you made?

                    J 1 Reply Last reply Jun 27, 2017, 9:27 PM Reply Quote 0
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @rudibarani
                      last edited by Jun 27, 2017, 9:27 PM

                      @rudibarani no it was a big fix. Can you send me your config? I likely broke something along the way.

                      R 1 Reply Last reply Jun 27, 2017, 9:30 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 4 / 7
                      • First post
                        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