Just updated and changed my config. Thanks for your fast response and changes!
Good work now and easier for me to play with to find perfect settings for my screen =)
Read the statement by Michael Teeuw here.
Posts
-
RE: Let it snow now Magic Mirror
-
RE: Let it snow now Magic Mirror
Hey, thanks for the module! Really like it.
Just two things that come to my mind:- From other modules I’m used to only do the config in the config.js (only compliments is different, but for a good reason). For your module I have to add it in config.js, but do the module configuration in a separate file. I’d really would appreciate it, if you could move the configuration also to the config.js. Also not sure if it the config would be reverted if I have to update the module or something.
- there are two Flake Counts, one in the “defaults” part and one in the performancePresets, same for size. Not sure which wins in which situation.
Thanks again for the module!
-
RE: Forecast with default weather module not working with Openweather
That was not a rant, just wanted to make you aware. I’m really thankful you guys are doing this.
Cheers!
-
RE: Forecast with default weather module not working with Openweather
@sdetweil well, that was easy to fix, thanks buddy!
I was confused by the documentation I guess as the other endpoints are still listed there (as well as 2.5 as default API which does not match with the release notes of 2.29.0). But I think you guys are already aware of this.Thanks for working on the product!
Cheers!
-
Forecast with default weather module not working with Openweather
Hi everyone,
I’m using Openweather as the weather provider. I subscribed to the new API 3.0.
I’m using the default weather module three times in my MM and the config for current is working as well as the config for hourly. But I’m not able to get the config working again for the forecast. I was playing with lat/lon and locationID, but no matter what I’m trying the display is always saying “loading”:
This is the config of the forecast:
{ module: "weather", position: "top_right", header: "Wetter Vorhersage", config: { weatherProvider:"openweathermap", type: "forecast", weatherEndpoint:"/forecast", locationID: "2950159", lat: 55.4815, lon: 10.8771, apiVersion: "3.0", apiKey: "mykeynumberthatworksfortheothermodules", units: "metric", degreeLabel: "true", units: "metric", showPrecipitationAmount: "true", maxNumberOfDays: "8", colored: "true", } },
Any help would be appreciated.
Thanks! -
RE: MagicMirror With Face Recognition
This looks pretty cool. Nice work with the styling.
Can you let me know which hardware you are using? Like the sensors and where is MM running on? -
RE: MMM-CalendarExt3
@MMRIZE said in MMM-CalendarExt3:
For the ExtPlan (and agenda view), I will provide an equivalent module for CX2 someday.
Hope you mean CX3 ;)
Will wait until its done and closely monitor the evolution of CX3. Thanks again for your contribution, really good work! -
RE: MMM-CalendarExt3
Hi, I’m using CalendarExt2 with the MMM-CalendarExtPlan Plugin. This totaly fits my needs with having several calendars next to each other with different type of information for the upcoming days. Currently it looks like this is not possible with CalendarExt3, right?
Is CalendarExt2 not going to be maintained anymore in the near future?Thanks for the great work btw,!
-
RE: Can't find another module
@Fonfon I’m using MMM-PIR (https://github.com/mboskamp/MMM-PIR) since a couple of days since I was not able to get MMM-PIR-Sensor to work again. You don’t need to display the information of the module at all, so basically you can use it pretty much the same way as the other module.
Cheers
Oliver -
RE: Issue with PIR Sensor after upgrade to 2.19
Thanks for your help =)
I was not able to get MMM-PIR-Sensor running, even with your steps listed above. As it is deprecated I did what @karsten13 suggested and used another PIR (MMM-PIR). It had the same issue first, but using magicmirror-rebuild from https://forum.magicmirror.builders/topic/16074/electron-rebuild-and-magicmirror-v2-18-and-more?page=1 I was able to got the PIR working again.
So again: Thanks for trying to help and your suggestions!