MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. chris1971
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 51
    • Best 5
    • Controversial 0
    • Groups 0

    chris1971

    @chris1971

    5
    Reputation
    1022
    Profile views
    51
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    chris1971 Unfollow Follow

    Best posts made by chris1971

    • My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display

      HI guys,
      I still finished my 1st MM Project. I used a 22" display with a new chinese controller. The system is powered by a WLAN socket wich can be also powerdes via a buttor an the frame (I modified the socket to get the ability).
      Content of the mirror:

      • Clock
      • Google calendar
      • Globe
      • Newsfeed
      • Wunderground weather
      • Word Clock
        My target was to have a very slim framework - I realised it with a wooden frame and alumnium profiles which cover the side of the mirror. the complete depth is now 24mm for the frame and 8mm for the mirror.
        Really happy to have it done and get a new highlight in the entree… 😉

      2_1515339483713_3.jpg 1_1515339483712_2.jpg 0_1515339483712_1.jpg

      posted in Show your Mirror
      C
      chris1971
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      After several trials I think it’s o.k.
      Thanks for the support.
      Chris
      0_1551993447853_InkedScreenshot_final_LI.jpg

      posted in Utilities
      C
      chris1971
    • RE: 5 extra points for the WAF :)

      Hi,
      can you explain a noob a little bit more in detail how to implement the Dakboard calandar into the MM?

      I really like your setup,

      Regards, Chris

      posted in Show your Mirror
      C
      chris1971
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @j-e-f-f Yes I have executed npm install… everything is running smooth right now. Can you explain how I can set the font size of the forecast text?
      It would be great if you could implement time for sunrise/ sunset and a moonphase… 🙂

      Thanks for the great module!!! Chris

      posted in Utilities
      C
      chris1971
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @onkelbobby
      Done… after several trails I got the right setup … 0_1554403496449_04.04.2019.jpg
      Thanks

      posted in Utilities
      C
      chris1971

    Latest posts made by chris1971

    • RE: MMM-Globe

      I replaced the own image path in the css with “http://gif.keraunos.org/nuageseu.gif”.
      The part of the css is looking now:

      ‘’’
      {

      module: 'MMM-Globe',
      position: 'middle_center',
      config: {
      	style: 'europeDiscNat',
      	imageSize: 500,
      	ownImagePath:'http://gif.keraunos.org/nuageseu.gif',
      	updateInterval: 1*60*1000 // ervery 2 minutes
      }
      

      },
      ‘’’
      It’s not a real globe, but a good animated gif for the weather forecast with clouds…

      posted in Utilities
      C
      chris1971
    • RE: MMM- EARTH not starting

      I changed the positions in the config.js . No change visible.

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM- EARTH not starting

      You are right - I removed MMM GoogleTrafficMaps and the MMM Earth is working… Now I have the challenge to understand what’s happening…
      Chris

      posted in Troubleshooting
      C
      chris1971
    • RE: 42" Full body Mirror

      Nice work…
      Is Globe still running? I have problems after the server change…

      posted in Show your Mirror
      C
      chris1971
    • RE: MMM- EARTH not starting

      So I tried it again… with npm start dev I got this:

      Uncaught TypeError: console.log is not a function
          at Class.scheduleCarousel (MMM-EARTH.js:155)
          at Class.socketNotificationReceived (MMM-EARTH.js:182)
          at module.js:246
          at r.<anonymous> (socketclient.js:25)
          at r.emit (index.js:83)
          at r.onevent (index.js:83)
          at r.MMSocket.self.socket.onevent (socketclient.js:19)
          at r.onpacket (index.js:83)
          at r.<anonymous> (index.js:83)
          at r.emit (index.js:83)
      

      Are you able to “encrypt”?

      Thx, Chris

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-Globe

      until now - no update… still the same picture since 2 hours…

      posted in Utilities
      C
      chris1971
    • RE: MMM-Globe

      yes - and now I still have the question if the picture will be updated automatically. With the old configuration (on the EUMETSAT server) I got a new picture every 15 minutes…

      posted in Utilities
      C
      chris1971
    • RE: MMM- EARTH not starting

      Thanks guys.
      I switched over to MMM Globe and will try MMM Earth maybe later… Will keep you informed.

      Thanks for your help.

      Regards, Chris

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-Globe

      Great!!!

      It’s working with the link… where did you find it?

      Regards, Christoph

      posted in Utilities
      C
      chris1971
    • MMM- EARTH not starting

      Hi,
      I have some troble with MMM-EARTH. I see only the information “hello, mother earth”, but no picture. Here is my config:
      Do you see any issues or have an idea why it’s not running?

      {
          module: "MMM-EARTH",
          position: "middle_center",
          config: {
              mode: "Natural",
              rotateInterval: 15000,
              MaxWidth: "50%",
              MaxHeight: "50%",
          }
      },
      

      0_1560262008953_MMM Earth.jpg
      I have updated also to MagicMirror² v2.7.0, deleted/ reinstalled… everything… but still the starting circle…

      Thanks, Chris

      posted in Troubleshooting
      C
      chris1971