Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. JerryP
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 76
    • Best 3
    • Groups 0

    JerryP

    @JerryP

    3
    Reputation
    39
    Profile views
    76
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Location Heemskerk (Netherland) Age 42

    JerryP Follow

    Best posts made by JerryP

    • RE: Newbie

      @bimmer
      Ok… so the folder MagicMirror is on the PI.

      in the terminal…

      sudo npm install -g pm2
      2.
      cd ~
      nano mm.sh
      3.
      cd ~/MagicMirror
      DISPLAY=:0 npm start
      4.
      CTRL-O en CTRL-X
      5.
      chmod +x mm.sh
      6.
      sudo pm2 startup systemd -u pi --hp /home/pi
      7.
      now you can fire up the mirror
      pm2 start mm.sh
      8.
      One command
      pm2 save
      9.
      sudo reboot

      Goodluck

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: My mirror

      @George
      Ken you tell me whits module this is pleas. The rainfall

      Schermafbeelding 2021-01-06 om 16.12.23.png

      posted in Show your Mirror
      JerryP
      JerryP
    • RE: Newbie

      Som useful commands MagicMirror:

      Restart the MagicMirror
      pm2 restart mm
      Stop the MagicMirror
      pm2 stop mm
      The Log of the MagicMirror showing
      pm2 logs mm
      MagicMirror proces info
      pm2 show mm

      posted in Troubleshooting
      JerryP
      JerryP

    Latest posts made by JerryP

    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23 The only thin I can think off is that the API is not working or correct config.

      If you run the Develop en see the log.
      shift + Control + I
      And than look for the faults

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23

      {
      	module: "currentweather",
      	position: "top_right",
      	config: {
      		location: "Raleigh",
      		locationID: "4487042",
      		appid: "TOP SECRTE"
      }},
      {
      	module: "weatherforecast",
      	position: "top_right",
      	header: "",
      	config: {
      		location: "Raleigh",
      		locationID: "4487042",
      		appid: "Top Secret",
      		fade: false,
      		colored: true,
      }},
      

      This loc ID i test on my own mirror and it’s working. So Or your APPID is false or you make een wrong " at the start or end.

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: Black screen after starting

      @gotchabeats defect Sd???

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: OpenWeatherMapForecast Crashes my MagicMirror

      @rslohs said in OpenWeatherMapForecast Crashes my MagicMirror:

      module: “MMM-OpenWeatherMapForecast”,
      header: “Weather”,
      position: “top_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “XXXXXX”,
      latitude: “42.147528”,
      longitude: “-85.688060”,
      iconset: “4c”,
      concise: false,
      forecastLayout: “table”,
      }
      },

      {
      module: "MMM-OpenWeatherMapForecast",
      header: "Weather",
      position: "top_right",
      classes: "default everyone",
      disabled: false,
      config: {
      apikey: "SUPER SECRET!!!",
      latitude: "42.147528",
      longitude: "-85.688060",
      iconset: "4c",
      concise: false,
      forecastLayout: "table",
      }
      },
      
      posted in Troubleshooting
      JerryP
      JerryP
    • RE: second calendar modul

      @sceetch
      Goodmorning,

      Yes you must ad de calendar module two times.

      		{
      			module: "calendar",
      			header: "Calendar_1",
      			position: "top_left",
      			config: {
      			calendars: [
      					{
      			symbol: "calendar-check",
      			maximumNumberOfDays: '3',
      			maximumEntries:'3',
      			url: "her your 1e url"					}
      				]
      		}},
      		{
      			module: "calendar",
      			header: "Calandar_2",
      			position: "top_left",
      			config: {
      			calendars: [
      					{
      			symbol: 'calendar-check',
      			maximumNumberOfDays: '2',
      			maximumEntries:'3',
      			url: "and the second url"					}
      				]
      		}},
      

      Goodluck

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: Openweather city ID

      @gr1dl0ck said in Openweather city ID:

      Canberra Australia

      {
      “id”: 2172517,
      “name”: “Canberra”,
      “state”: “”,
      “country”: “AU”,
      “coord”: {
      “lon”: 149.128067,
      “lat”: -35.283459
      }

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      @mike2323

      may’i ask how you edit the file??? I got the same problem last week whit the Dutch variant mmm-MyGarbage
      I help @leentje whit the problem.

      If you trey to edit the file in Grany or excel or something else its keep saying “No schedule”
      You must edit the file on the mirror i’t self

      This is the way of the Dutch variant…
      in the Terminal

      cd ~/MagicMirror/modules/MMM-MyGarbage
      sudo rm garbage_schedule.csv. (deletet corrupted file)
      sudo nano garbage_schedule.csv (make new file)

      Copy past…
      WeekStarting,green,gray,blue,orange
      11/18/20,0,1,0,1
      11/25/20,1,0,0,0
      12/02/20,0,1,0,0
      12/09/20,1,0,0,0
      12/16/20,0,1,0,1
      enz…
      Save the file

      Than
      sudo reboot (the mirror must reboot not cntr+r) hard reset!!

      Thats work whit the dutch variant…

      posted in Productivity
      JerryP
      JerryP
    • RE: MMM-MercedesMe

      @kar1507 Nice. that is the same as over her white the electric car.
      Thanks for the screen view

      posted in Transport
      JerryP
      JerryP
    • RE: MMM-MercedesMe

      @kar1507
      cen you post a picture of the screen???

      posted in Transport
      JerryP
      JerryP
    • RE: restart

      @leentje zo after a TeamViewer sesion thé mirror is Tunning automatic.
      Now you can modified the config.js to your one style

      Have fun.

      posted in Troubleshooting
      JerryP
      JerryP