MagicMirror Forum

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

    eniac

    @eniac

    1
    Reputation
    958
    Profile views
    39
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Siegen Age 51

    eniac Unfollow Follow

    Best posts made by eniac

    • Our Hallway Mirror

      This is our new Hallway Mirror with 23" Iyama TFT and PiUSP+

      0_1522098119802_1-(Small)-(2).jpg

      posted in Show your Mirror
      eniac
      eniac
    • RE: electron size

      @Mykle1

      @FredSWG said in ZOOM /Scaling:

      you can change it in css/custom.css file

       body {
       	zoom: 75%;
       }
      

      I didn’t find why the config file value is not taken in consideration. I assume something is overwriting this value.

      Will do the Job 🙂 I use 80% …

      posted in Troubleshooting
      eniac
      eniac
    • Homematic und MM2

      Mahlzeit
      Ich habe seit ein paar Tagen eine CCu3 mit ein paar Sensoren im Einsatz. Nun möchte ich den Stauts der Sensoren auf dem MM2 darstellen. Installiert und (Grund)konfiguriert habe ich die beiden Module
      MMM-Homematic-Rooms
      MMM-Homematic
      Beide bleiben aber im Status der Initialisierung hängen
      MM2 läuft in der Version 2.10.1
      Die Skripte der CCU kann nach der Installation den XML-API vom Browser des RASPIs aufrufen und werden auch angezeigt.

      {
      			module: 'MMM-Homematic',
      				position: 'top_center',
      				header: 'SMART HOME',
      				config:	{
      					ccuHost: 'ccu3-webui',	
      					tempUnit: "°C",			
      					datapoints: [			
      						{
      							id: "1410",
      							name: "Wintergarten",
      							type: "window",
      							warnOnly: "true"
      						},
      						{
      							id: "1505",
      							name: "Garage",
      							type: "window",
      							warnOnly: "true"
      						}
      					]
      		}
      		},
      		{
      			module: 'MMM-Homematic-Rooms',
      			header: 'MMM-Homematic-Rooms',
      			position: 'bottom_right',
      			config: {
      				homematicURL: "http://ccu3-webui"
      			}
      		}
      

      IDs habe auch schon einige ausprobiert, Firewall der CCU hab ich auf gemacht, ping fqdn und IP geht, und die PM2 logs melden auch keine Fehler … ich komme nicht dahinter wo der Bock sitzt.

      Hat wer noch einen richtungsweisenden Schubs ?

      LG

      Stefan

      posted in Troubleshooting
      eniac
      eniac
    • RE: Homematic und MM2

      IP statt DNS Name hab ich schon probiert. Läßt sich auch anpingen mit Hostnamen und FQDN

      posted in Troubleshooting
      eniac
      eniac

    Latest posts made by eniac

    • RE: MMM-Fuel

      Hello … getting this Error with npm start DEV

      [17:08:01.452] [LOG] Error: Error no fuel station detail
      at setStationInfos (/home/pi/MagicMirror/modules/MMM-Fuel/apis/tankerkoenig.js:189:19)
      at process._tickCallback (internal/process/next_tick.js:68:7)

      
          module: "MMM-Fuel",
          position: "top_right",
          config: {
      	//provider: "tankerkoenig",
              api_key: "xxxxxxxxxxxxxxxxxxxxxx",
      	lat: 50.873798,
              lng: 8.023410,
              types: ["E5"],
      	updateInterval: 60000,
      	stationIds: 
      			[
        {
          "id": "9ac83212-c785-476f-9862-34a4b04f6320",
          "name": "BELL Oil",
           ......................................
      

      What could that be ?

      posted in Transport
      eniac
      eniac
    • RE: Homematic und MM2

      Sorry für die späte Antowort.

      lag an den IDs. Ich musste erst die richtigen für die jweilige Funktion finden.
      Läuft jetzt.

      posted in Troubleshooting
      eniac
      eniac
    • RE: Homematic und MM2

      IP statt DNS Name hab ich schon probiert. Läßt sich auch anpingen mit Hostnamen und FQDN

      posted in Troubleshooting
      eniac
      eniac
    • RE: Homematic und MM2

      and in english : ( I try )

      for some few days i used the new CCU3 for my Homematic System. I want to see some sensor status messages on my mirror, so i installed 2 Modules on it.
      I tryed both MMM-Homematic and MMM-Homematic-rooms, but both do not initialize properly. the fist one is still loading the whole time,
      the other is initializing and nothing happend.
      My Mirror is version 2.10.1, XML API is installed on the CCU3 and the scripts are reachable and working from the Mirrors (Raspis) Browser.
      PM2 shows no errors, Ping on FQDN and IP works, Firewall on CCU3 is open.

      I dont know the next step… Who can help ?

      posted in Troubleshooting
      eniac
      eniac
    • Homematic und MM2

      Mahlzeit
      Ich habe seit ein paar Tagen eine CCu3 mit ein paar Sensoren im Einsatz. Nun möchte ich den Stauts der Sensoren auf dem MM2 darstellen. Installiert und (Grund)konfiguriert habe ich die beiden Module
      MMM-Homematic-Rooms
      MMM-Homematic
      Beide bleiben aber im Status der Initialisierung hängen
      MM2 läuft in der Version 2.10.1
      Die Skripte der CCU kann nach der Installation den XML-API vom Browser des RASPIs aufrufen und werden auch angezeigt.

      {
      			module: 'MMM-Homematic',
      				position: 'top_center',
      				header: 'SMART HOME',
      				config:	{
      					ccuHost: 'ccu3-webui',	
      					tempUnit: "°C",			
      					datapoints: [			
      						{
      							id: "1410",
      							name: "Wintergarten",
      							type: "window",
      							warnOnly: "true"
      						},
      						{
      							id: "1505",
      							name: "Garage",
      							type: "window",
      							warnOnly: "true"
      						}
      					]
      		}
      		},
      		{
      			module: 'MMM-Homematic-Rooms',
      			header: 'MMM-Homematic-Rooms',
      			position: 'bottom_right',
      			config: {
      				homematicURL: "http://ccu3-webui"
      			}
      		}
      

      IDs habe auch schon einige ausprobiert, Firewall der CCU hab ich auf gemacht, ping fqdn und IP geht, und die PM2 logs melden auch keine Fehler … ich komme nicht dahinter wo der Bock sitzt.

      Hat wer noch einen richtungsweisenden Schubs ?

      LG

      Stefan

      posted in Troubleshooting
      eniac
      eniac
    • RE: mm2 don't Show up any ical Calender

      OK … PM2 Error Log shows this ->
      [08:07:53.958] [ERROR] Calendar Error. Could not fetch calendar: https://xxxxxxxxxxx/owa/calendar/8456a764565f46f99167b97b4472d1b1@xxxxxxxxxx/94aa659549e24d74b36b420eb4f48e0915693393472327735305/calendar.ics { Error: unable to verify the first certificate
      at TLSSocket.onConnectSecure (_tls_wrap.js:1055:34)
      at TLSSocket.emit (events.js:182:13)
      at TLSSocket._finishInit (_tls_wrap.js:635:8) code: ‘UNABLE_TO_VERIFY_LEAF_SIGNATURE’ }

      had to remove the (s) from https and it works 🙂

      Thanx for your help, sam 🙂

      posted in Troubleshooting
      eniac
      eniac
    • RE: mm2 don't Show up any ical Calender

      Yes I did see those mssages in pm2 log.
      [07:53:29.363] [LOG] Create new calendar fetcher for url: https://xxxxxxxxxxxxxxxxx/owa/calendar/8456a764565f46f99167b97b4472d1b1@xxxxxxxxxx/94aa659549e24d74b36b420eb4f48e0915693393472327735305/calendar.ics - Interval: 300000

      But no Items show up 😞

      posted in Troubleshooting
      eniac
      eniac
    • RE: mm2 don't Show up any ical Calender

      Hi Sam
      I have done that on the PI. Where did you read I did that on my PC ?

      posted in Troubleshooting
      eniac
      eniac
    • RE: mm2 don't Show up any ical Calender

      Hi Sam

      That works fine. I can download the file and open it.
      Informations in there are also confirmed …
      But both modules say : No Events

      posted in Troubleshooting
      eniac
      eniac
    • mm2 don't Show up any ical Calender

      mm2 don’t Show up any ical Calender.

      A few days ago the Standard caledner stops showing up my four ICAL calender
      2 x local Exchange 2010
      1 x Trash Can fetching Dates for my City
      1 x local Holidays

      I tryed to figure out some Networking issues (DNS and Exchange) but that’s not the case, I think. the two other wont work also and they are exteral reached via Internet.

      So I installed MMM-CalenderWeek but there is the same Problem.
      Both caledner show up : Now Entry’s (Keine Termine)

      Any Ideas ?

      posted in Troubleshooting
      eniac
      eniac