@plainbroke
I can not get SingleStock to work for some reason.
I have removed (deleted) using “sudo rm -rf” then reinstalled.
git clone https://github.com/balassy/MMM-SingleStock.git
did npm install
went at got a NEW api token at https://iexcloud.io/console/tokens.
Just incase my old one expired or was corrupt,
still no luck.
Any IDEA’s ???
I just want to monitor my UPS Stock.
@nx3xo solaredge
loading is the default message displayed while modules are waiting for data…they should time out with an error but never do.
sadly the module doesn’t log any errors it encounters. I would ask the author on the module GitHub page…
which Google traffic module are u asking about there are quite a few that do different things
@wishmaster270
The page doesn’t scale automatically, so maybe that’s the issue.
Now I have used a different module: MMM-WebView, set the width and height in config.js and used the “transform: scale(0.6)” in custom.css to adjust the size. Now the complete website is shown with a proper size.
Thanks for your help!
Regards,
Gerben
@greaser01 do this
cd ~/MagicMirror
rm -rf node_modules
rm package-lock.json
npm install --omit=dev
that will reinstall MagicMirror runtime
on anything other than Windows
no module folders or config affected
@sdetweil Thank you, I was all excited there for a second, but it didn’t fix the issue.
As a secondary test, I commented out the actual start line in mm.sh, and the ‘npm run start’ still worked anyways. Looks like the ‘manual installation’ does not use your script.
I might start a new thread here with a more specific question regarding disabling GPU and the location of the start scripts outside of config.js, when using this Manual Installation instruction off the main page.
[image: 1687870997081-manualinstall.png]
This is still the result of the run:
[image: 1687870595416-config-error.png]
Can I remove the "Album Name + Date stamp " that comes under the images ? I have only 1 Album.
Is there a way to put a neat frame (a white line) around the image with a some black space between the image and frame ?
Cheers
I got MMM-Google-Photos to work for the 1st time. I got updateInterval set low - 2 mins . But the MM is not refreshing images from the folder where new images are added and some old images removed. Is there a way to force refresh on restart ?
Any thoughts ?
@edd189 the problem on chromecast w EXT3 is the javascript es6 chaining operator
https://forum.magicmirror.builders/topic/17677/mirror-showing-not-all-modules-on-all-devices/11?_=1686341739088
@MMRIZE
Did not work for me, but it was a good hint…
I added it in the clock_styles.css:
.module.clock .sun,
.module.clock .moon {
display: flex;
font-size: 25px;
min-width: 130px;
}
.module.clock .sun > *,
.module.clock .moon > * {
flex: 1;
font-size: 25px;
min-width: 130px;
Worked perfect for me!
Thanks anyway!
I hope i’ll find a solution for MMM-CalendarWeek too, at this time everything i tried did not work… Font-Size too small for me…