MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. KristjanESPERANTO
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 48
    • Best 3
    • Controversial 0
    • Groups 0

    KristjanESPERANTO

    @KristjanESPERANTO

    3
    Reputation
    14
    Profile views
    48
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    KristjanESPERANTO Unfollow Follow

    Best posts made by KristjanESPERANTO

    • RE: display issue MMM-PublicTransportHafas

      That is interesting. Apparently, the transport company defined the station ‘Am Zwingerteich, Dresden’ as a related station of ‘Postplatz, Dresden’. Please try stationID: "975242" - this is another ID for ‘Postplatz, Dresden’, which is not related to ‘Am Zwingerteich, Dresden’.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: [MMM-ApexCharts] ApexCharts.js for your mirror.

      Realy nice 👏 Thank you!

      posted in Utilities
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: upgrade to new NPM version?

      Since 6.14.12 there have been a lot of bug fixes, so an upgrade is recommended. And MM works fine with 8.19.2.

      posted in General Discussion
      KristjanESPERANTO
      KristjanESPERANTO

    Latest posts made by KristjanESPERANTO

    • RE: This my first MagicMirror aka Dashboard

      Nice! 👍

      posted in Show your Mirror
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: [MMM-ApexCharts] ApexCharts.js for your mirror.

      Realy nice 👏 Thank you!

      posted in Utilities
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: How to run via browser on Android 2.3

      What might work: Install Firefox 47 (this version partially supports ES6 and runs on Android 2.3).

      Another approach would be to find a custom ROM for your device. There won’t be an up-to-date version, but maybe at least one that allows you to use a somewhat newer browser.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: No date after update

      Did you set the displayType to both?

      Screenshot-20230108160906-237x293.png

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: No date after update

      analogShowDate is obsolete. Check if this is what you want:

        {
          module: "clock",
          position: "top_left",
          config: {
              displayType: 'both',
              analogSize: '200px',
              analogFace: 'face-003',
              analogPlacement: 'bottom',
              lat: 52.389870,
              lon: 10.852678,
              showDate: true,
              showWeek: true,
              showTime: false,
              dateFormat: 'dddd D MMMM',
              secondsColor: '#FF0000',
              timezone: 'Europe/Berlin'
          }
      },
      
      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: 2.22.0 but showing update available?

      @DarrenHill said in 2.22.0 but showing update available?:

      Was more curious about why that would be saying I’m up to date if there is a commit. If there is a version-up missing or something.

      There was a small fix in the README, actually totally irrelevant to the operation of the mirror.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: No date after update

      Happy New Year to you too! 🙂

      Please show the part of your configuration that affects the clock.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: 2.22.0 but showing update available?

      There was an additional commit yesterday. I don’t work with an update script, so I don’t know what yours does. In this case just go into your MagicMirror folder and run git pull .

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: electron-rebuild problems with MagicMirror 2.22.0

      @sdetweil As a soft step, the broken modules could switch to @electron/rebuild. This should also work for docker.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO
    • RE: electron-rebuild problems with MagicMirror 2.22.0

      @wishmaster270 Okay, thanks for the explanation! I haven’t been able to read that anywhere in such clear words and I haven’t dealt with the past problems. Then I withdraw my recommendation because I lack the overview.

      posted in Troubleshooting
      KristjanESPERANTO
      KristjanESPERANTO