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

    Posts

    Recent Best Controversial
    • RE: MMM-DumpsterDay

      @Doughboy99
      I think I have found the issue for me.
      in MMM-DumpsterDay.js the if statement

      	if (enableLandscape == true){
      	landscapeTrashDayResult = this.isPlasticTrashDay();
      	Log.info("landscapeTrashDayResult: "+landscapeTrashDayResult);
      	var landscapeDiv = document.createElement("div");
      	landscapeDiv.className = "landscapeDiv";
      	wrapper.appendChild(landscapeDiv);
      		if (landscapeTrashDayResult == 0){
      		landscapeDiv.classList.add("non_today")
      		}
      

      line 83 should read

      landscapeTrashDayResult = this.isLandscapeTrashDay();

      This seems to fix my issue.

      posted in Utilities
      D
      Doughboy99
    • RE: MMM-DumpsterDay

      @BD0G Thanks Ive posted an issue. Your link is to another reposirory for a similar module .
      The correct link is here

      posted in Utilities
      D
      Doughboy99
    • 1 / 1