MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. burnydoom
    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

    burnydoom

    @burnydoom

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    burnydoom Unfollow Follow

    Latest posts made by burnydoom

    • Stock Weather Module Only Displayed in Landscape

      Hello everybody. I recently updated my MM server. Everything went just fine except the wather module is only displayed when in landscape not in portrait. The module is configured as:

      {
      module: "weather",
      position: "top_right",
      config: {
               weatherProvider: "openweathermap",
               type: "current",
               location: "VXXXX,XX"
               locationID: "27XXXXX",
               apiKey: "8a5XXXXXXXXXXXXXXX13d"
              },
      },
      

      and then the same for forecast. Any ideas?

      posted in Troubleshooting
      B
      burnydoom
    • RE: Stock Weather Module Not Loading

      I have the same issue, I guess. Actually the module is loading just fine. But it is only displayed in landscape not portrait mode.

      Any dev aware of this?

      posted in Troubleshooting
      B
      burnydoom
    • How to set up a cron job for rebooting the server?

      Well, hello there.

      I run my MM as a server only. It is working fine, but I would like to reboot it with a cron job because some modules seem to freeze over night.

      I managed to set up a cron job for rebooting the server. But how can I set “npm run server” in the cron so that it actually starts the server again?

      posted in Troubleshooting
      B
      burnydoom