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

    Posts

    Recent Best Controversial
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      I just tested it. You can pass a header by yourself but need to add

      appendLocationNameToHeader: false,
      

      Otherwise it will add the timezone again.

      
       
              {
                  disabled: false,
                  module: "weather",
                  header: "YOURCITY",
                  position: "top_right",
                  config:
                  {
                      // See 'Configuration options' for more information.
                      weatherProvider: 'openweathermap',
                      appendLocationNameToHeader: false,
                      weatherEndpoint: '/onecall',
                      apiKey: 'API',
                      apiVersion: '3.0',
                      lat: '51.5',
                      lon: '9.52',
                      type: 'forecast',
                      colored: true,
                      fade: false,
                      maxNumberOfDays: 3,
                      degreeLabel: 'true',
                      showWindDirectionAsArrow: 'true',
                      decimalSymbol: ','
                  }
              },
      
      
      posted in Troubleshooting
      H
      HeikoGr
    • 1
    • 2
    • 2 / 2