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

Cannot display 2 sets of weather using MMM-WunderGround

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 1.7k Views 2 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
    jamielola
    last edited by jamielola Apr 18, 2017, 1:21 PM Apr 18, 2017, 1:20 PM

    Hi

    I am trying to use MMM-WunderGround, it is a great module but I would like to display the module twice on my magic mirror (one showing my home location, one showing my work location - many miles apart)

    It seems to only pick up the last modules PWS code in the config file and display that in both modules that load on the magic mirror. I have created seperate API keys from weather underground but it still only shows data for one weather station. Please take a look at this example -

    modules: [
    {
        			module: 'MMM-WunderGround',
        			position: 'top_right',
        			config: 
    		{
            		apikey: 'FIRSTAPIKEY', // private; don't share!
            		pws: 'pws:ILONDON885', // UK Weather station sample
    			currentweather: 0,
            		coloricon: true,
            		hourly: '1',
            		fctext: '1',
            		fcdaycount: "6",
            		fcdaystart: "1",
            		hourlyinterval: "2",
            		hourlycount: "1",
    			animationSpeed: 5000,
            		alerttime: 10000,
            		alerttruncatestring: "english:",
        			roundTmpDecs: 0,
        			UseCardinals: 1,
        			layout: "vertical",
    			windunits: "mph",
        			sysstat: "0"
    			}
    		},
    
    
    
    {
        			module: 'MMM-WunderGround',
        			position: 'top_left',
        			config: 
    		{
            		apikey: 'SECONDAPIKEY', // private; don't share!
            		pws: 'pws:KAKCANTW6', // ALASKA Weather station sample
    			currentweather: 0,
            		coloricon: true,
            		hourly: '1',
            		fctext: '1',
            		fcdaycount: "6",
            		fcdaystart: "1",
            		hourlyinterval: "2",
            		hourlycount: "1",
    			animationSpeed: 5000,
            		alerttime: 10000,
            		alerttruncatestring: "english:",
        			roundTmpDecs: 0,
        			UseCardinals: 1,
        			layout: "vertical",
    			windunits: "mph",
        			sysstat: "0"
    			}
    		},
    
    ]
    

    is there anything I am missing?

    i’ll try to upload a picture to help explain better asap, I do not have enough privilege to attach

    1 Reply Last reply Reply Quote 0
    • R Offline
      RedNax Module Developer
      last edited by Apr 18, 2017, 1:34 PM

      Hi,

      Please have a look at this post: https://forum.magicmirror.builders/topic/998/mmm-wunderground-2-locations-gives-duplicate-data-from-the-first-location

      1 Reply Last reply Reply Quote 0
      • J Offline
        jamielola
        last edited by Apr 18, 2017, 5:10 PM

        Thank you for the link, i’ll post on there so the information is relativity kept in one place

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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