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

    ooskay

    @ooskay

    1
    Reputation
    532
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ooskay Unfollow Follow

    Best posts made by ooskay

    • RE: pm2 logs - UnhandledPromiseRejectionWarning

      Problem was in MMM remote control module. Error message disappeared when i disabled it.

      posted in Troubleshooting
      O
      ooskay

    Latest posts made by ooskay

    • RE: pm2 logs - UnhandledPromiseRejectionWarning

      Problem was in MMM remote control module. Error message disappeared when i disabled it.

      posted in Troubleshooting
      O
      ooskay
    • RE: pm2 logs - UnhandledPromiseRejectionWarning
      /*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/
      
      var config = 
      {
      	address: "0.0.0.0",
      	electronOptions: {
      		
      	},
      	ipWhitelist: [
      		"127.0.0.1",
      		"0.0.0.0",
      		"::1",
      		"192.168.1.0/24"
      	],
      	language: "tr",
      	modules: [
      		{
      			module: "alert",
      			config: {
      				
      			}
      		},
      		{
      			module: "MMM-Remote-Control",
      			config: {
      				
      			}
      		},
      /*
      		{
      			module: "updatenotification",
      			position: "top_bar",
      			config: {
      				
      			}
      		},
      		{
      			module: "MMM-EARTH",
      			header: "",
      			position: "upper_third",
      			config: {
      			
      				rotateInterval: 15000,
      				MonthsArray: {
      					Jan: "01",
      					Feb: "02",
      					Mar: "03",
      					Apr: "04",
      					May: "05",
      					Jun: "06",
      					Jul: "07",
      					Aug: "08",
      					Sep: "09",
      					Oct: "10",
      					Nov: "11",
      					Dec: "12"
      				}
      			},
      		},
      
      		{
      			module: "clock",
      			position: "top_left",
      			config: {
      				
      			}
      		},
      		{
      			module: "calendar",
      			header: "Resmi Tatiller",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "http://88.248.2.178/onur/calendar.php"
      					}
      				],
      				titleReplace: {
      					"De verjaardag van ": "",
      					"'s birthday": ""
      				},
      				excludedEvents: [
      					
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third",
      			config: {
      				compliments: {
      					anytime: [
      						"Merhaba!",
      						"Bugün Harika Gözüküyorsunuz :) "
      					],
      					morning: [
      						"Günaydın!",
      						"İyi bir gün geçirmenizi dilerim!",
      						"Güzel bir gün geçirmeniz dileğiyle!"
      					],
      					afternoon: [
      						"Merhaba",
      						"Gününüz nasıl geçiyor?",
      						"Gününüz umarım iyi geçiyordur!"
      					],
      					evening: [
      						"İyi akşamlar!",
      						"Umarım gününüz iyi geçmiştir!",
      						"İyi geceler!"
      					]
      				}
      			}
      		},
      		{
      			module: "MMM-Cursor",
      			config: {
      				
      			}
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "Antalya",
      				locationID: "323777",
      				appid: "d3a9feef45f79bd25729df85b125194d",
      				iconTable: {
      					"01d": "wi-day-sunny",
      					"02d": "wi-day-cloudy",
      					"03d": "wi-cloudy",
      					"04d": "wi-cloudy-windy",
      					"09d": "wi-showers",
      					"10d": "wi-rain",
      					"11d": "wi-thunderstorm",
      					"13d": "wi-snow",
      					"50d": "wi-fog",
      					"01n": "wi-night-clear",
      					"02n": "wi-night-cloudy",
      					"03n": "wi-night-cloudy",
      					"04n": "wi-night-cloudy",
      					"09n": "wi-night-showers",
      					"10n": "wi-night-rain",
      					"11n": "wi-night-thunderstorm",
      					"13n": "wi-night-snow",
      					"50n": "wi-night-alt-cloudy-windy"
      				}
      			}
      		},
      	*/	
      		{
      			module: "MMM-JsonTable",
      			position: "botto
      posted in Troubleshooting
      O
      ooskay
    • RE: pm2 logs - UnhandledPromiseRejectionWarning

      hi,
      try disable remote control to see result. i’m away from my setup.

      posted in Troubleshooting
      O
      ooskay
    • pm2 logs - UnhandledPromiseRejectionWarning

      Hi,
      using v.2.4.1
      in the pm2 logs i see below error message with each loading. Any suggestion?

      1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property ‘refs’ of undefined
      1|mm | (node:2597) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property ‘refs’ of undefined
      1|mm | (node:2597) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property ‘refs’ of undefined

      posted in Troubleshooting
      O
      ooskay
    • RE: how i do change font and it's size of a module?

      Thanks for the kindly respond. Solved with using below …

      #module_8_MMM-JsonTable table td
      {
      color: #fff;
      font-weight: 400;
      font-size: 25px;
      font-family: “Roboto Condensed”, sans-serif;
      }

      posted in Troubleshooting
      O
      ooskay
    • how i do change font and it's size of a module?

      Dear All,
      I’ve added below functions in to custom.css but nothing changed.
      module name is correct and text is fully match with the model name.

      Your helps welcome.
      thanks and regards

      module: ‘MMM-JsonTable’,
      font-size: 15px
      font-family: “Roboto Condensed”, Arial, Helvetica, sans-serif;
      font-weight: 400;

      posted in Troubleshooting
      O
      ooskay
    • RE: Add an external output to Dash Board from an html or Xml file.

      @charley said in Add an external output to Dash Board from an html or Xml file.:

      Domoticz module

      Hi,
      Thanks for the reply. Yes, i think JSON is best solution at this moment. Thanks again for your kindly respond…

      posted in Custom CSS
      O
      ooskay
    • RE: iFrame module not showing content

      does it solved or still problematic?
      I would like to use Iframe on my setup to display an html or xml output taken from my local app?
      what do you suggest?

      posted in Troubleshooting
      O
      ooskay
    • Add an external output to Dash Board from an html or Xml file.

      Hello,
      I would like to display content in an html file on the dashboard.
      http://serverip/mirror.hmtl or http://serverip/mirror.xml
      content in it will be looks like :
      TotalSales:100
      TopSeller:Jhon
      TopItem:Book

      how i can able to do that?
      thanks advance…

      posted in Custom CSS
      O
      ooskay