MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Show two weather and forecast modules on the same screen

    General Discussion
    4
    9
    5003
    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.
    • F
      frog last edited by

      Hi,

      As I want to see two different locations, I tried to run the currentWeather and weatherForecast modules twice in the config.js, but I don’t get the second one. I guess I’m not doing it right.

      Can anyone give me advice on how to do this?

      Regards

      bhepler 1 Reply Last reply Reply Quote 0
      • bhepler
        bhepler Project Sponsor @frog last edited by

        @frog I just whipped one up and it wasn’t a problem. A couple things to check:

        • Make sure that you’re configuring the entire module twice.
        • Make sure that you put each instance of the module in a different location (top_left, bottom_left, etc.)
          0_1478310169370_multi-cal.png
          Here’s an example with the calendar module:
        {
              module: 'calendar',
              header: 'US Holidays',
              fetchInterval: 3600000,
              position: 'top_left',
              config: {
                    fade: false,
                    calendars: [ {
                          symbol: 'calendar-check-o ',
                          url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics',
                    }, ],
               }
        },
              module: 'calendar',
              header: 'Movie Releases',
              fetchInterval: 3600000,
              position: 'bottom_left',
              config: {
                    fade: false,
                    calendars: [ {
                          symbol: 'imdb',
                          url: 'https://www.google.com/calendar/ical/pfutdblf1gi8jmfsvroh76f6jg%40group.calendar.google.com/public/basic.ics'
                    }, ],
               }
        },
        
        1 Reply Last reply Reply Quote 0
        • F
          frog last edited by frog

          I tried just duplicating the module in config.js, but it didn’t work. Maybe it’s different for the weather modules. I’ll try again.

          bhepler 1 Reply Last reply Reply Quote 0
          • bhepler
            bhepler Project Sponsor @frog last edited by

            @frog Don’t forget to put each copy of the module in a different location!

            F 1 Reply Last reply Reply Quote 0
            • F
              frog @bhepler last edited by

              @bhepler My bad, just re-entered the info in config.js and it works! thanks.

              1 Reply Last reply Reply Quote 1
              • ?
                A Former User last edited by

                What’s the movie module?

                F 1 Reply Last reply Reply Quote 0
                • F
                  frog @Guest last edited by

                  @wjdw87 it’s not a module, it’s a calendar. Address is in the config above

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User last edited by

                    Much obliged, the wife sends a e-kiss (she is the movie hound).

                    Thanks!

                    1 Reply Last reply Reply Quote 0
                    • C
                      canadrian last edited by

                      I see a rectangle character in front of the movie title, what can be? Thank you.

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy