Re: Fifa World Cup overview
I started looking into ways to display the 2026 World Cup and found this to work great. I used {MMM-WebView} (https://github.com/Iketaki/MMM-WebView ) and loaded native-stats.org [World Cup page](link url) (https://native-stats.org/competition/WC/) page.
@msimon360
in linux, environment variables are not inherited by default.
you have to use
export variable_name=value
in the shell script before the launch of MM
variable_name=value
will not be passed to the next program
I found the simple fix. I removed the position option from the Carousel module in the config.js file. Doh! I thought it said required but it said “NOT Required”.
I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5.
All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json.
cd ~/MagicMirror/modules/MMM-Jast
rm -rf node_modules package-lock.json
npm install yahoo-finance2@2.11.3 --save-exact