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 84.5k 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.
    • RamblingGeekUkR Offline
      RamblingGeekUk
      last edited by

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

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        j.e.f.f Project Sponsor Module Developer @RamblingGeekUk
        last edited by

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

        RamblingGeekUkR 1 Reply Last reply Reply Quote 0
        • RamblingGeekUkR Offline
          RamblingGeekUk @j.e.f.f
          last edited by

          @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

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

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              j.e.f.f Project Sponsor Module Developer @Chiumanfu
              last edited by

              @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
              • rudibaraniR Offline
                rudibarani Project Sponsor @j.e.f.f
                last edited by rudibarani

                @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 Reply Quote 0
                • J Offline
                  j.e.f.f Project Sponsor Module Developer @rudibarani
                  last edited by

                  @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
                      }
                    },
                  
                  rudibaraniR 2 Replies Last reply Reply Quote 0
                  • rudibaraniR Offline
                    rudibarani Project Sponsor @j.e.f.f
                    last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • rudibaraniR Offline
                      rudibarani Project Sponsor @j.e.f.f
                      last edited by rudibarani

                      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 Reply Quote 0
                      • J Offline
                        j.e.f.f Project Sponsor Module Developer @rudibarani
                        last edited by

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

                        rudibaraniR 1 Reply Last reply 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