Navigation

    MagicMirror Forum

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

    Default modules not working after updated to 2.1.2

    Troubleshooting
    3
    8
    2474
    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.
    • iMAGiC
      iMAGiC last edited by iMAGiC

      Hi everyone,
      I tried update my MM from 2.1.x and 2.0 to 2.1.2, update process were all good.
      but, after I start MM, date and time show in English, not Chinese, and “calendar_monthly” module also in English. More unexpected is default modules, like “calendar”, “newsfeed” are always display "Loading "

      after check everything, I found it happens when language sets to ‘zh_tw’ (Chinese, zh_cn same)
      when I set language to “en”, everything is fine.

      var config = {
      	port: 8080,
      
      	language: 'en',
      	timeFormat: 24,
      	units: 'metric',
      
      

      Could someone help to do quick check for this? If you change language parameter in config.js to see if newsfeed and calendar not work.
      That will be very appreciate, if someone knows how to fix this problem.

      var config = {
      	port: 8080,
      
      	language: 'zh_tw',
      	timeFormat: 24,
      	units: 'metric',
      

      language: ‘en’, all good but translation.
      1_1504454472436_2017-09-04-000116_1080x1920_scrot.png

      language: ‘zh_tw’, not working for some module.
      0_1504454472435_2017-09-03-235552_1080x1920_scrot.png

      both don’t have warning message when starting MM.

      Is it a bug or something I missed?

      strawberry 3.141 1 Reply Last reply Reply Quote 0
      • strawberry 3.141
        strawberry 3.141 Project Sponsor Module Developer @iMAGiC last edited by

        @iMAGiC calendar_monthly and clock using moment locales to translate, so your language codes are probably not the ones that are supported with moment or should be slightly different. not sure though why the other modules stuck on loading, do you get any errors or debug messages in the electron console?

        iMAGiC 1 Reply Last reply Reply Quote 0
        • iMAGiC
          iMAGiC @strawberry 3.141 last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • iMAGiC
            iMAGiC last edited by iMAGiC

            found problem is on calendar module. when using calendar module, it can cause “date/time” and "calendar monthly "display in English, and newsfeed, calendar are stuck.
            after I try every module, and use MMM-MyCalendar instead, it works.

            0_1504508423909_2017-09-04-145855_1080x1920_scrot.png

            *Post here may help someone who met same problem.

            1 Reply Last reply Reply Quote 0
            • Kimzer
              Kimzer last edited by

              Completely unrelated, but how are you getting those lines under the header to be exactly the same length everywhere?

              iMAGiC strawberry 3.141 3 Replies Last reply Reply Quote 0
              • iMAGiC
                iMAGiC @Kimzer last edited by

                @Kimzer at the first I thought same as you, but it happens, that’s why I spent a day to deal with it, you could try just simply change lang to zh or zh_tw, it will stuck, my two builds are the same.

                1 Reply Last reply Reply Quote 0
                • iMAGiC
                  iMAGiC @Kimzer last edited by

                  @Kimzer for the line, I think it depends on css region 's setting. I have not change something to the line.

                  1 Reply Last reply Reply Quote 0
                  • strawberry 3.141
                    strawberry 3.141 Project Sponsor Module Developer @Kimzer last edited by

                    @Kimzer modules usually share the same width in the same region, so all modules in top_right for example would have the same width

                    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