MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Gasoman
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Gasoman

    @Gasoman

    0
    Reputation
    353
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Gasoman Unfollow Follow

    Latest posts made by Gasoman

    • RE: current Weather form .json file

      @Gasoman

      next Problem, wenn the MagicMirror started it shows “Error fetching stats.” It display then the komplet string. What can I do?

      posted in Utilities
      G
      Gasoman
    • RE: current Weather form .json file

      Great, thanks, I will try to read the data and then present it correctly. I would like to take the presentation of MMM-FHEM for it.

      posted in Utilities
      G
      Gasoman
    • current Weather form .json file

      How can I get the temperature and humidity form a .json file. The file is under the adress http://myIP/weather.json has this data:

      {
      “os selected”: {
      “inside”: “0”,
      “outside”: “1”
      },
      “internal”: {
      “temperature”: “25.4”
      },
      “channel1”: {
      “temperature”: “2.4”,
      “humidity”: “46” },
      “channel2”: {
      “temperature”: “”,
      “humidity”: “”
      },
      “channel3”: {
      “temperature”: “”,
      “humidity”: “”
      },
      “channel4”: {
      “temperature”: “”,
      “humidity”: “”
      },

      I can’t find am module for this, does anyone have a solution to my Problem?

      posted in Utilities
      G
      Gasoman