@ArnoldoB Noted the screenshot seems to be a broken file on GitHub (and in the post here).
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Fintech - Multi-Asset Portfolio Display (Crypto, Stocks, ETFs, Forex)
-
RE: MMM-AVStock not loading quotes
@ArnoldoB
Submitted a pull request to the upstream. -
RE: MMM-Fintech - Multi-Asset Portfolio Display (Crypto, Stocks, ETFs, Forex)
Was looking at your roadmap, a suggestion:
In addition to syncing with brokers, you could also look at portfolio tracking products like https://www.sharesight.com/nz/ -
RE: MMM-JAST stopped updating a couple of days ago.
The fix is that the module needs to be running yahoo finance 3.11.0 or higher and use the new feature to set the user agent.
I’ve a fork of MMM-AVStock that I think have fixed this evening and am testing. https://github.com/scottwalshnz/MMM-AVStock
-
RE: MMM-AVStock not loading quotes
The fork you created doesn’t resolve it, also needed to use the new function to set the user agent.
Was able to build on the branch you created for v3 support and get it working.
In summary:
Forked your branch
Upgraded yahoo finance to the latest version (3.11.2).
Update MMM-AVStock to use the new user agent function (^3.11.2)Looks like all fixed.
Will give it a day or two and it looks fine will submit a pull request.
-
RE: MMM-AVStock not loading quotes
@ArnoldoB
Is it still working? I see your pull request is before the version of yahoofinance that made the user agent changes a couple of days ago. -
RE: MMM-AVStock not loading quotes
@sdetweil
On the MMM-AVStock GitHub page? I don’t find an issue there that seemed to match.Have found issue report for the yahoo-finance2 api, and that is resolved in the latest version by being able to set the user agent. However, looks like yf2 would need upgraded in MMM-AVStock, and then set the user agent.
-
MMM-AVStock not loading quotes
I’m using the MMM-AVStock module, and it stopped loading quotes a couple of days ago and investigated it today.
It looks like the module might be no longer compatible with yahoo finance?
Found in the mm container logs the following for every stock I have configured (using mm containerised from the magic mirror os install).
[2026-01-06 10:42:02.943] [ERROR] [MMM-AVStock] Error in loading quote data for Symbol ^NZ50Added to the try/catch that pulls the stock the following so can see the actual error:
console.error(error);The stack trace logged:
[2026-01-06 10:42:02.943] [ERROR] [MMM-AVStock] Error in loading quote data for Symbol ^NZ50 [2026-01-06 10:42:02.945] [ERROR] [MMM-AVStock] SyntaxError: Unexpected token 'T', "Too Many Requests " is not valid JSON at JSON.parse (<anonymous>) at parseJSONFromBytes (node:internal/deps/undici/undici:5852:19) at successSteps (node:internal/deps/undici/undici:5833:27) at fullyReadBody (node:internal/deps/undici/undici:4725:9) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async consumeBody (node:internal/deps/undici/undici:5842:7)I did have a play with adding a 15 sec pause for each pull of a stock in case some simple rate limiting would resolve it, but did not resolve the issue.
Have noted the module uses an older version of yahoo-finance2, so wondering if that needs upgraded - gets beyond my basic js skills.
-
RE: Docker Watchtower container restarting and mm container errors after upgrade
@karsten13 said in Docker Watchtower container restarting and mm container errors after upgrade:
I found a good documented PR in another project which explains the dbus errors in detail.
Thanks for providing the link, interesting background.
-
RE: Docker Watchtower container restarting and mm container errors after upgrade
Thank you for that. The Watchtower seems to be running fine now.
Did you have any thoughts on these errors that appear in the mm container? Seems to be running fine.
[Extract]
scottwalsh@calendar:/opt/mm/run $ docker logs mm [2026-01-02 14:09:18.082] [LOG] [app] All module helpers loaded. [2026-01-02 14:09:18.105] [LOG] [server] Starting server on port 8080 ... [2026-01-02 14:09:18.113] [WARN] [server] You're using a full whitelist configuration to allow for all IPs [2026-01-02 14:09:18.226] [LOG] [app] Server started ... [2026-01-02 14:09:18.229] [LOG] [node_helper] Connecting socket for: MMM-mmpm [2026-01-02 14:09:18.231] [LOG] [node_helper] Starting module helper: MMM-mmpm [2026-01-02 14:09:18.233] [LOG] [node_helper] Connecting socket for: calendar [2026-01-02 14:09:18.235] [LOG] [calendar] Starting node helper for: calendar [2026-01-02 14:09:18.236] [LOG] [node_helper] Connecting socket for: MMM-AVStock [2026-01-02 14:09:18.239] [LOG] [node_helper] Connecting socket for: MMM-anotherNewsFeed [2026-01-02 14:09:18.240] [LOG] [MMM-anotherNewsFeed] Starting node helper for: MMM-anotherNewsFeed [2026-01-02 14:09:18.242] [LOG] [node_helper] Connecting socket for: updatenotification [2026-01-02 14:09:18.243] [LOG] [node_helper] Starting module helper: updatenotification [2026-01-02 14:09:18.245] [LOG] [app] Sockets connected & modules started ... [21:0102/010919.030995:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [2026-01-02 14:09:19.430] [LOG] [electron] Launching application. [21:0102/010919.848714:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [21:0102/010919.850527:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [21:0102/010919.852228:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [21:0102/010919.852910:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [21:0102/010919.860171:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [21:0102/010919.860444:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: [2026-01-02 14:09:23.059] [INFO] [utils]