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

      @Peter it shows the timezone „EUROPE/BERLIN“, but the weather is correct.

      posted in Troubleshooting
      H
      HeikoGr
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      @Peter no, unfortunately not

      posted in Troubleshooting
      H
      HeikoGr
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      I got it working and think there are a few tricky typos in your config.

      module: “weather”,
      position: “top_center”,
      config: {
      weatherProvider: “openweathermap”,
      type: “current:,
      weatherEndpoint: ‘/onecall’,
      lat: ‘34.17188’.
      lon: ‘-84.57056’,
      apiVersion: ‘3.0’,
      apiKey: 'nunya”
      

      Line 5: closing quotation marks are missing
      Line 7: point as line ending instead of comma
      Line 10: wrong quotation mark

      Your config entry type is from line 5 - 10.

      posted in Troubleshooting
      H
      HeikoGr
    • RE: Modules are loading with new docker image

      Which version of the docker container do you use?

      posted in Troubleshooting
      H
      HeikoGr
    • RE: Experience with MMM-WebUntis?

      @rabbit83ka you can try my newest commit (https://github.com/HeikoGr/MMM-Webuntis/). just add a line to your config.js:

      mode: "compact",
      
      posted in General Discussion
      H
      HeikoGr
    • RE: Experience with MMM-WebUntis?

      @rabbit83ka I‘m not a developer either, but i think this is something i could do. But maybe it will take a few days

      posted in General Discussion
      H
      HeikoGr
    • RE: v2.29.0 weather module issue

      @sdetweil yes, lat/lon is correct as I am in Germany :-D

      @reilley unfortunately openweather doesnt respond with geoname but with timeszone… so it’s euroe/berlin in my case.

      posted in Bug Hunt
      H
      HeikoGr
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      forecast need lot / lan set. locationID as in api 2.5 isn’t working anymore (with api 3.0) sorry, didn’t read your post properly…

      openweather doesn’t add geoname in response. so i guess it’s the timezone.

      posted in Troubleshooting
      H
      HeikoGr
    • RE: v2.29.0 weather module issue

      @kent79 @dawookie1979
      it’s all in the docs - but you need to read it carefully.

      in short: forecast needs

      • lat/lon , locationID isn’t working for forecast
      • weatherEndpoint: ‘/onecall’, must be set

      This works for me;

              {
                  disabled: false,
                  module: "weather",
                  position: "top_right",
                  config:
                  {
                      // See 'Configuration options' for more information.
                      weatherProvider: 'openweathermap',
                      weatherEndpoint: '/onecall',
                      apiKey: 'xxx',
                      apiVersion: '3.0',
                      lat: '49.8',
                      lon: '8.49',
                      type: 'forecast',
                      colored: true,
                      fade: false,
                      maxNumberOfDays: 3,
                      degreeLabel: 'true',
                      showWindDirectionAsArrow: 'true',
                      decimalSymbol: ','
                  }
              },
      
      posted in Bug Hunt
      H
      HeikoGr
    • RE: Experience with MMM-WebUntis?

      @rabbit83ka I got it working, with a few modifications, so i can use the qr codes from my kids (our school uses MS365 Accounts for login, so unfortunately the username + password didn’t work…). You can find it here: https://github.com/heikogr/MMM-WebUntis wich is forked from https://github.com/r3wald/MMM-Webuntis wich is forked from https://github.com/thyed/MMM-Webuntis

      posted in General Discussion
      H
      HeikoGr
    • 1 / 1