MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. RedNax
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 9
    • Posts 142
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-MyCommute

      Hi everyone,

      Just to remind you that this still works…

      https://github.com/RedNax67/MMM-TrafficCal

      https://forum.magicmirror.builders/topic/831/mmm-trafficcal-dynamically-display-commutes-based-on-calendar-entries?_=1590694194999

      posted in Transport
      RedNaxR
      RedNax
    • RE: PIR Sensor with Client Only option

      It’s not a module but a python script which runs on the client…

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: PIR Sensor with Client Only option

      Hi,

      Why not use this: https://github.com/cowboysdude/Pir-Sensor? Works great for me.

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @j-e-f-f :) This looks familiar… well done!

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-Wunderground - 2 locations gives duplicate data from the first location

      @jamielola Hi!

      You’ll also have to change the notifications (GET_WUNDERGROUND (request) and WUNDERGROUND (the reply sent by node_helper). Those notifications go systemwide so when 2 modules send the same one, the first one wins… The trick is to make them unique to the instance.

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: multiple module instances overwrites itself values

      @BenRoe

      Having the same problem with my module… A theoretical solution could be to make node_helper multi instance aware by appending some identifier to the notification unique to the instance: ie GET_WEATHER_001… The helper triggers on GET_WEATHER and builds an array with the different notifications and payloads. It then periodically runs through the array getting the appropriate requests and sending out notifications like WEATHER_001 with the specific payload.

      Haven’t built it yet though…

      posted in Development
      RedNaxR
      RedNax
    • RE: Cannot display 2 sets of weather using MMM-WunderGround

      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

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: MMM-WunderGround - not appearing in Mirror

      @sithlordhood

      Hi!

      Did your log show errors similar to:

      0|mm       | WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.
      

      In your post above there are weird (double) quotes that proved problematic when trying your config. This one works fine on my setup:

      			module: "MMM-WunderGround",
      			position: "top_right",
      			header: "",
      			config: {
      				apikey: "xxxxxxxxxxxxxxxx",
      				pws: "pws:IPORTSMO30",
      				currentweather: 0,
      				coloricon: true,
      				hourly: "1",
      				fcdaycount: "10",
      				hourlyinterval: "2",
      				hourlycount: "1",
      				animationSpeed: 5000,
      				alerttime: 10000,
      				alerttruncatestring: "english:",
      				roundTmpDecs: 0,
      				UseCardinals: 1,
      				windunits: "mph",
      				sysstat: "0"
      			}
      		},
      

      0_1492406918500_upload-2d1d5f1e-9cd5-4c0b-ae4c-f04246478a17
      Good luck!

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Update WunderGround 13/3-16

      OOps… sorry…fixed :blush:

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-Wunderground - 2 locations gives duplicate data from the first location

      Hi,

      This is because of offloading scheduling to the node_helper.js. Have a look here: https://github.com/RedNax67/MMM-WunderGround/issues/20

      posted in Troubleshooting
      RedNaxR
      RedNax
    • 1
    • 2
    • 3
    • 4
    • 5
    • 14
    • 15
    • 1 / 15