MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Zinkeler
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    Zinkeler

    @Zinkeler

    1
    Reputation
    592
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Zinkeler Unfollow Follow

    Best posts made by Zinkeler

    • RE: Update MMM

      @sdetweil thx, it works

      posted in Troubleshooting
      Z
      Zinkeler

    Latest posts made by Zinkeler

    • RE: MMM-CalendarExt2

      @Sean
      sorry, I’ve never done that. how can i do that?
      thx

      posted in Utilities
      Z
      Zinkeler
    • RE: MMM-CalendarExt2

      @Sean
      { module: ‘MMM-CalendarExt2’,
      config: {
      scenes:[
      {
      name: “DEFAULT”,
      views: [“upcoming”,“weeks”],
      },
      ],
      views:[
      {
      name: “upcoming”,
      mode: “upcoming”,
      position: “top_left”,
      slotTitle: “Demnächst”,
      maxItems: 4,
      locale: “de-DE”,
      calendars: [“Ralph”],
      },
      {
      name: “weeks”,
      mode: “week”,
      title: “Woche”,
      type: “row”,
      position: “bottom_bar”,
      slotCount: 1,
      locale: “de-DE”,
      calendars: [“Ralph”],
      },
      ],
      calendars: [
      {
      name: “Ralph”,
      url: “”,
      },
      ],
      },
      }

      posted in Utilities
      Z
      Zinkeler
    • RE: MMM-CalendarExt2

      Hello,
      everything works fine in landscape-mode. If i change to portrait-mode (display_rotate=1
      avoid_warnings=1 in /boot/config.txt) my calender is not shown. All other modules are on my mirror.
      Can someone give me a hint?
      thx
      Ralph

      posted in Utilities
      Z
      Zinkeler
    • RE: Update MMM

      @sdetweil thx, it works

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: Update MMM

      Hello,
      after update “npm run start” works, but how can i stop MM ? “npm run stop” did not work.
      Thx

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MMM-COVID19

      @bibaldo thank you 🙂

      posted in Health
      Z
      Zinkeler
    • RE: MMM-COVID19

      @irich Hallo, das hab ich auch schon geschafft. Weiß denn jemand, wie ich die “,” durch “.” ersetzen kann. Will anstatt 434,595 das deutsche Format haben.
      Danke für eventuelle Antworten.

      posted in Health
      Z
      Zinkeler
    • RE: MMM-FRITZ-Box-Callmonitor

      Hello,
      can someone tell me if it´s possible to sort the Output?
      E.g. i see a call 3 days ago in the first line, then a call from 2 hours ago (second line), a call 2 day ago in 3rd line,…
      I would like to see the youngest in the first line and the oldest in the last line.
      Thanks for hints.

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      @yawns
      Vielen Dank !!
      Genau das war das Problem, jetzt klappte es 🙂

      posted in Show your Mirror
      Z
      Zinkeler
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      @Mr.Sponti - thank you for your answer.
      I now setup a second PI and installed Pimatic.
      On both PI´s i installd socket.io and socket.io-Client.
      My second pi works fine with pimatic and my first Pi works with MagicMirror.
      I installed your modul as you described.

      If i run a test on my MagicMirror-PI:

      pi@raspberrypi3:~ $ node testpim.js
      connected
      [ { id: 'temperatur',
          name: 'Temperatur',
          template: 'device',
          attributes: [ [Object], [Object] ],
          actions: [],
          config:
           { class: 'HomeduinoRFWeatherStation',
             protocols: [Object],
             values: [Object],
             processingTemp: '$value',
             processingHum: '$value',
             xAttributeOptions: [],
             id: 'temperatur',
             name: 'Temperatur' },
      ...```
      i see, that socket works too.
      But on my MagicMirror is only get the message "Connecting to pimatic ..." 
       config.js:
      *{
                  module: 'MMM-M1-Pimatic',
                  position: 'bottom_center',
                  header: 'PIMATIC',
                  host : 'xxx.xxx.xxx.xx',
                  port : 80,
                  user : 'user',
                  passwd : 'passwort',
                  config: {
                      device: [
                          { 
                              name: 'Schrankschalter',
                              icon: 'icon-Default',
                              attributeName: 'schrankschalter.state',
                              defaultValue: false,
                              notification : 'Eingeschaltet'
                          },
                      ],
                  },
              },*
      What am i doing wrong??
      Thanks
      P.S. are you german, because than it´s easier to talk about :-)
      posted in Show your Mirror
      Z
      Zinkeler