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

    Sebi76 0

    @Sebi76 0

    0
    Reputation
    1
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Sebi76 0 Unfollow Follow

    Latest posts made by Sebi76 0

    • RE: Default Calendar customEvents color

      @sdetweil

      Yes,

                                               ```
                                                  coloredText: true,
                                                  colored:true,
      			        	url: "adresse.....',		
      								
      					customEvents: [{keyword: 'GelberSack', symbol: 'recycle', color: 'Yellow'},
      						       {keyword: 'Blaue Tonne', symbol: 'trash', color: 'Blue'},
      						       {keyword: 'Bio Tonne', symbol: 'trash', color: 'Green'},
      						       {keyword: 'Graue Tonne', symbol: 'trash', color: 'Gray'},
      						       {keyword: 'Flur', symbol: 'broom', color: 'Blue'}],
      
      				},
      
      posted in Troubleshooting
      S
      Sebi76 0
    • RE: Default Calendar customEvents color

      Is it possible to give certain entries a different symbol, color?

      posted in Troubleshooting
      S
      Sebi76 0
    • RE: MMM-NetworkScanner (spitzlbergerj)

      Hello,

      i use this Module an im very Happy with it.
      The Problem is i run for my firsttime MM under Ubunt.
      In the Start Script from MM i had to type in my Passwort otherwise the module will not start and the list will remain empty. I think the arp-scan needs Sudo Rights which are not passed through, is my guess.

      posted in Troubleshooting
      S
      Sebi76 0
    • RE: Let it snow now Magic Mirror

      @cgillinger

      I want to run the module but actually i hang on the Problem with Openweather an the API V3.0.
      Do you have a Solution for your Module?

      posted in Entertainment
      S
      Sebi76 0
    • RE: Weather Module

      i julaughingst . Youre Right!Thanks. Little Misstakes

      posted in Troubleshooting
      S
      Sebi76 0
    • RE: Weather Module

      This is an Error

      weather.js:164 New weather information available.
      weather.js:169 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'replace')
          at Class.updateAvailable (weather.js:169:106)
          at Class.updateAvailable (weatherprovider.js:104:17)
          at openweathermap.js:47:24
          at <anonymous>
      updateAvailable @ weather.js:169
      updateAvailable @ weatherprovider.js:104
      (anonymous) @ openweathermap.js:47
      
      posted in Troubleshooting
      S
      Sebi76 0
    • RE: Weather Module

      @sdetweil

      Yes.
      It works with MMM-OpenWeatherMapForecast, but not with the regular Weather Module

      posted in Troubleshooting
      S
      Sebi76 0
    • Weather Module

      My Weather does not work. Whats wrong?

      	{
      			module: "weather",
      			position: "top_right",
      			header: "Wetter",
      			config: {
      				weatherProvider: "openweathermap",			  
      			    apiBase: "https://api.openweathermap.org/data/",  			  
       	         	apikey: "xxxxxxxxxxxxxxxxxxxxxxxxx", //Home_MM Api	
       	         	locationID: "2876865",
       	      	    lat: 51.676380,            //number works here
       	      	    lon: 8.346650,          //so does a string
       	      	    weatherEndpoint: '/onecall',
      				type: "current",
      				apiVersion: '3.0'
      				
      			}
      		},
      
      posted in Troubleshooting
      S
      Sebi76 0
    • RE: MMM-GoogleBirthdaysProvider
      npm run token:generate
      

      I only followed what you see there

      posted in Troubleshooting
      S
      Sebi76 0
    • RE: MMM-GoogleBirthdaysProvider

      Re: MMM-GoogleBirthdaysProvider

      No i don’t on a another Machine, i local on my Raspi4.

      mmm-googlebirthdaysprovider@0.2.0 token:generate
      node ./google-api-credentials/generate-auth-token.js

      Authorize the app by visiting this url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcontacts.readonly&response_type=code&client_id=xxxxxxxx-4hmsenjojbirtdvt47f00a0btomqlhbe.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost
      Enter the code from that page here:

      posted in Troubleshooting
      S
      Sebi76 0