wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether d8:3a:dd:87:e0:80 brd ff:ff:ff:ff:ff:ff
inet 192.168.178.68/24 brd 192.168.178.255 scope global dynamic noprefixroute wlan0
valid_lft 863983sec preferred_lft 755983sec
Read the statement by Michael Teeuw here.
Posts
-
RE: Google Calendars not loading
-
RE: Google Calendars not loading
@sdetweil disabled it inside the sysctl.conf, dont know why it didn’t change
-
RE: Google Calendars not loading
2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether d8:3a:dd:87:e0:80 brd ff:ff:ff:ff:ff:ff inet 192.168.178.68/24 brd 192.168.178.255 scope global dynamic noprefixroute wlan0 valid_lft 863889sec preferred_lft 755889sec inet6 2a0b:9e00:116f:fe30:da3a:ddff:fe87:e080/64 scope global dynamic mngtmpaddr valid_lft 7085sec preferred_lft 3485sec inet6 fe80::da3a:ddff:fe87:e080/64 scope link valid_lft forever preferred_lft forever -
RE: Google Calendars not loading
@sdetweil Already did that a few hours ago, but nothing changed…
-
RE: Google Calendars not loading
@sdetweil When I played around a bit, i gave the gpu 128MB, I guess thats why. Just set it back to 64, and now it shows 426 for me too. But the calendars are still not complete…
The status right now is following:
Calendar 1 seems to be complete.
Calandar 2 is not loading at all.
Calendar 3 seems complete (i guess for the one month that it shows in my module).
Calendar 4 is there, but not updated (I changed the title).
Calendar 5 is also missing.Do I need to reset something maybe?
P.S.: It’ still slow.
-
RE: Google Calendars not loading
pi@raspberrypi:~ $ free -m total used free shared buff/cache available Mem: 363 169 88 23 105 115 Swap: 2047 227 1820 -
RE: Google Calendars not loading
@sdetweil I’ll try that. Funny aboutz the spam, I used the </> button…
-
Google Calendars not loading
Hi everyone!
I just started my raspberry pi / MM journey a few days ago and oh boy!
It has not been easy… Finally, after 40ish hours of programming, i figured out what to do.I am using an Raspberry Pi Zero 2W for my MM with Raspberry Pi OS, 32-bit version and an 1080p monitor (if that is important).
I tried installing MM both manually and with @sdetweil’s script, but for some reason, I can’t get my calendars to run as they should.I tried testing every calendar separately too, which all get the same error. Form searching the forum, it seems to be a GPU issue… can somebody please help?
Warning: vkCreateInstance: Found no drivers! 0|MagicMirror | Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER 0|MagicMirror | at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:101) 0|MagicMirror | at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:493) 0|MagicMirror | at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:379) 0|MagicMirror | at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:301) 0|MagicMirror | at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:556)Cheers!
-
RE: Calendar not updating
@sdetweil said in Calendar not updating:
I think you have the wrong calendar url , you need the ical format url, not the embed url
mine is likeYou mean the public one? Because for some reason, 3 of the 5 calendars work just fine with the private ICal Format address.
-
RE: Calendar not updating
@sdetweil said in Calendar not updating:
@matt216 I have not had others with no updates, but others w missing events
Hi, I’m pretty new here, so sorry if I mess something up. I think I have the same problem. Installed MM yesterday (so pretty vanilla setup), the only module I added is the MMM-CalendarExt3.
I configured everything as it should be (I hope at least), but for some reason, my calendars are not beeing updated and one is not beeing show at all… I don’t know what to do anymore, maybe you guys have an idea.Here is my error: ```
0|MagicMirror | [09.01.2024 12:28.43.248] [ERROR] Calendar Error. Could not fetch calendar: https://calendar.google.com/[MyCalendarNameHere]/basic.ics
TypeError: fetch failed
0|MagicMirror | at Object.fetch (node:internal/deps/undici/undici:11576:11) {
0|MagicMirror | cause: Error: write EPIPE
0|MagicMirror | at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
0|MagicMirror | at handleWriteReq (node:internal/stream_base_commons:58:21)
0|MagicMirror | at writeGeneric (node:internal/stream_base_commons:149:15)
0|MagicMirror | at TLSSocket._writeGeneric (node:net:931:11)
0|MagicMirror | at TLSSocket._write (node:net:943:8)
0|MagicMirror | at writeOrBuffer (node:internal/streams/writable:392:12)
0|MagicMirror | at _write (node:internal/streams/writable:333:10)
0|MagicMirror | at TLSSocket.write (node:internal/streams/writable:337:10)
0|MagicMirror | at write (node:internal/deps/undici/undici:10124:18)
0|MagicMirror | at _resume (node:internal/deps/undici/undici:10037:33)
0|MagicMirror | at resume (node:internal/deps/undici/undici:9938:7)
0|MagicMirror | at [dispatch] (node:internal/deps/undici/undici:9286:11)
0|MagicMirror | at Client.Intercept (node:internal/deps/undici/undici:9017:20)
0|MagicMirror | at Client.dispatch (node:internal/deps/undici/undici:7772:44)
0|MagicMirror | at [dispatch] (node:internal/deps/undici/undici:7991:32)
0|MagicMirror | at Pool.dispatch (node:internal/deps/undici/undici:7772:44) {
0|MagicMirror | errno: -32,
0|MagicMirror | code: ‘EPIPE’,
0|MagicMirror | syscall: ‘write’
0|MagicMirror | }
0|MagicMirror | }Thanks!
