@sdetweil
Thank You for response.
This is how i resolve problem with this module (with help of my brother Wojtek :D)
(list of commands)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
export NVM_DIR=“$HOME/.nvm”
[ -s “$NVM_DIR/nvm.sh” ] && . “$NVM_DIR/nvm.sh”
[ -s “$NVM_DIR/bash_completion” ] && . “$NVM_DIR/bash_completion”
nvm install 22.9.0
nvm use 22.9.0
inside MagicMirror folder:
rm -rf node_modules
rm -rf package-lock.json
npm install
npm install request --save
npm start
After this MMM-SolarEdge works perfect
Piotr