• 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 80.0k 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.
  • J Offline
    j.e.f.f Project Sponsor Module Developer
    last edited by May 12, 2017, 6:38 PM

    …and MMM-MyWeather:

    [card:jclarke0000/MMM-MyWeather]

    https://github.com/jclarke0000/MMM-MyWeather

    R 1 Reply Last reply Jun 24, 2017, 8:58 AM Reply Quote 0
    • R Offline
      ring23
      last edited by May 12, 2017, 8:13 PM

      Awesome! Do you plan on making a module for the Sports Scores? If not, can you PM me the files?

      J C 2 Replies Last reply May 12, 2017, 8:16 PM Reply Quote 0
      • J Offline
        j.e.f.f Project Sponsor Module Developer @ring23
        last edited by May 12, 2017, 8:16 PM

        @ring23 I actually plan on making a new sports module that combines all the sports into one.

        1 Reply Last reply Reply Quote 0
        • C Offline
          cowboysdude Module Developer @ring23
          last edited by May 12, 2017, 9:33 PM

          @ring23 There are already several…

          1 Reply Last reply Reply Quote 0
          • J Offline
            j.e.f.f Project Sponsor Module Developer
            last edited by May 13, 2017, 12:00 AM

            Here’s my calendar app. Configuration is identical to the default calendar app. if you clone this, then change your calendar config to MMM-MyCalendar, it should just work.

            [card:jclarke0000/MMM-MyCalendar]

            https://github.com/jclarke0000/MMM-MyCalendar.git

            1 Reply Last reply Reply Quote 0
            • J Offline
              j.e.f.f Project Sponsor Module Developer
              last edited by May 13, 2017, 12:15 AM

              I should mention that I have a few rules in my custom CSS that apply to all modules. You won’t get my exact same visual style with just these modules alone. Add whichever rules you want from those below into your custom.css file:

              /* Limit the width of the left and right columns to 300px */
              .region.right .module-content,
              .region.left .module-content {
                max-width: 300px;
              }
              
              /* Increase vertical spacing of text in table cells */
              table td {
                line-height: 1.75;
              }
              
              /* Allows styling of row elements in tables.  You need this for the next rule */
              table.small {
                border-collapse:collapse;
              }
              
              /* Add an underline to table rows - also requires the rule above this one */
              table tr {
                border-bottom: solid 1px #222;
              }
              
              /* blue colour styling for module headers */
              .module-header {
                color: #82bae5;
                border-bottom-color: #82bae5;
                font-size: 15.5px;
                font-family: "Roboto";
              }
              
              R 1 Reply Last reply Jan 13, 2018, 8:40 AM Reply Quote 0
              • J Offline
                j.e.f.f Project Sponsor Module Developer
                last edited by May 13, 2017, 1:03 AM

                Here’s my Nest module

                [card:jclarke0000/MMM-MyNest]

                https://github.com/jclarke0000/MMM-MyNest

                Note that I have no idea what this looks like with multiple thermostats, as I only have one in my home. Nor have I tested list mode. Kind of defeats the purpose of why I modified this module.

                1 Reply Last reply Reply Quote 0
                • J Offline
                  j.e.f.f Project Sponsor Module Developer
                  last edited by May 13, 2017, 1:26 AM

                  The last two – Sonos and Scoreboard – need a bit more work before I can release them. Will work on those over the next week or so. Meanwhile, enjoy, and let me know if something doesn’t seem quite right.

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    Chiumanfu
                    last edited by May 30, 2017, 8:13 PM

                    I’m using your MMM-MyWeather module and it’s great. My problem is that I want to add another module to display the weather from two different cities. If I duplicate the entry in the config file, it does show two modules but the data is identical in both even though I changed the PWS ID. I even tried a different apikey for each but that didn’t work either. Is there any fix for this? Thanks.

                    J 1 Reply Last reply May 30, 2017, 11:27 PM Reply Quote 0
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @Chiumanfu
                      last edited by May 30, 2017, 11:27 PM

                      @Chiumanfu I haven’t tried to do that. This is a fork of MMM-WunderGround, and the data pull mechanism is unchanged. My changes are only in the formatting. I suspect that the two instances are sharing a single node-helper module, and as such, you’ll see the same data for both.

                      Can you try a test for me? Configure one instance using MMM-MyWeather, and the second using MMM-WunderGround. If you get different data sets for the two, then there’s likely a way to address this. Otherwise, what might be happening is the API recognizes two requests from the same machine, and isn’t allowing multiple locations. Might be a limitation of the free API.

                      C 1 Reply Last reply May 31, 2017, 10:42 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 3 / 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