MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. spwood100
    3. Posts
    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 3
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Scrobbler CSS

      @SoleLo , that would be something to do with the relative sizes of the modules. You would probably need to play about with some custom css to get these to not overlap, something I am still struggling with on my screen from time to time.

      Some excellent posts in the forum on css though:

      https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works.

      You could also post in the CSS help section?

      https://forum.magicmirror.builders/category/31/development

      Cheers

      posted in Development
      S
      spwood100
    • RE: MMM-Scrobbler CSS

      @SoleLo , add the following into the module config

      header:

      So for example

      module: ‘MMM-Scrobbler’,

      position: 'top_right',
      header: 'insert your text here'
        config: {
      

      Should work, let me know if it doesnt

      posted in Development
      S
      spwood100
    • RE: Using MM as a SmartDisplay for my Living room

      @j-e-f-f said in Using MM as a SmartDisplay for my Living room:

      doubt you’d find that useful

      Would you be able to show how to align the current weather towards the clock on the left? That would be fantastic … great information board!

      posted in Show your Mirror
      S
      spwood100
    • RE: My Family Info Board

      That looks fantastic! Would you be able to share your module list and your custom css?

      posted in Show your Mirror
      S
      spwood100
    • Tour de France standings

      Hi All
      Has anyone thought of creating a tour de-france module, similar to the other sports results modules that exist, i.e. the F1 module? Could show the team placings, rider placings? Unfortunately I have no skills in coding but if I did I definately would look into building it.

      posted in Requests
      S
      spwood100
    • RE: MMM-Scrobbler CSS

      Thanks @PtrBld for you lightning quick turn around of this one and to @j-e-f-f for the extra advice, much appreciated

      posted in Development
      S
      spwood100
    • RE: MMM-Scrobbler CSS

      Works like a dream with just a few “nuances” such as if you have it on the right side of the screen with the meta data to the right of the image, the meta data disappears off the screen and I suspect the same with the left. Otherwise its really good … thanks so mch!!!

      posted in Development
      S
      spwood100
    • RE: MMM-Scrobbler CSS

      You are an absolute legend, let me pull the latest version and I will test and let you know

      posted in Development
      S
      spwood100
    • RE: MMM-Scrobbler CSS

      That would help wouldnt it :-)

      How it currently displays:
      0_1505307491080_3ca44576-12f0-4bb5-b708-80647a17a129-image.png

      How it would be useful to have the option to diplay
      0_1505307428514_ef87113d-87fd-4a60-97ef-aae1dbff51eb-image.png

      I have seen other examples where this has been achieved but not sure how its done. If its possible to have different display options in the app settings that would be awesome !

      Thanks for your help

      posted in Development
      S
      spwood100
    • MMM-Scrobbler CSS

      I am developing a family wall board with a number of modules but the one I am struggling with at the moment is the excellent MMM-Scrobbler by @PtrBld . I have seen some examples where people have got the art work to align to the side of the meta data for album, track and artist. I have tried playing around with the custom css and can make the art work bigger and smaller as well as making the space for the text bigger and smaller but I am struggling on how to make the art work align fully to the left and right of the text.

      Any ideas or suggestions??

      Cheers

      posted in Development
      S
      spwood100
    • RE: MMM-Hive

      Its Receiver 2 which I guess is a standard if its a multi node set-up as you cannot rename it.
      Thanks again

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      BINGO!!
      It works, thanks so mych for your help on this (and obviously developing the module in the first place), its very much appreciated. Nice solution as well!
      Cheers
      S

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      Node > Array > Object 2 - Your Reciever
      Node > Array > Object 3 - Landing Light
      Node > Array > Object 4 - Receiver 3 ( I think this is the hot water reciever)
      Node > Array > Object 5 - Hub
      Node > Array > Object 6 - This seems to be an API call
      Node > Array > Object 7
      Node > Array > Object 8 - Your Receiver
      Node > Array > Object 9 - Receiver 2

      Hope this helps

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      Hey
      Yes I saw that suddenly pop up on my screen and I know have a bunch more information. My receiver and thermostat are named “downstairs” but I can rename those as thats not critical seeing as there is only one Hive thermostat in the house. So I have renamed this and cannot see the old name in the payload but I do see the first node which has a name of Your Receiver and if I drill down into that it does have a bunch of attributes one of which is Thermostat and has a Reported value in there.

      In terms of the information you want though:

      Node

      Array > Object 1: Hall Light

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      @mongo116 , If I click into the output in developer tools I get the following (not sure if thats any help?)

      socketNotificationReceived: function(notification, payload) {
      var dt = new Date();
      var utcDate = dt.toUTCString();
      if (notification === “INSIDE”) {
      if (this.config.debug == true) {
      Log.log(utcDate + " " + this.name + " received notification: " + notification);
      this.processData(“INSIDE”, JSON.parse(payload));
      this.updateDom(this.config.animationSpeed);
      this.loaded = true;
      this.error = false;
      this.error401 = false;
      }

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      Hi Mongo

      Thanks for your continued help on this. This is my config for this module and it doesnt give more detailed information in developer tools than already shown. Is there something worng with how I am calling it?

      {
      module: “MMM-Hive”,
      header: “Hive”,
      position: “top_right”,
      config: {
      temperatureSuffix: “°C”,
      username: “myusername”,
      password: “mypassword”,
      postcode: ‘whereIlive’,
      showNext: true,
      debug: true,
      animatedLoading: true,
      highestTemp: ‘22’,
      highTemp: ‘20’,
      lowTemp: ‘16’,
      lowestTemp: ‘14’,
      },
      },

      nothing in the pm2 error logs either it just does not look to be calling the payload for the INTERNAL temp.

      Cheers

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      Hi
      Just tested it on an up to date version of MM and still the same issue. The logs do not show anything out of the ordinary

      /home/pi/.pm2/logs/MagicMirror-out-0.log last 15 lines:
      0|MagicMir | Starting server on port 8080 …
      0|MagicMir | Server started …
      0|MagicMir | Connecting socket for: updatenotification
      0|MagicMir | Connecting socket for: calendar
      0|MagicMir | Starting node helper for: calendar
      0|MagicMir | Connecting socket for: MMM-Hive
      0|MagicMir | Starting node helper for: MMM-Hive
      0|MagicMir | Connecting socket for: newsfeed
      0|MagicMir | Starting module: newsfeed
      0|MagicMir | Sockets connected & modules started …
      0|MagicMir | Launching application.
      0|MagicMir | Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
      0|MagicMir | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      0|MagicMir | Use existing news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml
      0|MagicMir | Use existing news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml

      however in developer mode I can see the the payload for the inside temp is not getting generated where as the outside temp is

      0_1502102554369_MMM-HIVE log.jpg

      Do I have to enable something on my Hive account to let the API be called on it?

      Cheers

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      @mongo116 Thanks for the quick response. No error messages are showing in the console and I have also enabled verbose mode as well as debug mode. One thing I did notice is that I am running this on my dev server which is a few releases behind so I will try it on my prod which is at the latest release.
      Cheers

      posted in Utilities
      S
      spwood100
    • RE: MMM-Hive

      Hi
      Thanks so much for building this module from the screenshots it looks excellent. I am getting a null value for the internal temperature from my thermosta, any ideas why this might be? I have double checked my username and password and proven this works by putting in a dummy value and it then refuses to authenticate so I don’t believe its that.

      0_1501843245749_hive MM screenshot.png

      Maybe its a case of RTFM??

      Thanks in advance
      Stephen

      posted in Utilities
      S
      spwood100
    • Tour de France Module

      Would be great to develop a module for the upcoming tour de france similar to the NFL ones and the one that was developed for the Olympics last year. My simple workaround will be to do an iframe showing the leader board and also have a news feed looking for news about the tour. Would be a great module though if anyone has any skills

      posted in Requests
      S
      spwood100
    • 1 / 1