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

    Posts

    Recent Best Controversial
    • RE: Weather module not loading

      @sdetweil I did not notice the 2 ks. That was the problem!

      posted in Troubleshooting
      A
      aunrea
    • RE: Weather module not loading

      I have added the load delay but it still isn’t loading.

      posted in Troubleshooting
      A
      aunrea
    • RE: Weather module not loading

      Yes, I created an account with openweathermap and generated a apikey which is what I am using.

      posted in Troubleshooting
      A
      aunrea
    • Weather module not loading

      After the DarkSky modules stopped working I decided to switch to the default weather module, but I can’t get it to show.

      Here is what I have in the config file:

      {
                  module: "weather",
                  position: "top_center",
                  header: "Weather",
                  config: {
                    weatherProvider: "openweathermap",
                    type: "forecast",
                    locationID: "5089578",
                    apikKey: "###",
                  },
                 
              },
      

      I am not sure why it doesn’t load.

      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-Fitbit2

      Is there a way to use more than 1 Fitbit account? I tried but the second one would not authorize.

      posted in Health
      A
      aunrea
    • RE: MMM-Fitbit2

      I have also noticed that the sleep time is inaccurate. It currently says 08:04, but the Fitbit website says 07:10. I am not sure why it is adding 56mins to my sleep time.

      posted in Health
      A
      aunrea
    • RE: MMM-Fitbit2

      I think this module is great! It works well and looks great.
      Is there a way to set it to imperial instead of metric measurements?

      posted in Health
      A
      aunrea
    • RE: Change MMM-Page page using MMM-PIR

      I switched to MMM-PIR-Sensor and I am using MMM-NotificationTrigger to let MMM-PIR-Sensor communicate with MMM-Page. I am using the following in my config:

      {
      	module: 'MMM-PIR-Sensor',
      	config: {
      		sensorPin: 4,
      		sensorState: 1,
      		powerSaving: false,
      		powerSavingDelay: 60 * 10,
      		relayPin: false,
      		relayState: 1,
      		alwaysOnPin: false,
      		alwaysOnState: 1,
      		alwaysOffPin: false,
      		alwaysOffState: 1,
      	}
      },
      {
        module: 'MMM-NotificationTrigger',
        config: {
          triggers:[
            {
              trigger: "USER_PRESENCE",
              fires: [ 
                {
                  fire:"PAGE_CHANGED", 
                  payload: (payload) => { 
                    if (payload == false) {
                      return 1
                    } else {
                      return 0
                    }
                  },
                },
              ],
            },
          ]
        },
      }
      

      I can’t get this to work. If I turn powerSaving: true, I can get the screen to turn off when the sensor doesn’t detect movement for 10 minutes. I just can’t get the page to change. Am I doing something wrong?

      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-GooglePhotos Not showing images.

      It turns out I forgot to enable the photos library in the API. Stupid mistake. I got it to work.

      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-GooglePhotos Not showing images.

      I still haven’t gotten any photos to load with this module. I see no errors either.

      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-Wunderlist not showing up

      @Fr8Trayne That didn’t fix the problem for me.

      posted in Troubleshooting
      A
      aunrea
    • MMM-Wunderlist not showing up

      I have installed MMM-Wunderlist and it does not show up. The header shows for a few seconds but it then disappears. There are no error message having to do with Wunderlist in any of the error logs.

      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-Wunderlist-Enhanced

      Is this modules being developed anymore?

      posted in Productivity
      A
      aunrea
    • RE: Change MMM-Page page using MMM-PIR

      @AxLed said in Change MMM-Page page using MMM-PIR:

      USER_PRESENCE

      I am not sure how to configure the config file to make that happen. There isn’t any documentation for the MMM-NotificationTrigger module, just examples that don’t really fit my needs.

      posted in Troubleshooting
      A
      aunrea
    • Change MMM-Page page using MMM-PIR

      How can I change the page for MMM-Page using MMM-PIR I have MMM-PIR and I want it to change the page when the senor doesn’t detect movement and then change it back when it does. Is there a way to do this?

      posted in Troubleshooting
      A
      aunrea
    • RE: Magic Mirror won't load.

      @sdetweil Thank you for the help. I got it to work.

      posted in Troubleshooting
      A
      aunrea
    • RE: Magic Mirror won't load.

      @sdetweil I got the following error when I followed those instructions:

      pi@raspberrypi:~/MagicMirror/modules/MMM-PIR $ npm install electron-rebuild
      + electron-rebuild@1.8.6
      updated 1 package and audited 245 packages in 20.05s
      found 0 vulnerabilities
      
      
      
      pi@raspberrypi:~/MagicMirror/modules/MMM-PIR $ node_modules/.bin/electron-rebuild
      ✖ Rebuild Failed
      
      An unhandled error occurred inside electron-rebuild
      Could not locate node-gyp
      
      Error: Could not locate node-gyp
          at Rebuilder.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_modules/electron-rebuild/lib/src/rebuild.js:172:23)
          at Generator.next (<anonymous>)
          at fulfilled (/home/pi/MagicMirror/modules/MMM-PIR/node_modules/electron-rebuild/lib/src/rebuild.js:4:58)
      
      posted in Troubleshooting
      A
      aunrea
    • RE: MMM-GooglePhotos Not showing images.

      @sdetweil I have is set to fullscreen_below.

      posted in Troubleshooting
      A
      aunrea
    • 1 / 1