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

    Posts

    Recent Best Controversial
    • RE: Black screen after MM v2.4.0 update.

      @mykle1
      Just found your guide: https://forum.magicmirror.builders/topic/5274/how-to-manually-install-mm-on-your-pi-for-absolute-beginners

      Going at it now and see if it works - thanks for the patience and writing that guide!

      posted in Troubleshooting
      K
      Kastore
    • RE: New Weather App (good bye DarkSky) creates config error

      @sdetweil

      {
         		module: "weather",
         			position: "top_right",
         				config: {
         			type: "forecast",
         			units: "metric",
         			roundTemp: "true",
         			degreeLabel: "true",
         			showPrecipitationProbability: "true",
         			colored: "true",
         			apiVersion: "3.0",
         			lat: "123.123123",
         			lon: "321.321312",
         			apiKey: "abcdefg",
         					},
       },
      

      That still results in no display of the weather module :/

      posted in Troubleshooting
      K
      Kastore
    • RE: New Weather App (good bye DarkSky) creates config error

      @sdetweil

      Can you please write me the code? I am seriously going mental over “not having anything loading” to “no config file” to just partially loading things…

      This is really frustrating when you got 0 clue about coding to not figure out where the heck the issue is… ._.

      This code doesnt create a missing config file but doesnt load the module. If i just enter the weather module (without config) it loads but only shows the current weather, but i would like to get the forecast for my region with the current API Version which is apparently 3.0

      {
         		module: "weather",
         			position: "top_right",
         				config: {
           // See 'Configuration options' for more information.
         			type: "forecast",
         			units: "metric",
         			roundTemp: true,
         			degreeLabel: true,
         			showPrecipitationProbability: true,
         			colored: true,
         			apiVersion: 3.0,
         			lat: 123123,
         			lon: 312321,
         			apiKey: "asdasdasd123123asedasd123",
         					},
       },
      
      posted in Troubleshooting
      K
      Kastore
    • 1 / 1