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

    samson_82

    @samson_82

    1
    Reputation
    93
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    samson_82 Unfollow Follow

    Best posts made by samson_82

    • RE: Frameless Bathroom Mirror - Part 1: Software and Preparations

      Ja hats. Danke

      posted in Show your Mirror
      S
      samson_82

    Latest posts made by samson_82

    • RE: Frameless Bathroom Mirror - Part 1: Software and Preparations

      Ja hats. Danke

      posted in Show your Mirror
      S
      samson_82
    • RE: keep getting error after modifying config.js file

      wow. did not see this ^^.

      Use nano or a remote desktop to edit your config.

      posted in Troubleshooting
      S
      samson_82
    • RE: keep getting error after modifying config.js file

      @wazscience said in keep getting error after modifying config.js file:

      position: “top_left”
      position: “top_left”,

      u forgot the ( , ) at the end

      posted in Troubleshooting
      S
      samson_82
    • RE: Calendar module not showing Facebook birthdays

      This is the verification link to your account.
      So to your calendar on your profile.
      Via the link you can import your events into other calendars

      Only the birthdays somehow no longer appear.

      So it’s because of facebook and not because of the module

      posted in Troubleshooting
      S
      samson_82
    • RE: Calendar module not showing Facebook birthdays

      https://www.facebook.com/events/calendar/

      on the right side is a link to the ics

      posted in Troubleshooting
      S
      samson_82
    • RE: Currentweather,doesn't appear.

      so. I was able to fix the problem.
      an error must have crept in during installation.
      once ran over the upgrade bash.

      bash -c “$ (curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” force

      After a new installation of the basic modules, the weather module now works correctly.

      posted in Troubleshooting
      S
      samson_82
    • RE: MMM-Tankerkoenig can I show Diesel and E5 ? in one table??

      types: [“e5”, “e10”, “diesel”],

      posted in Troubleshooting
      S
      samson_82
    • RE: Currentweather,doesn't appear.

      The raspberry is connected to the internet by cable

      I have replaced the ID with XXXX.
      In the config I have it.

      Everything works, only the module does not want to

      posted in Troubleshooting
      S
      samson_82
    • RE: Currentweather,doesn't appear.

      Changed it to bottom_right.
      doesn’t appear.

      there is no error message or anything else

      posted in Troubleshooting
      S
      samson_82
    • Currentweather,doesn't appear.

      Hi there.
      i have a problem with the currenweather module.
      no matter what I try, it just doesn’t appear.
      everyone else, do what they should.
      hope that one of you can help me.

      {
      	module: "currentweather",
      	position: "center_right",
      	classes: "default everyone",
      	config: {
      	location: "Alzey,Germany",
      	locationID: "2956710",
      	appid: "XXXXXXXXXXXXXXXXXXXXXXX",
      	apiVersion: "2.5",
      	apiBase: "http://api.openweathermap.org/data/",
      	WeatherEndpoint: "weather"
      			}
      },
      
      posted in Troubleshooting
      S
      samson_82