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
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6