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

    duedahlb

    @duedahlb

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

    duedahlb Unfollow Follow

    Latest posts made by duedahlb

    • RE: Show a picture infont of everything with a button

      @doubleT
      I dont feel the MMM-Button is giving some info… i copy paste the config fron readme, dont work…

      posted in Requests
      D
      duedahlb
    • RE: Show a picture infont of everything with a button

      @doubleT
      I have everything i need:) just not the code/module:/

      i want the: A

      posted in Requests
      D
      duedahlb
    • RE: Show a picture infont of everything with a button

      Can someone PLZ code it for me? I only do some HTML and CSS…

      I want to show a picture infront of my magicmirror while their still loading in the background…

      1. push once- a picture is shown over the screen
      2. push once again, the picture goes away
      posted in Requests
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @Mykle1 I got it now! I just reinstalled it, tnx:)

      posted in Troubleshooting
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @Mykle1 said in Need help with internet monitor-module:

      @duedahlb

      did you install the dependencies as per the readme? I just installed this, installed the dependencies, and it fired right up.

      yes i did, but i can do it again:)

      posted in Troubleshooting
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @schlachtkreuzer6 it’s just the standard file, with one extra module…

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "localhost", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "US Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "New York",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "New York",
      				locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      
      		{
      	    	module: 'internet-monitor',
                  	position: 'top_center',
                  	header: 'Internet Monitor',
                  	config:{
                      	type: '',
                      	maxTime: 20000,
                      	updateInterval: 0,
                      	verbose: false,
                      	displayStrength: true,
                      	displaySpeed: true,
                      	strengthIconSize: 80,
                      	maxGaugeScale: 100,
      			wifiSymbol:{
                          		size: 50,
                          		fullColor: '#3afc25',
                          		almostColor: '#ffff0c',
                          		halfColor: '#ff8c00',
      	            		noneColor: '#ff1111'
      				},
                  		},
      		}
      
      
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      posted in Troubleshooting
      D
      duedahlb
    • Show a picture infont of everything with a button

      I want a button connected to my RPI gpio I can turn on and then a picture is shown.

      PLZ help me out!

      posted in Requests
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @yawns it gives me the damn config error… plz help!

      posted in Troubleshooting
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @yawns wow, thanks!, but now my screen is just black… tried rebooting:/ anu suggestions?

      posted in Troubleshooting
      D
      duedahlb
    • RE: Need help with internet monitor-module

      @schlachtkreuzer6 I uploaded the standard file now… and the script module i want to use too

      posted in Troubleshooting
      D
      duedahlb