@KristjanESPERANTO can you help here?
Read the statement by Michael Teeuw here.
Posts
-
RE: V2.31.0 unable to start
@rkorell oops, never can remember when i need to use underscore vs dash! thanks for the catch!
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@Volkae ok, did you do the apply ?
do
node -v cd ~/MagicMirror grep version package.jsonMagicMirror version should be 2.31.0
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@p1lspeda just fyi, if you use the upgrade script it will npm install all the modules that have a package.json with dependencies after completing the MagicMirror upgrade
-
RE: How to Swipe between pages
@rkorell i tried that a long time ago , but wasnt happy
this time better, ill have to figure out some parms cause 2017 results before 2025 is not helpful either
-
RE: [ERROR] _ is not defined
@nowayto ok, I’ve found the error producer
and I’ll propose a fix…I think this might have been more useful lol
[ERROR] fatal error in /home/sam/MagicMirror/config/config.js at line 19 column 1, _ is not definedI opened
https://github.com/MagicMirrorOrg/MagicMirror/issues/3785for this issue
-
RE: [ERROR] _ is not defined
@nowayto if you have everything working, you can rm it
i was just saying you could prove this change would fix the prior install
i do this for fun, really! pay it forward, help someone else on whatever when you can.
-
RE: [ERROR] _ is not defined
@rkorell I meet the most amazing people, with the most amazing ideas… and I get to help them?!
what more can you ask for?!
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@Jabl0 thanks for the info,
there were two issues in older code
- loaded too many images into browser, slow creep. this is working storage size. i think this is fixed, but the failure seems indicative
- a bad image, which caused a hang but not black screen
i will add the memory space debugging to this module, will let you know for update
-
RE: MM Windows 11 install - 3rd party modules won't work
@lvolkjr I copied your config and changed to my apikey and it worked as expected… (On windows 11)
maybe you have missed a character in the apikey at the start or end on a copy/paste -
RE: Magic Mirror runs twice on boot
@ByronJames never seen this happen
What OS is this??
Technically a second instance should fail as the port is in use by the first instance.
-
RE: Calvin and Hobbs
@plainbroke i click the screen and it goes to center
i dont see why the image is scrunched and stretched
this is all the time i can invest in this
-
RE: Issues with MMM-Button
@schlomm said in Issues with MMM-Button:
@sdetweil You’ve said that I only need to change some settings in the rasp-config. Do you have any additional information what needs to be changed?
I updated my post, I was incorrect
-
RE: Electron error? js error? Javascrpt error?
@Dayzwell ok, so lets start over a little
for that module in config.js add
disabled:true,after its module: line
and then do
cd ~/MagicMirror git checkout package.json rm -rf node_modules npm run install-mmthen try
npm start -
RE: Electron error? js error? Javascrpt error?
@Dayzwell I see his instructions left out a step.
I opened this issue https://github.com/xadamxk/MMM-LOLESPORTS-SCHEDULES/issues/8he has updated the instructions
-
RE: need help installing MMPM - losing my mind
@lmhmm thanks for the feedback. I see the delay in loading the list on installer.
don’t have solution yet, the list of modules is quite long (over 1200) -
RE: Electron Browser Crashing?
@dathbe said in Electron Browser Crashing?:
network_service_instance_impl.cc(612)] Network service crashed, restarting service
was another https://issues.chromium.org/issues/41487253
export CHROMIUM_FLAGS=–password-store=basic
there is also a config parm for flags , before the modules: array
electronSwitches:{ "password-store":"basic" /* needs quotes for the - */ }, -
RE: MM install script failure on fresh install of Raspian
@unfriendlydevice got it. Busy all day, will try to look at this evening
-
RE: How to synchronize pictures from mobile to the MM?
@chrisfr1976 mmm-ImagesPhotos handles heic images too