-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MktIndex on RBi5 #5
Comments
What helps the most is any output from the MM server showing what is failing. For example, to see the console output from MM, start the server from the installation (MagicMirror) directory:
and see if there is a problem loading and starting MMM-MktIndex. I have updated yahoo-finance2 to the latest release (2.13.2) and have not seen any issues with it on my setup. This may help, but you will have to test it your environment. There is now included in the installation a small test applet which you can run after upgrade/installation to see if you can successfully obtain data from the Yahoo Finance site:
Hopefully these tests will reveal the problem more specifically. |
Looks like there is no problem with MMM-MktIndex fetching data. The problem must be with your MM installation and config. I can't supply any additional help since the output in the 2nd image is truncated and you have not really specified what is not working. If you cannot capture (cut-n-paste) the server output, at least show what happens when you try to connect to the server via a browser. Is there any other module not working or is it just this one? What do you see on the screen? |
So far everything else is working fine. pi@raspberrypi:~ $ cd
[2024-12-11 17:05:45.896] [LOG] Starting MagicMirror: v2.27.0
SYSTEM: manufacturer: ; model: ; raspberry: undefined; virtual: falseOS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.62+rpt-rpi-2712VERSIONS: electron: undefined; used node: 20.8.0; installed node: 20.8.0; npm: 10.1.0; pm2: 5.3.1OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined^C[2024-12-11 17:09:47.884] [LOG] [SIGINT] Received. Shutting down server... pi@raspberrypi:~/MagicMirror $ |
I see no errors. What's not working? If it is related to MM you would probably get better help from them.
So what do you see when you connect to the server (either local or remote works for me) and are there any errors when you connect? |
Its not working if i use http://localhost:8080/ in my Chrome Browser on RasbPi5. Basically it says: Cannot connect, localhost refused the connection |
From everything you have shown here, there is no problem with MMM-MktIndex specifically. Your startup/connection problem needs to be investigated (and fixed) -- I would start with the settings in For further help with your setup, you would be better served by posting your problem(s) getting MM configured on their forum at https://forum.magicmirror.builders. |
Okay, thanks again. |
May I found something ? When I start the mm with npm start command a long list will appear before the mm really shows the screen with the apps installed. https://docs.google.com/forms/d/e/1FAIpQLSeyb7xMtZFjoNYI7XG1rjlhUopKAxdLAfSRcaPxg9p-9ii-_g/viewform and ....other modules before..... [2024-12-12 18:32:34.252] [LOG] fetch https://consent.yahoo.com/v2/collectConsent?sessionId=3_cc-session_10e33bbe-879d-45e4-9693-ab6e017aefd5 ....other modules after this..... |
This normal operation on the Yahoo Finance site lately. As the message says "you can safely ignore this if the request succeeds" and... it does. You have already shown that the MktIndex YF query is working when you ran Further info can be found in the discussion here: gadicc/node-yahoo-finance2#778 |
Ok, thanks again
Am Donnerstag, 12. Dezember 2024 um 21:15:57 MEZ hat Ted Hess ***@***.***> Folgendes geschrieben:
[2024-12-12 18:32:34.468] [LOG] Fetching crumb and cookies from https://finance.yahoo.com/quote/AAPL?guccounter=1...
[2024-12-12 18:32:34.537] [ERROR] We expected a redirect to guce.yahoo.com, but got https://finance.yahoo.com/quote/AAPL/
[2024-12-12 18:32:34.538] [ERROR] We'll try to continue anyway - you can safely ignore this if the request succeeds
[2024-12-12 18:32:34.541] [LOG] Success. Cookie expires on Infinity
[2024-12-12 18:32:34.544] [LOG] fetch https://query1.finance.yahoo.com/v1/test/getcrumb
[2024-12-12 18:32:34.687] [LOG] New crumb: MZEZxpXAsXm
This normal operation on the Yahoo Finance site lately. As the message says "you can safely ignore this if the request succeeds" and... it does. You have already shown that the MktIndex YF query is working when you ran yf-test
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Follow up on the issue (#4) that Mkt Index worked fine on RBi4B but not on RBi5 any more
What information do you need about my configuration or versions ?
The text was updated successfully, but these errors were encountered: