@rkorell
The Pir worked fine with MMM-Pir and Bullseye on the Pi 2b.
Fresh install with Bookworm: everything worked fine except the Pir.
That is why I tried your module.
Peter
Read the statement by Michael Teeuw here.
Posts
-
RE: PIR / MQTT - Presence sensor(s) revived
-
RE: PIR / MQTT - Presence sensor(s) revived
@rkorell sadly it does not work: Pi 2b, bookworm, Pir only.
It says: Presence: no
It has worked for years with MMM-Pir on Bullseye.
Can you help please?
Peter -
Api in calendar
Is it possible to use this:
in the calendar module?
Thanks in advance.
Peter -
RE: MMM-Pir
@gonzonia before installing did you follow all the tips mentioned by sdetweil?
Peter -
RE: MMM-Pir
@gonzonia is your Magic Mirror working now with MMM-PIR?
My MM stopped turning on after updating MMM-PIR.
Peter -
RE: Pir does not work after update
@sdetweil I think it is solved.
I ran your MM update script after encountering the problem and my MM works again!
Great script!
Peter -
Pir does not work after update
Today I saw “updates available”, I updated the RPI.
Now MM starts normally, turns black after some time and stays black.
I also updated MMM-Pir, but that did not help.
I am running RPI on bullseye.
Any ideas?
Peter -
RE: Default weather module stuck loading after latest MM update
@MaXi-XCeL it works!
Thanks,
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@reilley here it works also!
Thank you, everyone who helped.
My MM is up and running great!
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@HeikoGr thanks.
I will try tomorrow.
I will let you know!
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@HeikoGr can you share your config?
Without the key and only the weatherpart.
Thanks!
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@HeikoGr what does it show in the header?
And do you see the right weather for your location?
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@HeikoGr does it show country and city in the header?
Peter -
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
@reilley did you get it working with city, country?
Peter -
RE: Default weather module stuck loading after latest MM update
@sdetweil Adding ‘weatherEndpoint: “/onecall”,’’ gives some kind of weather, but for the wrong location I presume (26C but it is only 15C here).
So, location ID does not work with API 3.0; it worked with 2.5.
Somebody have the solution?
Lat/ Lon?Peter
-
RE: Default weather module stuck loading after latest MM update
This is my config, maybe somebody can tell me what is wrong?
{ module: "weather", position: "top_right", config: { weatherProvider: "openweathermap", type: "current", location: "Apeldoorn", locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxxxxxxxxxxxxxxxxxxxx" } }, { module: "weather", position: "top_right", header: "Weersverwachting", config: { colored: true, weatherProvider: "openweathermap", type: "forecast", location: "Apeldoorn", locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxxxxxxxxxxxxxxxx" } }, -
RE: Default weather module stuck loading after latest MM update
@sdetweil same problem here.
Upgraded my Openweather account, added paymentdetails (seemed to worked well), generated a new API key (how can I see it is a 3.0 key?)
Used your upgrade script, Sam.
Entered the new key in my config.
Everything works fine except the default weathermodule.
Peter -
RE: v2.29.0 weather module issue
@sdetweil Sam, do you know how many calls the default weather module makes per day?
Am I right: default is every 10 minutes, so 24x6 per day?
I have two Magic mirrors (1 for me and 1 for my daughter) using the same API.
I would like to use the API (3.0) for free, so use not more than 1000 calls per day.
Thanks for your answer in advance.
Peter