MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-OpenWeatherForecast Language

    Troubleshooting
    3
    4
    228
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bjoern last edited by

      Hello,

      how can i change the language to german?

      module: "MMM-OpenWeatherForecast",
          position: "top_right",
          //header: "Vorhersage",
         
      
             language: "de",
      
             extraCurrentConditions: false,
             showHourlyForecast: false,
             showDailyTableHeaderRow: false,
             showSummary: false,
             forecastHeaderText: "",
              colored: true,
      	showCurrentConditions: false,
      
      language: "de" 
      

      doesn’t work !

      S 1 Reply Last reply Reply Quote 0
      • B
        bjoern last edited by

        for the days i have found

        label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
        

        that’s enough!

        1 Reply Last reply Reply Quote 0
        • H
          HugoBc last edited by HugoBc

          How you did it?

          I’m trying to put it in french but when i change to “Fr” it’s change nothing…

          1 Reply Last reply Reply Quote 0
          • S
            sdetweil @bjoern last edited by sdetweil

            @bjoern @HugoBc

            this module uses the base language config option

            (which is lower case)

            this language option is outside the modules list, up in the section with address:

            but, IF you want to change it for just this module,
            you would include

            language:“??”,

            in the modules config section

            {
            module:
            position:
            config:{
                language:"??",
                ...   other config options
            }
            }
            

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy