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

    carlderdritte

    @carlderdritte

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

    carlderdritte Unfollow Follow

    Latest posts made by carlderdritte

    • Willy Weather Module, who can help??

      Hi,
      I would really like to have the Willy Weather on my Mirror.
      Could someone help and create a module or help me out doing it?
      could it be as easy as just changing a few lines of code in the current weather module?

      Thx for the help!

      posted in Requests
      C
      carlderdritte
    • RE: Can"t get wind speed shown in KMPH why?

      @mykle1 no changes without the quotes :(

      posted in Troubleshooting
      C
      carlderdritte
    • Can"t get wind speed shown in KMPH why?

      Hi,
      I can get my MM to show me wind speed in KMPH.
      I is also not showing rain.
      What do I do wrong?
      Thanks for the help!
      Carl

       {
                              module: "currentweather",
                              position: "top_right",
                              header: "Byron Bay",
                              config: {
                                      location: "Byron Bay,Australia",
                                      locationID: "2172880",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "XXX",
                                      useKMPHWind: "true",
                                      roundTemp: "true",
                                      showRainAmount: "true",
                                      degreeLabel: "true"
                              }
                      },
      
      
      posted in Troubleshooting
      C
      carlderdritte