• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Default modules not working after updated to 2.1.2

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 3 Posters 3.3k Views 3 Watching
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.
  • I Offline
    iMAGiC
    last edited by iMAGiC Sep 3, 2017, 6:32 PM Sep 3, 2017, 4:08 PM

    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?

    S 1 Reply Last reply Sep 3, 2017, 8:31 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @iMAGiC
      last edited by Sep 3, 2017, 8:31 PM

      @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?

      Please create a github issue if you need help, so I can keep track

      I 1 Reply Last reply Sep 4, 2017, 1:03 AM Reply Quote 0
      • I Offline
        iMAGiC @strawberry 3.141
        last edited by Sep 4, 2017, 1:03 AM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • I Offline
          iMAGiC
          last edited by iMAGiC Sep 4, 2017, 7:40 AM Sep 4, 2017, 7:06 AM

          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
          • K Offline
            Kimzer
            last edited by Sep 4, 2017, 8:07 AM

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

            I S 3 Replies Last reply Sep 4, 2017, 8:20 AM Reply Quote 0
            • I Offline
              iMAGiC @Kimzer
              last edited by Sep 4, 2017, 8:20 AM

              @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
              • I Offline
                iMAGiC @Kimzer
                last edited by Sep 4, 2017, 8:23 AM

                @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
                • S Offline
                  strawberry 3.141 Project Sponsor Module Developer @Kimzer
                  last edited by Sep 4, 2017, 9:34 PM

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

                  Please create a github issue if you need help, so I can keep track

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    8/8
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy