@sdetweil life has been busy. Hopefully I can do it this weekend. I’ll report afterward.
Read the statement by Michael Teeuw here.
Posts made by Como
-
RE: MMM-OpenWeatherForecast - loading issue
-
RE: MMM-OpenWeatherForecast - loading issue
Got it. Just wanted to make sure I was understanding too as I feel the oneweathermap site could be a little more clear on their keys. Thanks for all your hard work on this!
-
RE: MMM-OpenWeatherForecast - loading issue
I realize that the api 3.0 is required. I mentioned I signed up for it as seen below.
I also generated a new key which is showing as active. So unless I’m generating keys that are no longer allowed per openweather (which I wouldn’t think is possible), then I’m not sure what the problem is. -
RE: MMM-OpenWeatherForecast - loading issue
I am also having issues with the module being stuck on loading. In looking at the the debugging (ctrl+shift+i) when magic mirror is up I do get a 404 error for communicating to openweather. I have not changed any settings and do not have a line in my config file with the api base url. Other than that, I’m in the same boat as OP where I signed up to get the free API 3.0 and generated a new key… just can’t get anything working.
-
RE: MMM-CalendarExt3Agenda only showing a few days of items
@MMRIZE Thanks for your work on this MMRIZE!
@schwarem , my temp solution was to use an older copy of the MMM-CalendarExt3Agenda config file I happened to have backed up.
For the sake of completeness (and those who may have to troubleshoot in the future) I just saw the notification of an update for the module today and installed it. Unfortunately, the module would not display at all. Luckily, I had also saved the module config file from when I initially had issues with the module updating (i.e. from a week ago when I first noticed issues). I replaced the very old module config file with this more recent config file and everything is working great! -
RE: MMM-CalendarExt3Agenda only showing a few days of items
@MMRIZE Thanks, I’ll send along the config. I did find a copy of the MMM-CalendarExt3Agenda config file from a backup and switching out the config file got the module back up and working.
-
MMM-CalendarExt3Agenda only showing a few days of items
Hoping someone might be able to help. Similar to this post, I only have a few days worth of items showing with this module. Previous to today the module had worked great with a 7 day agenda, but is currently only showing 3 days out. I do have the module not ready message so I tried increasing the fetch wait time as suggested, but that did not fix the issue. We did have recent bad weather and power outages, but everything seemed fine when I initially rebooted after regaining power. Hoping someone may have a suggestion.
-
RE: MMM-AutoDimmer
@Fifteen15Studios great thought on the Friday schedule carrying over. I’ve adjusted tat. It seemed to brighten both weekend mornings, but my kiddos did have me up early and distracted, so I will have to test it more. Thanks for the suggestion!
-
RE: MMM-AutoDimmer
I’m hoping you may be able to help me also. Based on your response to @lif I removed the default schedule which helped with making sure my screen brightens at the correct time. I also tried to add in later times for the weekend when my family tends to sleep in, but it is still brightening at the weekday times. I’ve included my config below. Of note, the default times in the MMM-AutoDimmer.js file have been set to match my Saturday and Sunday times and the screen is still brightening too early.
module: 'MMM-AutoDimmer', position: 'fullscreen_above', header: '', // Don't change anything above this line config: { schedules: [ { days: ["Sunday","Saturday"], dimTime:2000, brightTime:700 }, { days: ["Monday","Tuesday","Wednesday","Thursday","Friday"], dimTime: 1930, brightTime: 0530 // defaults are used for values that are not explicitly set }