@burnydoom i just did this
module: "weather",
position: "top_right",
config: {
locationID: "361058",
apiKey: "xxx"
}
},
with my openweathermap apiKey in portrait mode and see this
[image: 1659727745046-screenshot_2022-08-05_14-27-01.png]
Magic Mirror Auto Start:
nano mm.sh “Paste The Following Code And Save”
#!/bin/bash
sleep 20
cd /home/pi/MagicMirror/
npm run start
To Make The Scripts Executable:
chmod +x mm.sh
Enter The Crontab File:
crontab -e
Now Add The Following Commands To The Bottom And Save:
@reboot /home/pi/mm.sh &