@sdetweil said in Google Calendars not loading:
let`s go back to the prior parser
cd ~/MagicMirror
npm install node-ical@0.16.1and restart MagcMirror
Does the Job. Thank you …
@sdetweil said in Google Calendars not loading:
let`s go back to the prior parser
cd ~/MagicMirror
npm install node-ical@0.16.1and restart MagcMirror
Does the Job. Thank you …
Hello … getting this Error with npm start DEV
[17:08:01.452] [LOG] Error: Error no fuel station detail
at setStationInfos (/home/pi/MagicMirror/modules/MMM-Fuel/apis/tankerkoenig.js:189:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
module: "MMM-Fuel",
position: "top_right",
config: {
//provider: "tankerkoenig",
api_key: "xxxxxxxxxxxxxxxxxxxxxx",
lat: 50.873798,
lng: 8.023410,
types: ["E5"],
updateInterval: 60000,
stationIds:
[
{
"id": "9ac83212-c785-476f-9862-34a4b04f6320",
"name": "BELL Oil",
......................................
What could that be ?
Sorry für die späte Antowort.
lag an den IDs. Ich musste erst die richtigen für die jweilige Funktion finden.
Läuft jetzt.
IP statt DNS Name hab ich schon probiert. Läßt sich auch anpingen mit Hostnamen und FQDN
and in english : ( I try )
for some few days i used the new CCU3 for my Homematic System. I want to see some sensor status messages on my mirror, so i installed 2 Modules on it.
I tryed both MMM-Homematic and MMM-Homematic-rooms, but both do not initialize properly. the fist one is still loading the whole time,
the other is initializing and nothing happend.
My Mirror is version 2.10.1, XML API is installed on the CCU3 and the scripts are reachable and working from the Mirrors (Raspis) Browser.
PM2 shows no errors, Ping on FQDN and IP works, Firewall on CCU3 is open.
I dont know the next step… Who can help ?
Mahlzeit
Ich habe seit ein paar Tagen eine CCu3 mit ein paar Sensoren im Einsatz. Nun möchte ich den Stauts der Sensoren auf dem MM2 darstellen. Installiert und (Grund)konfiguriert habe ich die beiden Module
MMM-Homematic-Rooms
MMM-Homematic
Beide bleiben aber im Status der Initialisierung hängen
MM2 läuft in der Version 2.10.1
Die Skripte der CCU kann nach der Installation den XML-API vom Browser des RASPIs aufrufen und werden auch angezeigt.
{
module: 'MMM-Homematic',
position: 'top_center',
header: 'SMART HOME',
config: {
ccuHost: 'ccu3-webui',
tempUnit: "°C",
datapoints: [
{
id: "1410",
name: "Wintergarten",
type: "window",
warnOnly: "true"
},
{
id: "1505",
name: "Garage",
type: "window",
warnOnly: "true"
}
]
}
},
{
module: 'MMM-Homematic-Rooms',
header: 'MMM-Homematic-Rooms',
position: 'bottom_right',
config: {
homematicURL: "http://ccu3-webui"
}
}
IDs habe auch schon einige ausprobiert, Firewall der CCU hab ich auf gemacht, ping fqdn und IP geht, und die PM2 logs melden auch keine Fehler … ich komme nicht dahinter wo der Bock sitzt.
Hat wer noch einen richtungsweisenden Schubs ?
LG
Stefan
OK … PM2 Error Log shows this ->
[08:07:53.958] [ERROR] Calendar Error. Could not fetch calendar: https://xxxxxxxxxxx/owa/calendar/8456a764565f46f99167b97b4472d1b1@xxxxxxxxxx/94aa659549e24d74b36b420eb4f48e0915693393472327735305/calendar.ics { Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1055:34)
at TLSSocket.emit (events.js:182:13)
at TLSSocket._finishInit (_tls_wrap.js:635:8) code: ‘UNABLE_TO_VERIFY_LEAF_SIGNATURE’ }
had to remove the (s) from https and it works :-)
Thanx for your help, sam :-)
Yes I did see those mssages in pm2 log.
[07:53:29.363] [LOG] Create new calendar fetcher for url: https://xxxxxxxxxxxxxxxxx/owa/calendar/8456a764565f46f99167b97b4472d1b1@xxxxxxxxxx/94aa659549e24d74b36b420eb4f48e0915693393472327735305/calendar.ics - Interval: 300000
But no Items show up :-(
Hi Sam
I have done that on the PI. Where did you read I did that on my PC ?