MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. burnydoom
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Topics

    • B

      Stock Weather Module Only Displayed in Landscape

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      403 Views
      S
      @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]
    • B

      How to set up a cron job for rebooting the server?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      832 Views
      JerryPJ
      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 &
    • 1 / 1