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

    Posts

    Recent Best Controversial
    • RE: Any MMM-Hive Users that can help, please?

      The config I have just tested with:

      		{
      			module: "MMM-Hive",
      			position: "top_right",
      			header: "Hive",
      			config: {
      				username: '',
      				password: '',
      				postcode: '',
      				updateInterval: 10 * 60000,
      				outsideUrl: 'http://weather-prod.bgchprod.info/weather?postcode=',
      				temperatureSuffix: ' °C',
      				showNext: true,
      				highestTemp: '30',
      				highTemp: '25',
      				lowTemp: '20',
      				lowestTemp: '15',
      				animatedLoading: true,
      				debug: true,
      					},
      
      posted in Troubleshooting
      M
      mongo116
    • RE: Any MMM-Hive Users that can help, please?

      @Damian Hi, glad that it’s now working. I’m still going to work on it when I can, but at least no urgency now :)

      For the outside temperature thermometer, check the readme on the github page (https://github.com/flick116/MMM-Hive), specifically the following settings:

      highestTemp - Set the highest temperature value, which when reached will use the ‘full thermometer’ icon, plus turn the icon red

      highTemp - Set the high temperature value, which when reached will use the ‘three quarters full thermometer’ icon

      lowTemp - Set the low temperature value, which when reached will use the ‘half full thermometer’ icon

      lowestTemp - Set the lowest temperature value, which when reached will use the ‘quarter full thermometer’ icon
      (anything below this temperature will use the ‘empty thermometer’ icon)

      Only when the temperature equals or is greater than the highestTemp value will the icon turn red.

      posted in Troubleshooting
      M
      mongo116
    • 1 / 1