That was not a rant, just wanted to make you aware. I’m really thankful you guys are doing this.
Cheers!
That was not a rant, just wanted to make you aware. I’m really thankful you guys are doing this.
Cheers!
@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!
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!
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?
@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!
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,!
@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
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!
@sdetweil
Same…
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
> Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall
> node_modules/.bin/electron-rebuild -e ../../node_modules/electron
⠋ Searching dependency tree
An unhandled error occurred inside electron-rebuild
Could not detect abi for version 17.2.0 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron
Error: Could not detect abi for version 17.2.0 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron
at Object.getAbi (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-abi/index.js:36:9)
at new Rebuilder (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:126:48)
at rebuildWithOptions (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:404:23)
at Object.doRebuild [as rebuild] (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:427:16)
at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:124:33
at Generator.next (<anonymous>)
at fulfilled (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:6:58)
npm ERR! code 255
npm ERR! path /home/pi/MagicMirror/modules/MMM-PIR-Sensor
npm ERR! command failed
npm ERR! command sh -c node_modules/.bin/electron-rebuild -e ../../node_modules/electron
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2022-04-07T15_08_23_853Z-debug-0.log
@sdetweil
I did now, but same issue =(