MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. noiz13
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    noiz13

    @noiz13

    0
    Reputation
    443
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    noiz13 Unfollow Follow

    Latest posts made by noiz13

    • RE: keep running against a wall

      @Mykle1 it works thank you for your code now i can learn more.

      regarding the os i have put raspian on the laptop because my thought is that works the best.
      however MM is seeing my laptop as a raspberry 1 witch is incompatible with MM can i use normal debian would that be better?

      posted in Troubleshooting
      N
      noiz13
    • RE: keep running against a wall

      thank you this is awesome much appreciated. now i can appropriated old laptop and use it as my test set.

      posted in Troubleshooting
      N
      noiz13
    • RE: keep running against a wall

      @Mykle1 said in keep running against a wall:

      “MMM-rainfc”

      that is so small i did not see it can you recommend a good text editor for a noob?

      posted in Troubleshooting
      N
      noiz13
    • RE: keep running against a wall

      i hope i changed it correctly it is all new for me and english is my second Language

      --/* 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: "MMM-rainfc",
      --		position: “top_right”,
      --            	header: “Rain forecast”,
      --		config: {
      --			lat: "52.525",
      --			lon: "5.71806",
      --			width: 200,
      --			height: 150,
      --			lineWidth: 2,
      --			lineColor: "#e0ffe0",
      --			fillColor: "#e0ffe0",
      --			maxPower: 300,
      --			rainText: "Tot: ",
      --			noRainText: "Geen regen tot: ",
      --			nrOfTimeLabels: 5 // advised values: 2-5
      --		}
            },
      --		{
      --			module: "calendar",
      --			header: "agenda",
      --			position: "top_left",
      --			config: {
      --				calendars: [
      --					{
      --				symbol:"calendar",
      --				url:"https://calendar.google.com/calendar/ical/8tjs1qac4300edu3evdqsh3gp8%40group.calendar.google.com/public/basic.ics",
      --			},
      --						symbol: "calendar-check-o ",
      --						url: "https://calendar.google.com/calendar/ical/ferrynoiz%40gmail.com/public/basic.ics"
      --					}
      --				]
      --			}
      --		},
      --		{
      --			module: "compliments",
      --			position: "lower_third"
      --		},
      --
      --			module: "newsfeed",
      --			position: "bottom_bar",
      --			config: {
      --				feeds: [
      --					{
      --						title: "Nu",
      --						url: "https://www.nu.nl/rss/Algemeen.xml"
      --					}
      --				],
      --				showSourceTitle: true,
      --				showPublishDate: true
      --			}
      --		},
      --	]
      --
      --};
      --
      --/*************** DO NOT EDIT THE LINE BELOW ***************/
      --if (typeof module !== "undefined") {module.exports = config;}
      
      
      posted in Troubleshooting
      N
      noiz13
    • keep running against a wall

      can someone look at my code and tell me what iam doing wrong?```
      //
      language: “en”,
      – timeFormat: 24,
      – units: “metric”,

      – modules: [
      – {
      – module: “alert”,
      – },
      – {
      – module: “updatenotification”,
      – position: “top_bar”
      – },
      – {
      – module: “clock”,
      – position: “top_left”
      – },
      – {
      – module: “rainfc”,
      – position: “top_right”,
      – header: “Rain forecast”,
      – config: {
      – lat: “52.525”,
      – lon: “5.71806”,
      – width: 200,
      – height: 150,
      – lineWidth: 2,
      – lineColor: “#e0ffe0”,
      – fillColor: “#e0ffe0”,
      – maxPower: 300,
      – rainText: "Tot: ",
      – noRainText: "Geen regen tot: ",
      – nrOfTimeLabels: 5 // advised values: 2-5
      – },
      – {
      – module: “calendar”,
      – header: “agenda”,
      – position: “top_left”,
      – config: {
      – calendars: [
      – {
      – symbol:“calendar”,
      – url:“https://calendar.google.com/calendar/ical/my info.calendar.google.com/public/basic.ics”,
      – },
      – symbol: "calendar-check-o ",
      – url: “https://calendar.google.com/calendar/ical/myinf%40gmail.com/public/basic.ics”
      – }
      – ]
      – }
      – },

      posted in Troubleshooting
      N
      noiz13
    • RE: How to add modules. For absolute beginners.

      @doubleT said in How to add modules. For absolute beginners.:

      Sublime Text

      what text editor is that?

      posted in Troubleshooting
      N
      noiz13
    • total noob needs help. installing modules

      can somebody tell me how to easy configer and install modules?
      i am sshing in my pi and then i got stuck i had to reinstall it multiple times because i do not understand it enough

      i want the dutch forecast i want my agenda on it and news feeds and maybe just grab pictures from a source but i got stuck

      posted in Troubleshooting
      N
      noiz13