MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thgmirror
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 12
    • Posts 135
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [Default clock] Incorrect week number

      @sdetweil it is set to Berlin = CEST

      and my clock-config-entry is like this:

      //#################################################################################
      		{
      			disabled: false,
      			module: "clock",
      			position: "top_right",
      			config: {
      				// The config property is optional.
      				// See "Configuration options" for more information.
      				showWeek      : true,
      				showSunTimes  : true,
      				showMoonTimes : true,
      				lat           : 50.658821,
      				lon           : 7.193084,
      				}
      		},
      //#################################################################################
      
      posted in Bug Hunt
      thgmirrorT
      thgmirror
    • RE: [Default clock] Incorrect week number

      @sdetweil That is a good answer:-)

      I’m from Germany and my mirror shows 42, the answer to all questions.

      posted in Bug Hunt
      thgmirrorT
      thgmirror
    • RE: Struggling with Weather... module

      @sdetweil I know, but to have a first sense of achievement he will see something different than “LOADING”

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Struggling with Weather... module

      @D3dl3g as a first check, you can use my working config-entry and extend it one by one with your needs:

      //#################################################################################
      		{
      			disabled: false,
      			module: "weather",
      			position: "top_right",
      			header: "Wetter aktuell",
      			config: {
      				type: "current",
      				location: "Bonn",
      				locationID: "2946447",  
      				apiKey: "myKey",
      				showWindDirectionAsArrow: true,
      				showHumidity: true,
      				showFeelsLike: false
      				}
      		},
      //#################################################################################
      

      Just replace the apikey.

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: pm2 Lost My MagicMirror

      @N6NG Do you know? The system is case-sensitive:

      pm2 stop magicmirror is different to
      pm2 stop MagicMirror

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Weather module

      @yagger to come back to your first post, I fixed it this way:

      added two entries in config.js

      //#################################################################################
      		{
      			disabled: false,
      			module: "weather",
      			position: "top_right",
      			header: "Wetter aktuell",
      			config: {
      				type: "current",
      				location: "Bonn",
      				locationID: "2946447",  
      				apiKey: "myKey",
      				showWindDirectionAsArrow: true,
      				showHumidity: true,
      				showFeelsLike: false
      				}
      		},
      //#################################################################################
      		{
      			disabled: false,
      			module: "weather",
      			position: "top_right",
      			header: "Wetter in",
      			config: {
      				type: "forecast",
      				location: "Bonn",
      				locationID: "2946447",  
      				apiKey: "myKey",
      				showWindDirectionAsArrow: true,
      				showHumidity: true,
      				showFeelsLike: false
      				}
      		},
      //#################################################################################
      

      first as type current, second as type forecast. The keys are identical…the one I used before.
      Leads to this output:
      61e21ddf-73ab-498c-8697-0de6eb8b56af-image.png

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Bathroom mirror: "Frameless, thin, gesture and voice controlled"

      @Robert_K
      Nice mirror.
      One hint, in your video, you mentioned, that the front-door-cameras refresh every time they are shown resp. the page is displayed. I guess, you use SmartWebDisplay for it? Try to replace it with MMM-iFrame, should no longer flicker at the start of the page.

      posted in Show your Mirror
      thgmirrorT
      thgmirror
    • RE: MMM-CovidStats

      @mayfield
      Your favorite countries appear in the sequence you add them in the config.js:

      countries: ["DEU","NLD","PER","FRA","DNK","NOR","SWE","FIN"],
      

      Thomas

      posted in Health
      thgmirrorT
      thgmirror
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Moin @35110, ich bekomme zwar Mecker:

      00279778-bb10-4c24-ad79-de267a9a8aec-image.png
      …aber funktioniert trotzdem…

      Hast Du einen zweiten Key für weatherforecast? Ich habe den von weaher genommen.

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      @35110
      So

      //#################################################################################
      		{
      			disabled: false,
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Wettervorhersage",
      			config: {
      				location: "Bonn",
      				locationID: "2946447", 
      				appid: "Hier kommt Dein Key rein"
      				}
      		},
      //#################################################################################
      

      funktioniert es bei mir.
      1fa9f1b3-e214-413a-a214-0ae5ee41de19-image.png

      posted in General Discussion
      thgmirrorT
      thgmirror
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 13
    • 14
    • 4 / 14