@sdetweil I did not notice the 2 ks. That was the problem!
Read the statement by Michael Teeuw here.
Posts
-
RE: Weather module not loading
-
RE: Weather module not loading
I have added the load delay but it still isn’t loading.
-
RE: Weather module not loading
Yes, I created an account with openweathermap and generated a apikey which is what I am using.
-
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.
-
RE: MMM-Fitbit2
Is there a way to use more than 1 Fitbit account? I tried but the second one would not authorize.
-
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.
-
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? -
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? -
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.
-
RE: MMM-GooglePhotos Not showing images.
I still haven’t gotten any photos to load with this module. I see no errors either.